Skip to content
Snippets Groups Projects
Commit 56372573 authored by Guido Trotter's avatar Guido Trotter
Browse files

Update hooks.rst for cluster verify changes


Also update NEWS on this change.

Signed-off-by: default avatarGuido Trotter <ultrotter@google.com>
Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
parent e0508c86
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,9 @@ Version 2.5.0 beta1
since Ganeti 2.1.3 and :doc:`documented <rapi>`, instead.
- Pyparsing 1.4.6 or above is required, see :doc:`installation
documentation <install>`
- The "cluster-verify" hooks are now executed per group by the
OP_CLUSTER_VERIFY_GROUP opcode. This maintains the same behavior if
you just run "gnt-cluster verify", which generates one op per group.
Version 2.4.3
......
......@@ -419,10 +419,10 @@ operation and not after its completion.
:pre-execution: none
:post-execution: master node
OP_CLUSTER_VERIFY
+++++++++++++++++
OP_CLUSTER_VERIFY_GROUP
+++++++++++++++++++++++
Verifies the cluster status. This is a special LU with regard to
Verifies all nodes in a group. This is a special LU with regard to
hooks, as the result of the opcode will be combined with the result of
post-execution hooks, in order to allow administrators to enhance the
cluster verification procedure.
......@@ -430,7 +430,7 @@ cluster verification procedure.
:directory: cluster-verify
:env. vars: CLUSTER, MASTER, CLUSTER_TAGS, NODE_TAGS_<name>
:pre-execution: none
:post-execution: all nodes
:post-execution: all nodes in a group
OP_CLUSTER_RENAME
+++++++++++++++++
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment