Show nic parameters in cluster info
[ganeti-local] / doc / hooks.rst
index 7df231c..7dbe7d5 100644 (file)
@@ -304,7 +304,7 @@ post-execution hooks, in order to allow administrators to enhance the
 cluster verification procedure.
 
 :directory: cluster-verify
-:env. vars: CLUSTER, MASTER
+:env. vars: CLUSTER, MASTER, CLUSTER_TAGS, NODE_TAGS_<name>
 :pre-execution: none
 :post-execution: all nodes
 
@@ -478,6 +478,12 @@ EXPORT_DO_SHUTDOWN
   the filesystem would need a check (journal replay or full fsck) in
   order to guarantee consistency.
 
+CLUSTER_TAGS
+  The list of cluster tags, space separated.
+
+NODE_TAGS_<name>
+  The list of tags for node *<name>*, space separated.
+
 Examples
 --------