]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: obsolete entries for allow_standby_replay 35272/head
authorRodrigo Severo <rodrigo@fabricadeideias.com>
Thu, 5 Dec 2019 16:41:33 +0000 (13:41 -0300)
committerJan Fajerski <jfajerski@suse.com>
Wed, 27 May 2020 11:06:04 +0000 (13:06 +0200)
Nautilus release presented the allow_standby_replay fs setting that obsdoleted
several MDS config entries:  mds_standby_for_*, mon_force_standby_active, and
mds_standby_replay.

Removing entries instead of just marking them as "Obsolete' as per batrick
suggestion.

Signed-off-by: Rodrigo Severo <rodrigo@fabricadeideias.com>
(cherry picked from commit 2ee56b6a68c9796b26f5dff9748e10e35afac7e8)

doc/cephfs/mds-config-ref.rst

index 887fdcf379b118b105fb2b3c605c8cc21d86a9a1..62dc42950c53e1d9fe1ef16ce0c1674eedfe2c0e 100644 (file)
@@ -2,17 +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``
-:Obsoleted: Please see "Configuring standby-replay" in :doc:`/cephfs/standby`.
-
-.. deprecated:: 14.2.0
-
 ``mds cache memory limit``
 
 :Description: The memory limit the MDS should enforce for its cache.
 :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
-:Obsoleted: Please see "Configuring standby-replay" in :doc:`/cephfs/standby`.
-
-.. deprecated:: 14.2.0
-
-
-``mds standby for rank``
-
-:Description: An MDS daemon will standby for an MDS daemon of this rank. 
-:Type:  32-bit Integer
-:Default: ``-1``
-:Obsoleted: Please see "Configuring standby-replay" in :doc:`/cephfs/standby`.
-
-.. deprecated:: 14.2.0
-
-
-``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``
-:Obsoleted: Please see "Configuring standby-replay" in :doc:`/cephfs/standby`.
-
-.. deprecated:: 14.2.0
-
-
 ``mds min caps per client``
 
 :Description: Set the minimum number of capabilities a client may hold.