Revision 8ac5c5d7 doc/hooks.rst
b/doc/hooks.rst | ||
---|---|---|
114 | 114 |
Node operations |
115 | 115 |
~~~~~~~~~~~~~~~ |
116 | 116 |
|
117 |
OP_ADD_NODE
|
|
117 |
OP_NODE_ADD
|
|
118 | 118 |
+++++++++++ |
119 | 119 |
|
120 | 120 |
Adds a node to the cluster. |
... | ... | |
125 | 125 |
:post-execution: all nodes plus the new node |
126 | 126 |
|
127 | 127 |
|
128 |
OP_REMOVE_NODE
|
|
128 |
OP_NODE_REMOVE
|
|
129 | 129 |
++++++++++++++ |
130 | 130 |
|
131 | 131 |
Removes a node from the cluster. On the removed node the hooks are |
... | ... | |
171 | 171 |
Node group operations |
172 | 172 |
~~~~~~~~~~~~~~~~~~~~~ |
173 | 173 |
|
174 |
OP_ADD_GROUP
|
|
174 |
OP_GROUP_ADD
|
|
175 | 175 |
++++++++++++ |
176 | 176 |
|
177 | 177 |
Adds a node group to the cluster. |
... | ... | |
191 | 191 |
:pre-execution: master node |
192 | 192 |
:post-execution: master node |
193 | 193 |
|
194 |
OP_REMOVE_GROUP
|
|
194 |
OP_GROUP_REMOVE
|
|
195 | 195 |
+++++++++++++++ |
196 | 196 |
|
197 | 197 |
Removes a node group from the cluster. Since the node group must be |
... | ... | |
203 | 203 |
:pre-execution: master node |
204 | 204 |
:post-execution: master node |
205 | 205 |
|
206 |
OP_RENAME_GROUP
|
|
206 |
OP_GROUP_RENAME
|
|
207 | 207 |
+++++++++++++++ |
208 | 208 |
|
209 | 209 |
Renames a node group. |
... | ... | |
228 | 228 |
properties of the *n* -th NIC and disk, and are zero-indexed. |
229 | 229 |
|
230 | 230 |
|
231 |
OP_INSTANCE_ADD
|
|
232 |
+++++++++++++++ |
|
231 |
OP_INSTANCE_CREATE
|
|
232 |
++++++++++++++++++
|
|
233 | 233 |
|
234 | 234 |
Creates a new instance. |
235 | 235 |
|
... | ... | |
397 | 397 |
Cluster operations |
398 | 398 |
~~~~~~~~~~~~~~~~~~ |
399 | 399 |
|
400 |
OP_POST_INIT_CLUSTER
|
|
400 |
OP_CLUSTER_POST_INIT
|
|
401 | 401 |
++++++++++++++++++++ |
402 | 402 |
|
403 | 403 |
This hook is called via a special "empty" LU right after cluster |
... | ... | |
408 | 408 |
:pre-execution: none |
409 | 409 |
:post-execution: master node |
410 | 410 |
|
411 |
OP_DESTROY_CLUSTER
|
|
411 |
OP_CLUSTER_DESTROY
|
|
412 | 412 |
++++++++++++++++++ |
413 | 413 |
|
414 | 414 |
The post phase of this hook is called during the execution of destroy |
Also available in: Unified diff