From 84e2f8ea99a0f87b033c715cfa099ab08992c154 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Tue, 16 Jun 2015 22:06:17 +0800 Subject: [PATCH] doc: sync ceph-deploy's man page with the code Signed-off-by: Kefu Chai --- doc/man/8/ceph-deploy.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/man/8/ceph-deploy.rst b/doc/man/8/ceph-deploy.rst index 509f1579bba3b..f3219ee67934c 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. -- 2.39.5