mirror of
https://github.com/ceph/ceph
synced 2024-12-23 11:54:11 +00:00
1c24f58180
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>
9 lines
166 B
YAML
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]
|