]> git.proxmox.com Git - ceph.git/blob - ceph/qa/suites/rados/singleton/all/random-eio.yaml
update sources to v12.1.1
[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 - full_sequential:
22 - exec:
23 client.0:
24 - sudo ceph tell osd.1 injectargs -- --filestore_debug_random_read_err=0.33
25 - sudo ceph tell osd.1 injectargs -- --bluestore_debug_random_read_err=0.33
26 - sudo ceph osd pool create test 16 16
27 - sudo ceph osd pool set test size 3
28 - sudo ceph pg dump pgs --format=json-pretty
29 - radosbench:
30 clients: [client.0]
31 time: 360
32 type: rand
33 objectsize: 1048576
34 pool: test
35 create_pool: false
36 - exec:
37 client.0:
38 - sudo ceph tell osd.1 injectargs -- --filestore_debug_random_read_err=0.0
39 - sudo ceph tell osd.1 injectargs -- --bluestore_debug_random_read_err=0.0