summaryrefslogtreecommitdiffstats
path: root/src/ceph/qa/suites/rados/singleton/all/watch-notify-same-primary.yaml
blob: 48ef78ff90ccb2f0f9c9c76097b257abf8a16ae3 (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
roles:
- - mon.a
  - mon.b
  - mon.c
  - mgr.x
  - osd.0
  - osd.1
  - osd.2
  - client.0
openstack:
  - volumes: # attached to each instance
      count: 3
      size: 10 # GB
tasks:
- install:
- ceph:
    config:
      global:
        osd pool default min size : 1
      client:
        debug ms: 1
        debug objecter: 20
        debug rados: 20
    log-whitelist:
      - objects unfound and apparently lost
      - overall HEALTH_
      - \(OSDMAP_FLAGS\)
      - \(OSD_
      - \(PG_
      - \(OBJECT_DEGRADED\)
- watch_notify_same_primary:
    clients: [client.0]