mirror of
https://github.com/ceph/ceph
synced 2025-02-04 01:14:24 +00:00
431ae2f583
A place for any tests which should be run with standbyreplay MDSs in play. Initially just the mds_journal_migration task, to cover the #8811 case. Signed-off-by: John Spray <john.spray@redhat.com>
12 lines
210 B
YAML
12 lines
210 B
YAML
|
|
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]
|