]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: sync ceph-deploy's man page with the code 4968/head
authorKefu Chai <kchai@redhat.com>
Tue, 16 Jun 2015 14:06:17 +0000 (22:06 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 16 Jun 2015 14:28:58 +0000 (22:28 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
doc/man/8/ceph-deploy.rst

index 509f1579bba3bdafb95f7ae25470df3e399be80f..f3219ee67934c5aaec906d6aec204aff0dfa23f6 100644 (file)
@@ -211,7 +211,8 @@ Usage::
        ceph-deploy mon add [HOST] --address [IP]
 
 Here, [HOST] is the hostname and [IP] is the IP address of the desired monitor
-node.
+node. Please note, unlike other ``mon`` subcommands, only one node can be
+specified at a time.
 
 Subcommand ``destroy`` is used to completely remove monitors on remote hosts.
 It takes hostnames as arguments. It stops the monitor, verifies if ``ceph-mon``
@@ -222,7 +223,7 @@ cluster by running ``ceph remove...`` command.
 
 Usage::
 
-       ceph-deploy mon destroy [HOST]
+       ceph-deploy mon destroy [HOST] [HOST...]
 
 Here, [HOST] is hostname of monitor that is to be removed.