]> git.proxmox.com Git - ceph.git/blame - ceph/qa/suites/rados/singleton/all/random-eio.yaml
import 15.2.0 Octopus source
[ceph.git] / ceph / qa / suites / rados / singleton / all / random-eio.yaml
CommitLineData
224ce89b
WB
1roles:
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
11openstack:
12 - volumes: # attached to each instance
13 count: 3
14 size: 10 # GB
15tasks:
16- install:
17- ceph:
9f95a23c
TL
18 pre-mgr-commands:
19 - sudo ceph config set mgr mgr/devicehealth/enable_monitoring false --force
224ce89b
WB
20 log-whitelist:
21 - missing primary copy of
22 - objects unfound and apparently lost
11fdf7f2 23 - had a read error
c07f9fc5 24 - overall HEALTH_
28e407b8
AA
25 - \(POOL_APP_NOT_ENABLED\)
26 - \(PG_DEGRADED\)
224ce89b
WB
27- full_sequential:
28 - exec:
29 client.0:
30 - sudo ceph tell osd.1 injectargs -- --filestore_debug_random_read_err=0.33
31 - sudo ceph tell osd.1 injectargs -- --bluestore_debug_random_read_err=0.33
32 - sudo ceph osd pool create test 16 16
33 - sudo ceph osd pool set test size 3
34 - sudo ceph pg dump pgs --format=json-pretty
35 - radosbench:
36 clients: [client.0]
37 time: 360
38 type: rand
39 objectsize: 1048576
40 pool: test
41 create_pool: false
42 - exec:
43 client.0:
44 - sudo ceph tell osd.1 injectargs -- --filestore_debug_random_read_err=0.0
45 - sudo ceph tell osd.1 injectargs -- --bluestore_debug_random_read_err=0.0