From: Jos Collin Date: Mon, 4 Jun 2018 11:28:30 +0000 (+0530) Subject: doc: ceph-mds option updates X-Git-Tag: v14.0.1~1168^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d0520bc849de04462d16e4519e0056d5a341e546;p=ceph.git doc: ceph-mds option updates Signed-off-by: Jos Collin --- diff --git a/doc/man/8/ceph-mds.rst b/doc/man/8/ceph-mds.rst index b17fd70c924e..bab5e629fb27 100644 --- a/doc/man/8/ceph-mds.rst +++ b/doc/man/8/ceph-mds.rst @@ -9,7 +9,7 @@ Synopsis ======== -| **ceph-mds** -i *name* [ --hot-standby [*rank*] ] +| **ceph-mds** -i <*ID*> [flags] [ --hot-standby <*rank*> ] Description @@ -27,10 +27,10 @@ it a logical rank, or put it in a standby pool to take over for another daemon that crashes. Some of the specified options can cause other behaviors. -If you specify hot-standby, you must either specify the rank on the command -line, or specify one of the mds_standby_for_[rank|name] parameters in the -config. The command line specification overrides the config, and specifying -the rank overrides specifying the name. +If you specify --hot-standby, you must specify the rank on the command +line. Alternatively, you can specify one of the mds_standby_for_[rank|name] +parameters in the config. The command line specification overrides the config, +and specifying the rank overrides specifying the name. Options @@ -70,7 +70,11 @@ Options .. option:: --hot-standby - Start as a hot standby for MDS . + Start as a hot standby for MDS . + +.. option:: --id/-i ID + + Set ID portion of the MDS name. Availability ============