]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc: drop --journal-check from ceph-mds man page
authorNathan Cutler <ncutler@suse.com>
Fri, 11 Nov 2016 11:21:29 +0000 (12:21 +0100)
committerNathan Cutler <ncutler@suse.com>
Fri, 11 Nov 2016 11:21:29 +0000 (12:21 +0100)
References: http://tracker.ceph.com/issues/17747
Signed-off-by: Nathan Cutler <ncutler@suse.com>
doc/man/8/ceph-mds.rst

index af1f3c7cb52a71adbc7819570aaccd8096bd08ad..b17fd70c924e5faa08ed23de82819d1090fc9b25 100644 (file)
@@ -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 <rank>
-
-    Attempt to replay the journal for MDS <rank>, then exit.
-
 .. option:: --hot-standby <rank>
 
     Start as a hot standby for MDS <rank>.