ceph/clusters/fixed-1.yaml
Vasu Kulkarni 1c24f58180 Fix recent failures due to HEALTH_WARN check issues
There were recent failures due to HEALTH_WARN check unrelated
to script, this fix basically bypasses this issue by using
osd pool default size: 1 in ceph.conf and now
checks for HEALTH_OK instead of HEALTH_WARN
It also adds the meta information to tasks which describes test

Signed-off-by: Vasu Kulkarni <vasu@redhat.com>
2016-03-08 21:43:06 -05:00

9 lines
166 B
YAML

overrides:
ceph-deploy:
conf:
global:
mon pg warn min per osd: 1
osd pool default size: 1
roles:
- [mon.a, osd.0, osd.1, osd.2, client.0]