RAPI: Add resource to grow instance disk
[ganeti-local] / doc / hooks.rst
index 9d04a83..5d8bbc2 100644 (file)
@@ -181,6 +181,16 @@ Adds a node group to the cluster.
 :pre-execution: master node
 :post-execution: master node
 
+OP_GROUP_SET_PARAMS
++++++++++++++++++++
+
+Changes a node group's parameters.
+
+:directory: group-modify
+:env. vars: GROUP_NAME, NEW_ALLOC_POLICY
+:pre-execution: master node
+:post-execution: master node
+
 OP_REMOVE_GROUP
 +++++++++++++++
 
@@ -193,6 +203,16 @@ not exist, and the hook is only executed in the master node.
 :pre-execution: master node
 :post-execution: master node
 
+OP_RENAME_GROUP
++++++++++++++++
+
+Renames a node group.
+
+:directory: group-rename
+:env. vars: OLD_NAME, NEW_NAME
+:pre-execution: master node and all nodes in the group
+:post-execution: master node and all nodes in the group
+
 
 Instance operations
 ~~~~~~~~~~~~~~~~~~~