mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
Add small cluster thrashing tasks
Signed-off-by: Samuel Just <samuel.just@dreamhost.com>
This commit is contained in:
parent
b2c07d8a60
commit
5bb9a9d615
3
suites/regression/thrash/btrfs/with-btrfs.yaml
Normal file
3
suites/regression/thrash/btrfs/with-btrfs.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
overrides:
|
||||
ceph:
|
||||
btrfs: 1
|
3
suites/regression/thrash/clusters/6-osd-2-machine.yaml
Normal file
3
suites/regression/thrash/clusters/6-osd-2-machine.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
roles:
|
||||
- [mon.0, mds.a, osd.0, osd.1, osd.2]
|
||||
- [mon.1, mon.2, client.0, osd.3, osd.4, osd.5]
|
5
suites/regression/thrash/thrashers/default.yaml
Normal file
5
suites/regression/thrash/thrashers/default.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
tasks:
|
||||
- ceph:
|
||||
log-whitelist:
|
||||
- wrongly marked me down or wrong addr
|
||||
- thrashosds:
|
4
suites/regression/thrash/workloads/radosbench.yaml
Normal file
4
suites/regression/thrash/workloads/radosbench.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
tasks:
|
||||
- radosbench:
|
||||
clients: [client.0]
|
||||
time: 1800
|
9
suites/regression/thrash/workloads/readwrite.yaml
Normal file
9
suites/regression/thrash/workloads/readwrite.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
tasks:
|
||||
- rados:
|
||||
clients: [client.0]
|
||||
ops: 4000
|
||||
objects: 500
|
||||
op_weights:
|
||||
read: 45
|
||||
write: 45
|
||||
delete: 10
|
12
suites/regression/thrash/workloads/snaps.yaml
Normal file
12
suites/regression/thrash/workloads/snaps.yaml
Normal file
@ -0,0 +1,12 @@
|
||||
tasks:
|
||||
- rados:
|
||||
clients: [client.0]
|
||||
ops: 4000
|
||||
objects: 500
|
||||
op_weights:
|
||||
read: 100
|
||||
write: 100
|
||||
delete: 50
|
||||
snap_create: 50
|
||||
snap_remove: 50
|
||||
snap_rollback: 50
|
Loading…
Reference in New Issue
Block a user