]> git.proxmox.com Git - ceph.git/blob - ceph/qa/suites/rados/singleton/all/random-eio.yaml
1d5adae75877114ddcf1c9c6d0f1a59bbf6727a2
[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 pre-mgr-commands:
19 - sudo ceph config set mgr mgr/devicehealth/enable_monitoring false --force
20 log-whitelist:
21 - missing primary copy of
22 - objects unfound and apparently lost
23 - had a read error
24 - overall HEALTH_
25 - \(POOL_APP_NOT_ENABLED\)
26 - \(PG_DEGRADED\)
27 - \(OSD_TOO_MANY_REPAIRS\)
28 - full_sequential:
29 - exec:
30 client.0:
31 - sudo ceph tell osd.1 injectargs -- --filestore_debug_random_read_err=0.33
32 - sudo ceph tell osd.1 injectargs -- --bluestore_debug_random_read_err=0.33
33 - sudo ceph osd pool create test 16 16
34 - sudo ceph osd pool set test size 3
35 - sudo ceph pg dump pgs --format=json-pretty
36 - radosbench:
37 clients: [client.0]
38 time: 360
39 type: rand
40 objectsize: 1048576
41 pool: test
42 create_pool: false
43 - exec:
44 client.0:
45 - sudo ceph tell osd.1 injectargs -- --filestore_debug_random_read_err=0.0
46 - sudo ceph tell osd.1 injectargs -- --bluestore_debug_random_read_err=0.0