Skip to content

Commit 45c6c54

Browse files
authored
Merge pull request ceph#52599 from Matan-B/wip-matanb-crimson-cbt-fix
qa: Fix cbt usage with Crimson Reviewed-by: Samuel Just <[email protected]>
2 parents f3b4c1d + 82d686b commit 45c6c54

13 files changed

+85
-1
lines changed

qa/suites/crimson-rados/perf/workloads/fio_4K_rand_read.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,10 @@ tasks:
2222
pg_size: 128
2323
pgp_size: 128
2424
replication: 3
25+
monitoring_profiles:
26+
perf:
27+
nodes:
28+
- osds
29+
perf_cmd: 'perf'
30+
args: 'stat -p {pid} -o {perf_dir}/perf_stat.{pid}'
31+
pid_glob: crimson-osd.*.pid

qa/suites/crimson-rados/perf/workloads/fio_4K_rand_rw.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,10 @@ tasks:
2222
pg_size: 128
2323
pgp_size: 128
2424
replication: 3
25+
monitoring_profiles:
26+
perf:
27+
nodes:
28+
- osds
29+
perf_cmd: 'perf'
30+
args: 'stat -p {pid} -o {perf_dir}/perf_stat.{pid}'
31+
pid_glob: crimson-osd.*.pid

qa/suites/crimson-rados/perf/workloads/fio_4M_rand_read.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,10 @@ tasks:
2222
pg_size: 128
2323
pgp_size: 128
2424
replication: 3
25+
monitoring_profiles:
26+
perf:
27+
nodes:
28+
- osds
29+
perf_cmd: 'perf'
30+
args: 'stat -p {pid} -o {perf_dir}/perf_stat.{pid}'
31+
pid_glob: crimson-osd.*.pid

qa/suites/crimson-rados/perf/workloads/fio_4M_rand_rw.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,10 @@ tasks:
2222
pg_size: 128
2323
pgp_size: 128
2424
replication: 3
25+
monitoring_profiles:
26+
perf:
27+
nodes:
28+
- osds
29+
perf_cmd: 'perf'
30+
args: 'stat -p {pid} -o {perf_dir}/perf_stat.{pid}'
31+
pid_glob: crimson-osd.*.pid

qa/suites/crimson-rados/perf/workloads/fio_4M_rand_write.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,10 @@ tasks:
2222
pg_size: 128
2323
pgp_size: 128
2424
replication: 3
25+
monitoring_profiles:
26+
perf:
27+
nodes:
28+
- osds
29+
perf_cmd: 'perf'
30+
args: 'stat -p {pid} -o {perf_dir}/perf_stat.{pid}'
31+
pid_glob: crimson-osd.*.pid

qa/suites/crimson-rados/perf/workloads/radosbench_4K_rand_read.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,10 @@ tasks:
2222
pg_size: 256
2323
pgp_size: 256
2424
replication: 'replicated'
25+
monitoring_profiles:
26+
perf:
27+
nodes:
28+
- osds
29+
perf_cmd: 'perf'
30+
args: 'stat -p {pid} -o {perf_dir}/perf_stat.{pid}'
31+
pid_glob: crimson-osd.*.pid

qa/suites/crimson-rados/perf/workloads/radosbench_4K_seq_read.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,10 @@ tasks:
2121
pg_size: 256
2222
pgp_size: 256
2323
replication: 'replicated'
24+
monitoring_profiles:
25+
perf:
26+
nodes:
27+
- osds
28+
perf_cmd: 'perf'
29+
args: 'stat -p {pid} -o {perf_dir}/perf_stat.{pid}'
30+
pid_glob: crimson-osd.*.pid

qa/suites/crimson-rados/perf/workloads/radosbench_4M_rand_read.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,10 @@ tasks:
2222
pg_size: 256
2323
pgp_size: 256
2424
replication: 'replicated'
25+
monitoring_profiles:
26+
perf:
27+
nodes:
28+
- osds
29+
perf_cmd: 'perf'
30+
args: 'stat -p {pid} -o {perf_dir}/perf_stat.{pid}'
31+
pid_glob: crimson-osd.*.pid

qa/suites/crimson-rados/perf/workloads/radosbench_4M_seq_read.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,10 @@ tasks:
2121
pg_size: 256
2222
pgp_size: 256
2323
replication: 'replicated'
24+
monitoring_profiles:
25+
perf:
26+
nodes:
27+
- osds
28+
perf_cmd: 'perf'
29+
args: 'stat -p {pid} -o {perf_dir}/perf_stat.{pid}'
30+
pid_glob: crimson-osd.*.pid

qa/suites/crimson-rados/perf/workloads/radosbench_4M_write.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,10 @@ tasks:
2121
pg_size: 256
2222
pgp_size: 256
2323
replication: 'replicated'
24+
monitoring_profiles:
25+
perf:
26+
nodes:
27+
- osds
28+
perf_cmd: 'perf'
29+
args: 'stat -p {pid} -o {perf_dir}/perf_stat.{pid}'
30+
pid_glob: crimson-osd.*.pid

0 commit comments

Comments
 (0)