Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / qa / suites / rados / thrash-erasure-code / workloads / ec-small-objects-fast-read.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     fast_read: true
11     op_weights:
12       read: 100
13       write: 0
14       append: 100
15       delete: 50
16       snap_create: 50
17       snap_remove: 50
18       rollback: 50
19       copy_from: 50
20       setattr: 25
21       rmattr: 25