summaryrefslogtreecommitdiffstats
path: root/qa/suites/rados/singleton-nomsgr/all/large-omap-object-warnings.yaml
blob: b08ab343f812f726ee3bafc6124798a83e3306a5 (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/devicehealth/enable_monitoring 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