From: Kefu Chai Date: Tue, 16 Jun 2015 14:06:17 +0000 (+0800) Subject: doc: sync ceph-deploy's man page with the code X-Git-Tag: v9.0.3~182^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=84e2f8ea99a0f87b033c715cfa099ab08992c154;p=ceph.git doc: sync ceph-deploy's man page with the code Signed-off-by: Kefu Chai --- diff --git a/doc/man/8/ceph-deploy.rst b/doc/man/8/ceph-deploy.rst index 509f1579bba3..f3219ee67934 100644 --- a/doc/man/8/ceph-deploy.rst +++ b/doc/man/8/ceph-deploy.rst @@ -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.