From: Patrick Donnelly Date: Tue, 12 Jul 2016 19:43:23 +0000 (-0400) Subject: doc: fix standby replay config X-Git-Tag: ses5-milestone5~422^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=42e02369f0a6d32ab4a2567435257fc394ce292f;p=ceph.git doc: fix standby replay config I tried using these settings in tests without success. The correct config names are prefixed with "mds". Fixes: http://tracker.ceph.com/issues/16664 Signed-off-by: Patrick Donnelly --- diff --git a/doc/cephfs/standby.rst b/doc/cephfs/standby.rst index 9b0cb4d8700b..c93699c579ad 100644 --- a/doc/cephfs/standby.rst +++ b/doc/cephfs/standby.rst @@ -166,12 +166,12 @@ of the other. :: [mds.a] - standby replay = true - standby for rank = 0 + mds standby replay = true + mds standby for rank = 0 [mds.b] - standby replay = true - standby for rank = 0 + mds standby replay = true + mds standby for rank = 0 Floating standby ~~~~~~~~~~~~~~~~ @@ -195,14 +195,14 @@ for the other filesystem. :: [mds.a] - standby for fscid = 1 + mds standby for fscid = 1 [mds.b] - standby for fscid = 1 + mds standby for fscid = 1 [mds.c] - standby for fscid = 2 + mds standby for fscid = 2 [mds.d] - standby for fscid = 2 + mds standby for fscid = 2