doc: drop --journal-check from ceph-mds man page

References: http://tracker.ceph.com/issues/17747
Signed-off-by: Nathan Cutler <ncutler@suse.com>
This commit is contained in:
Nathan Cutler 2016-11-11 12:21:29 +01:00
parent f1476e221e
commit 5e2f05ef7d

View 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>.