]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc: fix standby replay config
authorPatrick Donnelly <pdonnell@redhat.com>
Tue, 12 Jul 2016 19:43:23 +0000 (15:43 -0400)
committerPatrick Donnelly <pdonnell@redhat.com>
Tue, 12 Jul 2016 19:44:00 +0000 (15:44 -0400)
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 <pdonnell@redhat.com>
doc/cephfs/standby.rst

index 9b0cb4d8700bd50c10a4b50050e5e698a5845e25..c93699c579ad93b1626bc150cd355421157f66f9 100644 (file)
@@ -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