From cc425644228c732359fa44fa130b3e01bf5b4aa4 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Mon, 8 Oct 2007 15:11:45 +0000 Subject: [PATCH] Update man pages for the tags operations This adds documentation on the {list,add,remove}-tags commands to the gnt-{cluster,node,instance} man pages. Reviewed-by: imsnah --- man/gnt-cluster.sgml | 40 ++++++++++++++++++++++++++++++++++++++++ man/gnt-instance.sgml | 47 +++++++++++++++++++++++++++++++++++++++++++++++ man/gnt-node.sgml | 42 ++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 129 insertions(+) diff --git a/man/gnt-cluster.sgml b/man/gnt-cluster.sgml index 6b0cc71..ef9e58f 100644 --- a/man/gnt-cluster.sgml +++ b/man/gnt-cluster.sgml @@ -56,6 +56,21 @@ COMMANDS + ADD-TAGS + + + add-tags + tag + + + + Add tags to the cluster. If any of the tags contains invalid + characters, the entire operation will abort. + + + + COMMAND @@ -209,6 +224,16 @@ + LIST-TAGS + + + list-tags + + + List the tags of the cluster. + + + MASTERFAILOVER @@ -221,6 +246,21 @@ + REMOVE-TAGS + + + remove-tags + tag + + + + Remove tags from the cluster. If any of the tags are not + existing on the cluster, the entire operation will abort. + + + + RENAME diff --git a/man/gnt-instance.sgml b/man/gnt-instance.sgml index fd4cf57..53885e7 100644 --- a/man/gnt-instance.sgml +++ b/man/gnt-instance.sgml @@ -750,6 +750,53 @@ node1.example.com:sdb:/dev/md1 + + TAGS + + + ADD-TAGS + + + add-tags + instancename + tag + + + + Add tags to the given instance. If any of the tags contains + invalid characters, the entire operation will abort. + + + + + LIST-TAGS + + + list-tags + instancename + + + List the tags of the given instance. + + + + REMOVE-TAGS + + remove-tags + instancename + tag + + + + Remove tags from the given instance. If any of the tags are + not existing on the node, the entire operation will abort. + + + + + &footer; diff --git a/man/gnt-node.sgml b/man/gnt-node.sgml index 7341f13..1b71e59 100644 --- a/man/gnt-node.sgml +++ b/man/gnt-node.sgml @@ -101,6 +101,22 @@ + ADD-TAGS + + + add-tags + nodename + tag + + + + Add tags to the given node. If any of the tags contains + invalid characters, the entire operation will abort. + + + + INFO @@ -241,6 +257,17 @@ + LIST-TAGS + + + list-tags + nodename + + + List the tags of the given node. + + + REMOVE @@ -262,6 +289,21 @@ + REMOVE-TAGS + + remove-tags + nodename + tag + + + + Remove tags from the given node. If any of the tags are not + existing on the node, the entire operation will abort. + + + + VOLUMES -- 1.7.10.4