Update man pages for the tags operations
[ganeti-local] / man / gnt-cluster.sgml
index 6b0cc71..ef9e58f 100644 (file)
     <title>COMMANDS</title>
 
     <refsect2>
+      <title>ADD-TAGS</title>
+
+      <cmdsynopsis>
+        <command>add-tags</command>
+        <arg choice="req"
+        rep="repeat"><replaceable>tag</replaceable></arg>
+      </cmdsynopsis>
+
+      <para>
+        Add tags to the cluster. If any of the tags contains invalid
+        characters, the entire operation will abort.
+      </para>
+    </refsect2>
+
+    <refsect2>
       <title>COMMAND</title>
 
       <cmdsynopsis>
     </refsect2>
 
     <refsect2>
+      <title>LIST-TAGS</title>
+
+      <cmdsynopsis>
+        <command>list-tags</command>
+      </cmdsynopsis>
+
+      <para>List the tags of the cluster.</para>
+    </refsect2>
+
+    <refsect2>
       <title>MASTERFAILOVER</title>
 
       <cmdsynopsis>
     </refsect2>
 
     <refsect2>
+      <title>REMOVE-TAGS</title>
+
+      <cmdsynopsis>
+        <command>remove-tags</command>
+        <arg choice="req"
+        rep="repeat"><replaceable>tag</replaceable></arg>
+      </cmdsynopsis>
+
+      <para>
+        Remove tags from the cluster. If any of the tags are not
+        existing on the cluster, the entire operation will abort.
+      </para>
+    </refsect2>
+
+    <refsect2>
       <title>RENAME</title>
 
       <cmdsynopsis>