Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / qa / suites / rados / thrash-erasure-code-overwrites / workloads / ec-small-objects-fast-read-overwrites.yaml
1 overrides:
2   ceph:
3     conf:
4       global:
5         enable experimental unrecoverable data corrupting features: '*'
6   thrashosds:
7     disable_objectstore_tool_tests: true
8 tasks:
9 - rados:
10     clients: [client.0]
11     ops: 400000
12     max_seconds: 600
13     max_in_flight: 64
14     objects: 1024
15     size: 16384
16     ec_pool: true
17     erasure_code_use_overwrites: true
18     fast_read: true
19     op_weights:
20       read: 100
21       write: 100
22       append: 100
23       delete: 50
24       snap_create: 50
25       snap_remove: 50
26       rollback: 50
27       copy_from: 50
28       setattr: 25
29       rmattr: 25