doc: sync ceph-deploy's man page with the code

Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
Kefu Chai 2015-06-16 22:06:17 +08:00
parent 81605bdd1d
commit 84e2f8ea99

View 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.