summaryrefslogtreecommitdiffstats
path: root/src/ceph/qa/suites/rados/rest/rest_test.yaml
blob: 0fdb9dc6a37381224e65c7f126a809d9acfaeb62 (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
37
38
39
40
41
42
43
44
roles:
- - mon.a
  - mgr.x
  - mds.a
  - osd.0
  - osd.1
- - mon.b
  - mon.c
  - osd.2
  - osd.3
  - client.0

openstack:
- volumes: # attached to each instance
    count: 2
    size: 10 # GB

tasks:
- install:
- ceph:
    fs: xfs
    log-whitelist:
      - overall HEALTH
      - \(OSDMAP_FLAGS\)
      - \(OSD_
      - \(PG_
      - \(POOL_
      - \(CACHE_POOL_
      - \(SMALLER_PGP_NUM\)
      - \(OBJECT_
      - \(REQUEST_SLOW\)
      - \(SLOW_OPS\)
      - \(TOO_FEW_PGS\)
      - but it is still running
    conf:
      client.rest0:
        debug ms: 1
        debug objecter: 20
        debug rados: 20
- rest-api: [client.0]
- workunit:
    clients:
      client.0:
         - rest/test.py