blob: e1e9d34ef9f6dfdda8f3143aed239f7940049b03 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
openstack:
- volumes: # attached to each instance
count: 2
size: 10 # GB
roles:
- [mon.a, mgr.x, osd.0, osd.1, client.0]
overrides:
ceph:
pre-mgr-commands:
- sudo ceph config set mgr mgr_pool false --force
log-ignorelist:
- \(OSDMAP_FLAGS\)
- \(OSD_FULL\)
- \(MDS_READ_ONLY\)
- \(POOL_APP_NOT_ENABLED\)
- large omap objects
- Large omap object found
- application not enabled
conf:
osd:
osd scrub backoff ratio: 0
osd deep scrub large omap object value sum threshold: 8800000
osd deep scrub large omap object key threshold: 20000
tasks:
- install:
- ceph:
- workunit:
clients:
all:
- rados/test_large_omap_detection.py
|