]> git.proxmox.com Git - ceph.git/blob - ceph/qa/suites/rados/singleton/all/watch-notify-same-primary.yaml
c0cecde32aa7f091ff765dd0706d2df6eaf0b672
[ceph.git] / ceph / qa / suites / rados / singleton / all / watch-notify-same-primary.yaml
1 roles:
2 - - mon.a
3 - mon.b
4 - mon.c
5 - mgr.x
6 - osd.0
7 - osd.1
8 - osd.2
9 - client.0
10 openstack:
11 - volumes: # attached to each instance
12 count: 3
13 size: 10 # GB
14 tasks:
15 - install:
16 - ceph:
17 pre-mgr-commands:
18 - sudo ceph config set mgr mgr/devicehealth/enable_monitoring false --force
19 config:
20 global:
21 osd pool default min size : 1
22 client:
23 debug ms: 1
24 debug objecter: 20
25 debug rados: 20
26 log-whitelist:
27 - objects unfound and apparently lost
28 - overall HEALTH_
29 - \(OSDMAP_FLAGS\)
30 - \(OSD_
31 - \(PG_
32 - \(OBJECT_DEGRADED\)
33 - watch_notify_same_primary:
34 clients: [client.0]