mirror of
https://github.com/ceph/ceph
synced 2025-01-29 14:34:40 +00:00
doc: sync ceph-deploy's man page with the code
Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
parent
81605bdd1d
commit
84e2f8ea99
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user