Skip to content

Commit

Permalink
Merge pull request #10268 from batrick/i16664
Browse files Browse the repository at this point in the history
doc: fix standby replay config

Reviewed-by: John Spray <john.spray@redhat.com>
  • Loading branch information
John Spray committed Jul 13, 2016
2 parents fb3a34b + 42e0236 commit 44a4651
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions doc/cephfs/standby.rst
Expand Up @@ -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
~~~~~~~~~~~~~~~~
Expand All @@ -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

0 comments on commit 44a4651

Please sign in to comment.