mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
Merge pull request #62 from ceph/wip-standbyreplay
suites/fs: add a standbyreplay configuration
This commit is contained in:
commit
b354631e6e
0
suites/fs/standbyreplay/%
Normal file
0
suites/fs/standbyreplay/%
Normal file
11
suites/fs/standbyreplay/clusters/standby-replay.yaml
Normal file
11
suites/fs/standbyreplay/clusters/standby-replay.yaml
Normal 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]
|
5
suites/fs/standbyreplay/mount/fuse.yaml
Normal file
5
suites/fs/standbyreplay/mount/fuse.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
|
||||
tasks:
|
||||
- install:
|
||||
- ceph:
|
||||
- ceph_fuse:
|
7
suites/fs/standbyreplay/tasks/migration.yaml
Normal file
7
suites/fs/standbyreplay/tasks/migration.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
|
||||
tasks:
|
||||
- mds_journal_migration:
|
||||
- workunit:
|
||||
clients:
|
||||
all: [fs/misc/trivial_sync.sh]
|
||||
|
Loading…
Reference in New Issue
Block a user