mirror of
https://github.com/ceph/ceph
synced 2025-01-19 17:41:39 +00:00
Merge pull request #41486 from neha-ojha/wip-49139-new
qa: use ubuntu_latest for perf suites and remove cosbench workloads Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
commit
ece5ed1ac9
@ -1 +0,0 @@
|
||||
.qa/distros/all/ubuntu_18.04.yaml
|
1
qa/suites/perf-basic/ubuntu_latest.yaml
Symbolic link
1
qa/suites/perf-basic/ubuntu_latest.yaml
Symbolic link
@ -0,0 +1 @@
|
||||
.qa/distros/supported/ubuntu_latest.yaml
|
@ -1,30 +0,0 @@
|
||||
meta:
|
||||
- desc: |
|
||||
Run cosbench benchmark using cbt.
|
||||
64K write workload.
|
||||
|
||||
overrides:
|
||||
rgw:
|
||||
data_pool_pg_size: 64
|
||||
index_pool_pg_size: 64
|
||||
tasks:
|
||||
- cbt:
|
||||
benchmarks:
|
||||
cosbench:
|
||||
obj_size: [64KB]
|
||||
osd_ra: [4096]
|
||||
workers: 1
|
||||
containers_max: 1000
|
||||
objects_max: 100
|
||||
mode: [write]
|
||||
template: [default]
|
||||
rampup: 30
|
||||
runtime: 300
|
||||
rampdown: 30
|
||||
containers: ["u(1,100)"]
|
||||
objects: ["u(1,100)"]
|
||||
ratio: [100]
|
||||
cluster:
|
||||
user: 'ubuntu'
|
||||
osds_per_node: 1
|
||||
iterations: 1
|
@ -1 +0,0 @@
|
||||
.qa/distros/all/ubuntu_18.04.yaml
|
1
qa/suites/rados/perf/ubuntu_latest.yaml
Symbolic link
1
qa/suites/rados/perf/ubuntu_latest.yaml
Symbolic link
@ -0,0 +1 @@
|
||||
.qa/distros/supported/ubuntu_latest.yaml
|
@ -1,25 +0,0 @@
|
||||
overrides:
|
||||
rgw:
|
||||
data_pool_pg_size: 64
|
||||
index_pool_pg_size: 64
|
||||
tasks:
|
||||
- cbt:
|
||||
benchmarks:
|
||||
cosbench:
|
||||
obj_size: [64KB]
|
||||
osd_ra: [4096]
|
||||
workers: 1
|
||||
containers_max: 1000
|
||||
objects_max: 100
|
||||
mode: [mix]
|
||||
template: [default]
|
||||
rampup: 30
|
||||
runtime: 300
|
||||
rampdown: 30
|
||||
containers: ["u(1,100)"]
|
||||
objects: ["u(1,100)"]
|
||||
ratio: [60]
|
||||
cluster:
|
||||
user: 'ubuntu'
|
||||
osds_per_node: 1
|
||||
iterations: 1
|
@ -1,25 +0,0 @@
|
||||
overrides:
|
||||
rgw:
|
||||
data_pool_pg_size: 64
|
||||
index_pool_pg_size: 64
|
||||
tasks:
|
||||
- cbt:
|
||||
benchmarks:
|
||||
cosbench:
|
||||
obj_size: [64KB]
|
||||
osd_ra: [4096]
|
||||
workers: 1
|
||||
containers_max: 1000
|
||||
objects_max: 100
|
||||
mode: [write]
|
||||
template: [default]
|
||||
rampup: 30
|
||||
runtime: 300
|
||||
rampdown: 30
|
||||
containers: ["u(1,100)"]
|
||||
objects: ["u(1,100)"]
|
||||
ratio: [100]
|
||||
cluster:
|
||||
user: 'ubuntu'
|
||||
osds_per_node: 1
|
||||
iterations: 1
|
Loading…
Reference in New Issue
Block a user