mirror of
https://github.com/ceph/ceph
synced 2025-02-14 22:37:51 +00:00
31 lines
500 B
YAML
31 lines
500 B
YAML
meta:
|
|
- desc: |
|
|
Run ceph on two nodes,
|
|
with a separate client 0,1,2 third node.
|
|
Use xfs beneath the osds.
|
|
CephFS tests running on client 2,3
|
|
roles:
|
|
- - mon.a
|
|
- mds.a
|
|
- osd.0
|
|
- osd.1
|
|
- - mon.b
|
|
- mon.c
|
|
- osd.2
|
|
- osd.3
|
|
- - client.0
|
|
- client.1
|
|
- client.2
|
|
- client.3
|
|
overrides:
|
|
ceph:
|
|
log-whitelist:
|
|
- scrub mismatch
|
|
- ScrubResult
|
|
- failed to encode map
|
|
- wrongly marked
|
|
conf:
|
|
mon:
|
|
mon warn on legacy crush tunables: false
|
|
fs: xfs
|