mirror of
https://github.com/ceph/ceph
synced 2024-12-26 21:43:10 +00:00
e398fd4ee4
Signed-off-by: Sage Weil <sage@redhat.com>
33 lines
559 B
YAML
33 lines
559 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
|
|
- mgr.x
|
|
- 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
|
|
- wrongly marked
|
|
- (POOL_APP_NOT_ENABLED)
|
|
- overall HEALTH_
|
|
conf:
|
|
global:
|
|
enable experimental unrecoverable data corrupting features: "*"
|
|
fs: xfs
|