summaryrefslogtreecommitdiffstats
path: root/src/ceph/qa/suites/rados/singleton/all/osd-recovery.yaml
blob: 634e8843ea1060260bc673534b366259f9f76632 (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
roles:
- - mon.a
  - mon.b
  - mon.c
  - mgr.x
  - osd.0
  - osd.1
  - osd.2
openstack:
  - volumes: # attached to each instance
      count: 3
      size: 10 # GB
tasks:
- install:
- ceph:
    log-whitelist:
      - but it is still running
      - overall HEALTH_
      - \(OSDMAP_FLAGS\)
      - \(OSD_
      - \(PG_
      - \(OBJECT_DEGRADED\)
      - \(SLOW_OPS\)
    conf:
      osd:
        osd min pg log entries: 5
        osd_fast_fail_on_connection_refused: false
- osd_recovery: