Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / qa / suites / rados / thrash-erasure-code / workloads / ec-small-objects.yaml
1 tasks:
2 - rados:
3     clients: [client.0]
4     ops: 400000
5     max_seconds: 600
6     max_in_flight: 64
7     objects: 1024
8     size: 16384
9     ec_pool: true
10     op_weights:
11       read: 100
12       write: 0
13       append: 100
14       delete: 50
15       snap_create: 50
16       snap_remove: 50
17       rollback: 50
18       copy_from: 50
19       setattr: 25
20       rmattr: 25