From 080028b67f914a9a6d00585f791da7a51299fc3a Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Thu, 28 Jul 2016 14:14:19 -0400 Subject: [PATCH 1/2] doc: fix config separator/title size. This makes the setting consistent with the others. Signed-off-by: Patrick Donnelly --- doc/cephfs/standby.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/cephfs/standby.rst b/doc/cephfs/standby.rst index c93699c579a..406f2135612 100644 --- a/doc/cephfs/standby.rst +++ b/doc/cephfs/standby.rst @@ -138,7 +138,7 @@ this if you have a daemon that you want to use for any rank, but only within a particular filesystem. mon_force_standby_active ------------------------- +~~~~~~~~~~~~~~~~~~~~~~~~ This setting is used on monitor hosts. It defaults to true. From 00ca666a2814d87ec8212e9290bb7979f702aba7 Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Thu, 28 Jul 2016 14:15:56 -0400 Subject: [PATCH 2/2] doc: add historical warning for mds_standby_replay When testing < v10.2.1 with standby replay, I was often confused why the MDS daemons would go into replay even when this was false. Signed-off-by: Patrick Donnelly --- doc/cephfs/standby.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/cephfs/standby.rst b/doc/cephfs/standby.rst index 406f2135612..eecf7808a6f 100644 --- a/doc/cephfs/standby.rst +++ b/doc/cephfs/standby.rst @@ -109,6 +109,9 @@ used as a standby for the rank that it is following. If another rank fails, this standby replay daemon will not be used as a replacement, even if no other standbys are available. +*Historical note:* In Ceph prior to v10.2.1, this setting (when ``false``) is +always true when ``mds_standby_for_*`` is also set. + mds_standby_for_name ~~~~~~~~~~~~~~~~~~~~