mirror of
https://github.com/ceph/ceph
synced 2024-12-22 03:22:00 +00:00
344d5974fd
Follow up to a24efaef
, remove the mds from
the (mainly singleton) test configs that
explicitly list it.
Signed-off-by: John Spray <john.spray@redhat.com>
31 lines
533 B
YAML
31 lines
533 B
YAML
roles:
|
|
- - mon.a
|
|
- osd.0
|
|
- osd.1
|
|
- osd.2
|
|
- client.0
|
|
- - osd.3
|
|
- osd.4
|
|
- osd.5
|
|
tasks:
|
|
- install:
|
|
- ceph:
|
|
conf:
|
|
osd:
|
|
osd debug reject backfill probability: .3
|
|
osd min pg log entries: 25
|
|
osd max pg log entries: 100
|
|
- exec:
|
|
client.0:
|
|
- ceph osd pool create foo 64
|
|
- rados -p foo bench 60 write -b 1024 --no-cleanup
|
|
- ceph osd pool set foo size 3
|
|
- ceph osd out 0 1
|
|
- sleep:
|
|
duration: 60
|
|
- exec:
|
|
client.0:
|
|
- ceph osd in 0 1
|
|
- sleep:
|
|
duration: 60
|