summaryrefslogtreecommitdiffstats
path: root/qa/suites/rados/singleton/all/ec-inconsistent-hinfo.yaml
blob: d71eab149926084548532b1848807e689e8148e5 (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
31
32
33
34
35
36
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: