]> git.proxmox.com Git - ceph.git/blob - ceph/qa/suites/rados/singleton/all/random-eio.yaml
update sources to 12.2.7
[ceph.git] / ceph / qa / suites / rados / singleton / all / random-eio.yaml
1 roles:
2 - - mon.a
3 - mgr.x
4 - osd.0
5 - osd.1
6 - osd.2
7 - - osd.3
8 - osd.4
9 - osd.5
10 - client.0
11 openstack:
12 - volumes: # attached to each instance
13 count: 3
14 size: 10 # GB
15 tasks:
16 - install:
17 - ceph:
18 log-whitelist:
19 - missing primary copy of
20 - objects unfound and apparently lost
21 - overall HEALTH_
22 - \(POOL_APP_NOT_ENABLED\)
23 - \(PG_DEGRADED\)
24 - full_sequential:
25 - exec:
26 client.0:
27 - sudo ceph tell osd.1 injectargs -- --filestore_debug_random_read_err=0.33
28 - sudo ceph tell osd.1 injectargs -- --bluestore_debug_random_read_err=0.33
29 - sudo ceph osd pool create test 16 16
30 - sudo ceph osd pool set test size 3
31 - sudo ceph pg dump pgs --format=json-pretty
32 - radosbench:
33 clients: [client.0]
34 time: 360
35 type: rand
36 objectsize: 1048576
37 pool: test
38 create_pool: false
39 - exec:
40 client.0:
41 - sudo ceph tell osd.1 injectargs -- --filestore_debug_random_read_err=0.0
42 - sudo ceph tell osd.1 injectargs -- --bluestore_debug_random_read_err=0.0