mirror of
https://github.com/ceph/ceph
synced 2025-03-04 23:40:07 +00:00
This is mostly for testing: a lot of tests assume that there are no existing pools. These tests relied on a config to turn off creating the "device_health_metrics" pool which generally exists for any new Ceph cluster. It would be better to make these tests tolerant of the new .mgr pool but clearly there's a lot of these. So just convert the config to make it work. Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
23 lines
535 B
YAML
23 lines
535 B
YAML
roles:
|
|
- [mon.a, mgr.x, osd.0, osd.1, osd.2, osd.3, osd.4, osd.5, osd.6, osd.7, osd.8, osd.9, client.0]
|
|
tasks:
|
|
- install:
|
|
- ceph:
|
|
pre-mgr-commands:
|
|
- sudo ceph config set mgr mgr_pool false --force
|
|
conf:
|
|
osd:
|
|
# we may land on ext4
|
|
osd max object name len: 400
|
|
osd max object namespace len: 64
|
|
log-ignorelist:
|
|
- but it is still running
|
|
- overall HEALTH_
|
|
- \(OSDMAP_FLAGS\)
|
|
- \(OSD_
|
|
- \(PG_
|
|
- workunit:
|
|
clients:
|
|
all:
|
|
- rados/test_health_warnings.sh
|