qa/suites/crimson-rados-experimental: cleanp thrash

Moved to crimson-rados/thrash instead.

Signed-off-by: Matan Breizman <mbreizma@redhat.com>
This commit is contained in:
Matan Breizman 2025-11-16 10:08:38 +00:00
parent 93ec29e3d2
commit 5cb507606d
41 changed files with 0 additions and 324 deletions

View File

@ -1 +0,0 @@
../.qa/

View File

@ -1 +0,0 @@
.qa/config/crimson_install.yaml

View File

@ -1 +0,0 @@
.qa/overrides/3-size-2-min-size.yaml

View File

@ -1 +0,0 @@
.qa/overrides/short_pg_log.yaml

View File

@ -1 +0,0 @@
.qa/overrides/more-active-recovery.yaml

View File

@ -1,6 +0,0 @@
overrides:
ceph:
conf:
global:
osd_async_recovery_min_cost: 1
osd_object_clean_region_max_num_intervals: 1000

View File

@ -1,5 +0,0 @@
overrides:
ceph:
conf:
global:
osd_async_recovery_min_cost: 1

View File

@ -1,5 +0,0 @@
overrides:
ceph:
conf:
global:
osd_object_clean_region_max_num_intervals: 1000

View File

@ -1 +0,0 @@
.qa/clusters/crimson/crimson-fixed-2.yaml

View File

@ -1,4 +0,0 @@
openstack:
- volumes: # attached to each instance
count: 4
size: 10 # GB

View File

@ -1 +0,0 @@
.qa/distros/crimson-supported-all-distro/

View File

@ -1 +0,0 @@
.qa/config/crimson_qa_overrides.yaml

View File

@ -1 +0,0 @@
../.qa/

View File

@ -1,6 +0,0 @@
tasks:
- install:
- ceph:
conf:
osd:
debug monc: 20

View File

@ -1,16 +0,0 @@
# no need to verify os + flavor + sha1
verify_ceph_hash: false
tasks:
- cephadm:
conf:
mgr:
debug ms: 1
debug mgr: 20
debug osd: 10
- cephadm.shell:
mon.a:
- ceph orch status
- ceph orch ps
- ceph orch ls
- ceph orch host ls
- ceph orch device ls

View File

@ -1 +0,0 @@
.qa/objectstore/crimson/seastore

View File

@ -1,35 +0,0 @@
overrides:
ceph:
log-ignorelist:
- but it is still running
- objects unfound and apparently lost
conf:
osd:
osd debug reject backfill probability: .3
osd scrub min interval: 60
osd scrub max interval: 120
osd max backfills: 3
osd snap trim sleep: 2
osd delete sleep: 1
mon:
mon min osdmap epochs: 50
paxos service trim min: 10
# prune full osdmaps regularly
mon osdmap full prune min: 15
mon osdmap full prune interval: 2
mon osdmap full prune txsize: 2
tasks:
- thrashosds:
timeout: 2400
dump_ops_enable: false
sighup_delay: 0
min_in: 3
noscrub_toggle_delay: 0
chance_thrash_pg_upmap: 0
reweight_osd: 0
thrash_primary_affinity: false
ceph_objectstore_tool: false
chance_inject_pause_short: 0
chance_thrash_cluster_full: 0
chance_reset_purged_snaps_last: 0
chance_trim_stale_osdmaps: 0

View File

@ -1 +0,0 @@
.qa/tasks/thrashosds-health.yaml

View File

@ -1,13 +0,0 @@
overrides:
ceph:
conf:
client.0:
admin socket: /var/run/ceph/ceph-$name.asok
tasks:
- radosbench:
clients: [client.0]
time: 150
- admin_socket:
client.0:
objecter_requests:
test: "http://git.ceph.com/?p={repo};a=blob_plain;f=src/test/admin_socket/objecter_requests;hb={branch}"

View File

@ -1,20 +0,0 @@
overrides:
conf:
osd:
osd deep scrub update digest min age: 0
tasks:
- rados:
clients: [client.0]
ops: 4000
objects: 50
pool_snaps: true
op_weights:
read: 100
write: 100
delete: 50
snap_create: 50
snap_remove: 50
rollback: 0
# TODO: CEPH_OSD_OP_COPY_FROM
copy_from: 0

View File

@ -1,49 +0,0 @@
overrides:
ceph:
conf:
client.0:
debug ms: 1
debug objecter: 20
debug rados: 20
tasks:
- full_sequential:
- radosbench:
clients: [client.0]
concurrency: 128
size: 8192
time: 90
- radosbench:
clients: [client.0]
concurrency: 128
size: 8192
time: 90
- radosbench:
clients: [client.0]
concurrency: 128
size: 8192
time: 90
- radosbench:
clients: [client.0]
concurrency: 128
size: 8192
time: 90
- radosbench:
clients: [client.0]
concurrency: 128
size: 8192
time: 90
- radosbench:
clients: [client.0]
concurrency: 128
size: 8192
time: 90
- radosbench:
clients: [client.0]
concurrency: 128
size: 8192
time: 90
- radosbench:
clients: [client.0]
concurrency: 128
size: 8192
time: 90

View File

@ -1,24 +0,0 @@
overrides:
ceph:
conf:
client.0:
debug ms: 1
debug objecter: 20
debug rados: 20
tasks:
- full_sequential:
- radosbench:
clients: [client.0]
time: 90
- radosbench:
clients: [client.0]
time: 90
- radosbench:
clients: [client.0]
time: 90
- radosbench:
clients: [client.0]
time: 90
- radosbench:
clients: [client.0]
time: 90

View File

@ -1,24 +0,0 @@
overrides:
ceph:
crush_tunables: jewel
tasks:
- rados:
clients: [client.0]
ops: 400000
max_seconds: 600
max_in_flight: 64
objects: 1024
size: 16384
balance_reads: true
max_attr_len: 8192
op_weights:
read: 100
write: 100
delete: 50
snap_create: 50
snap_remove: 50
rollback: 0
# TODO: CEPH_OSD_OP_COPY_FROM
copy_from: 0
setattr: 25
rmattr: 25

View File

@ -1,24 +0,0 @@
overrides:
ceph:
crush_tunables: jewel
tasks:
- rados:
clients: [client.0]
ops: 400000
max_seconds: 600
max_in_flight: 64
objects: 1024
size: 16384
localize_reads: true
max_attr_len: 8192
op_weights:
read: 100
write: 100
delete: 50
snap_create: 50
snap_remove: 50
rollback: 0
# TODO: CEPH_OSD_OP_COPY_FROM
copy_from: 0
setattr: 25
rmattr: 25

View File

@ -1,23 +0,0 @@
overrides:
ceph:
crush_tunables: jewel
tasks:
- rados:
clients: [client.0]
ops: 400000
max_seconds: 600
max_in_flight: 64
objects: 1024
size: 16384
max_attr_len: 8192
op_weights:
read: 100
write: 100
delete: 50
snap_create: 50
snap_remove: 50
rollback: 0
# TODO: CEPH_OSD_OP_COPY_FROM
copy_from: 0
setattr: 25
rmattr: 25

View File

@ -1,15 +0,0 @@
tasks:
- rados:
clients: [client.0]
ops: 4000
objects: 50
balance_reads: true
op_weights:
read: 100
write: 100
delete: 50
snap_create: 50
snap_remove: 50
rollback: 0
# TODO: CEPH_OSD_OP_COPY_FROM
copy_from: 0

View File

@ -1,15 +0,0 @@
tasks:
- rados:
clients: [client.0]
ops: 4000
objects: 50
localize_reads: true
op_weights:
read: 100
write: 100
delete: 50
snap_create: 50
snap_remove: 50
rollback: 0
# TODO: CEPH_OSD_OP_COPY_FROM
copy_from: 0

View File

@ -1,14 +0,0 @@
tasks:
- rados:
clients: [client.0]
ops: 4000
objects: 50
op_weights:
read: 100
write: 100
delete: 50
snap_create: 50
snap_remove: 50
rollback: 0
# TODO: CEPH_OSD_OP_COPY_FROM
copy_from: 0

View File

@ -1,8 +0,0 @@
tasks:
- rados:
clients: [client.0]
ops: 4000
objects: 500
write_fadvise_dontneed: true
op_weights:
write: 100