Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / 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     config:
18       global:
19         osd pool default min size : 1
20       client:
21         debug ms: 1
22         debug objecter: 20
23         debug rados: 20
24     log-whitelist:
25       - objects unfound and apparently lost
26       - overall HEALTH_
27       - \(OSDMAP_FLAGS\)
28       - \(OSD_
29       - \(PG_
30       - \(OBJECT_DEGRADED\)
31 - watch_notify_same_primary:
32     clients: [client.0]