summaryrefslogtreecommitdiffstats
path: root/qa/suites/upgrade/octopus-x/parallel-no-cephadm/0-cluster/start.yaml
blob: 1a397621c9527827fec6bf6d1309bb7d7a4ef36e (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
45
46
meta:
- desc: |
   Run ceph on two nodes,
   with a separate client 0,1,2 third node.
   Use xfs beneath the osds.
   CephFS tests running on client 2,3
roles:
- - mon.a
  - mgr.x
  #- mds.a ref: https://tracker.ceph.com/issues/48994
  - osd.0
  - osd.1
  - osd.2
  - osd.3
- - mon.b
  - osd.4
  - osd.5
  - osd.6
  - osd.7
- - mon.c
  - osd.8
  - osd.9
  - osd.10
  - osd.11
- - client.0
  - client.1
  - client.2
  - client.3
overrides:
  ceph:
    log-whitelist:
    - scrub mismatch
    - ScrubResult
    - wrongly marked
    - \(POOL_APP_NOT_ENABLED\)
    - \(SLOW_OPS\)
    - overall HEALTH_
    - slow request
    conf:
      global:
        enable experimental unrecoverable data corrupting features: "*"
      mon:
        mon warn on osd down out interval zero: false
      osd:
        osd class load list: "*"
        osd class default list: "*"