ceph/qa/suites/rados/singleton/all/pg-removal-interruption.yaml
John Spray 343e1a4281 qa: update whitelist for "wrongly marked me down"
Signed-off-by: John Spray <john.spray@redhat.com>
2017-07-24 14:54:46 +01:00

35 lines
743 B
YAML

roles:
- - mon.a
- mgr.x
- osd.0
- osd.1
- osd.2
- client.0
openstack:
- volumes: # attached to each instance
count: 3
size: 10 # GB
tasks:
- install:
- ceph:
log-whitelist:
- but it is still running
- slow request
- overall HEALTH_
- (OSDMAP_FLAGS)
- (OSD_
- (PG_
- exec:
client.0:
- sudo ceph osd pool create foo 128 128
- sudo ceph osd pool application enable foo rados
- sleep 5
- sudo ceph tell osd.0 injectargs -- --osd-inject-failure-on-pg-removal
- sudo ceph osd pool delete foo foo --yes-i-really-really-mean-it
- ceph.wait_for_failure: [osd.0]
- exec:
client.0:
- sudo ceph osd down 0
- ceph.restart: [osd.0]
- ceph.healthy: