From 42e02369f0a6d32ab4a2567435257fc394ce292f Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Tue, 12 Jul 2016 15:43:23 -0400 Subject: [PATCH] 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 --- doc/cephfs/standby.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/cephfs/standby.rst b/doc/cephfs/standby.rst index 9b0cb4d8700bd..c93699c579ad9 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