The thrash matrix includes min_size = 2 and size = 2. This
is fine and good, except that the inevitable slow rados ops
that generates make readwrite.yaml issue timeouts and
fail. Since the workload isn't meant to tolerate slow
requests, move it into the basic/ group.
Signed-off-by: Sage Weil <sage@redhat.com>
--- /dev/null
+overrides:
+ ceph:
+ crush_tunables: optimal
+ conf:
+ osd:
+ osd_discard_disconnected_ops: false
+tasks:
+- install:
+- ceph:
+- rados:
+ clients: [client.0]
+ ops: 4000
+ objects: 500
+ op_weights:
+ read: 45
+ write: 45
+ delete: 10
+++ /dev/null
-overrides:
- ceph:
- crush_tunables: optimal
- conf:
- osd:
- osd_discard_disconnected_ops: false
-tasks:
-- rados:
- clients: [client.0]
- ops: 4000
- objects: 500
- op_weights:
- read: 45
- write: 45
- delete: 10