Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / qa / suites / rados / thrash / workloads / small-objects.yaml
1 overrides:
2   ceph:
3     crush_tunables: jewel
4     conf:
5       mon:
6         mon osd initial require min compat client: jewel
7 tasks:
8 - rados:
9     clients: [client.0]
10     ops: 400000
11     max_seconds: 600
12     max_in_flight: 64
13     objects: 1024
14     size: 16384
15     op_weights:
16       read: 100
17       write: 100
18       delete: 50
19       snap_create: 50
20       snap_remove: 50
21       rollback: 50
22       copy_from: 50
23       setattr: 25
24       rmattr: 25