Merge PR #31897 into master

* refs/pull/31897/head:
	doc: obsolete entries for allow_standby_replay
	wip-doc: entries obsoleted by allow_standby_replay

Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
This commit is contained in:
Patrick Donnelly 2019-12-05 16:05:59 -08:00
commit 45907ee258
No known key found for this signature in database
GPG Key ID: 3A2A7E25BEA8AADB

View File

@ -2,14 +2,6 @@
MDS Config Reference
======================
``mon force standby active``
:Description: If ``true`` monitors force standby-replay to be active. Set
under ``[mon]`` or ``[global]``.
:Type: Boolean
:Default: ``true``
``mds cache memory limit``
:Description: The memory limit the MDS should enforce for its cache.
@ -540,31 +532,6 @@
:Default: ``0``
``mds standby for name``
:Description: An MDS daemon will standby for another MDS daemon of the name
specified in this setting.
:Type: String
:Default: N/A
``mds standby for rank``
:Description: An MDS daemon will standby for an MDS daemon of this rank.
:Type: 32-bit Integer
:Default: ``-1``
``mds standby replay``
:Description: Determines whether a ``ceph-mds`` daemon should poll and replay
the log of an active MDS (hot standby).
:Type: Boolean
:Default: ``false``
``mds min caps per client``
:Description: Set the minimum number of capabilities a client may hold.