Merge pull request #62 from ceph/wip-standbyreplay

suites/fs: add a standbyreplay configuration
This commit is contained in:
John Spray 2014-07-29 18:14:02 +01:00
commit b354631e6e
4 changed files with 23 additions and 0 deletions

View File

View File

@ -0,0 +1,11 @@
overrides:
ceph:
conf:
mds:
mds standby replay: true
roles:
- [mon.a, mds.a, mds.b-s-0, osd.0, osd.1]
- [mon.b, mds.c-s-0, mds.d-s-0, mon.c, osd.2, osd.3]
- [client.0]

View File

@ -0,0 +1,5 @@
tasks:
- install:
- ceph:
- ceph_fuse:

View File

@ -0,0 +1,7 @@
tasks:
- mds_journal_migration:
- workunit:
clients:
all: [fs/misc/trivial_sync.sh]