Revision 56372573

b/NEWS
18 18
  since Ganeti 2.1.3 and :doc:`documented <rapi>`, instead.
19 19
- Pyparsing 1.4.6 or above is required, see :doc:`installation
20 20
  documentation <install>`
21
- The "cluster-verify" hooks are now executed per group by the
22
  OP_CLUSTER_VERIFY_GROUP opcode. This maintains the same behavior if
23
  you just run "gnt-cluster verify", which generates one op per group.
21 24

  
22 25

  
23 26
Version 2.4.3
b/doc/hooks.rst
419 419
:pre-execution: none
420 420
:post-execution: master node
421 421

  
422
OP_CLUSTER_VERIFY
423
+++++++++++++++++
422
OP_CLUSTER_VERIFY_GROUP
423
+++++++++++++++++++++++
424 424

  
425
Verifies the cluster status. This is a special LU with regard to
425
Verifies all nodes in a group. This is a special LU with regard to
426 426
hooks, as the result of the opcode will be combined with the result of
427 427
post-execution hooks, in order to allow administrators to enhance the
428 428
cluster verification procedure.
......
430 430
:directory: cluster-verify
431 431
:env. vars: CLUSTER, MASTER, CLUSTER_TAGS, NODE_TAGS_<name>
432 432
:pre-execution: none
433
:post-execution: all nodes
433
:post-execution: all nodes in a group
434 434

  
435 435
OP_CLUSTER_RENAME
436 436
+++++++++++++++++

Also available in: Unified diff