From: Jos Collin Date: Thu, 10 May 2018 04:26:23 +0000 (+0530) Subject: Fixed configuration setting standby_replay X-Git-Tag: v14.0.0~122^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9a9b1515f4a74e14b7e4a04e420a3634547e31a6;p=ceph.git Fixed configuration setting standby_replay Signed-off-by: Jos Collin --- diff --git a/doc/cephfs/standby.rst b/doc/cephfs/standby.rst index 379b04cc1e21..9bd37984b67f 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