From 9a9b1515f4a74e14b7e4a04e420a3634547e31a6 Mon Sep 17 00:00:00 2001 From: Jos Collin Date: Thu, 10 May 2018 09:56:23 +0530 Subject: [PATCH] Fixed configuration setting standby_replay Signed-off-by: Jos Collin --- doc/cephfs/standby.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/cephfs/standby.rst b/doc/cephfs/standby.rst index 379b04cc1e2..9bd37984b67 100644 --- a/doc/cephfs/standby.rst +++ b/doc/cephfs/standby.rst @@ -156,10 +156,10 @@ mon_force_standby_active This setting is used on monitor hosts. It defaults to true. -If it is false, then daemons configured with standby_replay=true +If it is false, then daemons configured with mds_standby_replay=true will **only** become active if the rank/name that they have been configured to follow fails. On the other hand, if this -setting is true, then a daemon configured with standby_replay=true +setting is true, then a daemon configured with mds_standby_replay=true may be assigned some other rank. Examples