From f2623bb5d15e23cd5558da458a95bcbbf2c6b842 Mon Sep 17 00:00:00 2001 From: Rodrigo Severo Date: Tue, 26 Nov 2019 16:32:56 -0300 Subject: [PATCH] wip-doc: entries obsoleted by allow_standby_replay 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. Signed-off-by: Rodrigo Severo (cherry picked from commit 9be267fff40a8e252ef989343d8662b1f90a916a) --- doc/cephfs/mds-config-ref.rst | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/doc/cephfs/mds-config-ref.rst b/doc/cephfs/mds-config-ref.rst index 83bd3385831..887fdcf379b 100644 --- a/doc/cephfs/mds-config-ref.rst +++ b/doc/cephfs/mds-config-ref.rst @@ -8,7 +8,10 @@ under ``[mon]`` or ``[global]``. :Type: Boolean -:Default: ``true`` +:Default: ``true`` +:Obsoleted: Please see "Configuring standby-replay" in :doc:`/cephfs/standby`. + +.. deprecated:: 14.2.0 ``mds cache memory limit`` @@ -561,6 +564,9 @@ :Type: String :Default: N/A +:Obsoleted: Please see "Configuring standby-replay" in :doc:`/cephfs/standby`. + +.. deprecated:: 14.2.0 ``mds standby for rank`` @@ -568,6 +574,9 @@ :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`` @@ -577,6 +586,9 @@ :Type: Boolean :Default: ``false`` +:Obsoleted: Please see "Configuring standby-replay" in :doc:`/cephfs/standby`. + +.. deprecated:: 14.2.0 ``mds min caps per client`` -- 2.47.3