From d0520bc849de04462d16e4519e0056d5a341e546 Mon Sep 17 00:00:00 2001 From: Jos Collin Date: Mon, 4 Jun 2018 16:58:30 +0530 Subject: [PATCH] doc: ceph-mds option updates Signed-off-by: Jos Collin --- doc/man/8/ceph-mds.rst | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/doc/man/8/ceph-mds.rst b/doc/man/8/ceph-mds.rst index b17fd70c924e5..bab5e629fb27b 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 ============ -- 2.39.5