Revision 7faf5110 doc/hooks.rst

b/doc/hooks.rst
128 128
OP_REMOVE_NODE
129 129
++++++++++++++
130 130

  
131
Removes a node from the cluster. On the removed node the hooks are called
132
during the execution of the operation and not after its completion.
131
Removes a node from the cluster. On the removed node the hooks are
132
called during the execution of the operation and not after its
133
completion.
133 134

  
134 135
:directory: node-remove
135 136
:env. vars: NODE_NAME
......
350 351
OP_POST_INIT_CLUSTER
351 352
++++++++++++++++++++
352 353

  
353
This hook is called via a special "empty" LU right after cluster initialization.
354
This hook is called via a special "empty" LU right after cluster
355
initialization.
354 356

  
355 357
:directory: cluster-init
356 358
:env. vars: none
......
360 362
OP_DESTROY_CLUSTER
361 363
++++++++++++++++++
362 364

  
363
The post phase of this hook is called during the execution of destroy operation
364
and not after its completion.
365
The post phase of this hook is called during the execution of destroy
366
operation and not after its completion.
365 367

  
366 368
:directory: cluster-destroy
367 369
:env. vars: none

Also available in: Unified diff