mirror of
https://github.com/ceph/ceph
synced 2025-01-23 19:46:56 +00:00
37 lines
669 B
YAML
37 lines
669 B
YAML
|
roles:
|
||
|
- - mon.a
|
||
|
- mon.b
|
||
|
- mon.c
|
||
|
- mgr.x
|
||
|
- osd.0
|
||
|
- osd.1
|
||
|
- osd.2
|
||
|
- osd.3
|
||
|
openstack:
|
||
|
- volumes: # attached to each instance
|
||
|
count: 4
|
||
|
size: 10 # GB
|
||
|
tasks:
|
||
|
- install:
|
||
|
- ceph:
|
||
|
create_rbd_pool: false
|
||
|
pre-mgr-commands:
|
||
|
- sudo ceph config set mgr mgr/devicehealth/enable_monitoring false --force
|
||
|
log-ignorelist:
|
||
|
- \(OBJECT_
|
||
|
- \(OSDMAP_FLAGS\)
|
||
|
- \(OSD_
|
||
|
- \(PG_
|
||
|
- \(SLOW_OPS\)
|
||
|
- deep-scrub
|
||
|
- missing
|
||
|
- overall HEALTH_
|
||
|
- repair
|
||
|
- slow request
|
||
|
- unfound
|
||
|
conf:
|
||
|
osd:
|
||
|
osd min pg log entries: 5
|
||
|
osd max pg log entries: 5
|
||
|
- ec_inconsistent_hinfo:
|