From: Nathan Cutler Date: Fri, 11 Nov 2016 11:21:29 +0000 (+0100) Subject: doc: drop --journal-check from ceph-mds man page X-Git-Tag: v11.1.0~299^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=5e2f05ef7d0a75b1f6a26872277581b56cd7d402;p=ceph-ci.git doc: drop --journal-check from ceph-mds man page References: http://tracker.ceph.com/issues/17747 Signed-off-by: Nathan Cutler --- diff --git a/doc/man/8/ceph-mds.rst b/doc/man/8/ceph-mds.rst index af1f3c7cb52..b17fd70c924 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*] ]|[--journal_check *rank*]] +| **ceph-mds** -i *name* [ --hot-standby [*rank*] ] Description @@ -27,11 +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 or journal-check, 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 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. Options @@ -69,10 +68,6 @@ Options Connect to specified monitor (instead of looking through ``ceph.conf``). -.. option:: --journal-check - - Attempt to replay the journal for MDS , then exit. - .. option:: --hot-standby Start as a hot standby for MDS .