Skip to content

Commit

Permalink
Merge pull request ceph#49415 from ljflores/wip-update-telemetry-upgrade
Browse files Browse the repository at this point in the history
qa/workunits: update telemetry quincy workunits with `basic_pool_options_bluestore` collection

Reviewed-by: Yaarit Hatuka <[email protected]>
  • Loading branch information
yuriw authored Jan 22, 2024
2 parents 62be5c7 + 12da677 commit 9ea5ede
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion qa/workunits/test_telemetry_quincy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ ceph telemetry preview-all

# Assert that new collections are available
COLLECTIONS=$(ceph telemetry collection ls)
NEW_COLLECTIONS=("perf_perf" "basic_mds_metadata" "basic_pool_usage" "basic_rook_v01" "perf_memory_metrics")
NEW_COLLECTIONS=("perf_perf" "basic_mds_metadata" "basic_pool_usage"
"basic_rook_v01" "perf_memory_metrics" "basic_pool_options_bluestore")
for col in ${NEW_COLLECTIONS[@]}; do
if ! [[ $COLLECTIONS == *$col* ]];
then
Expand Down
3 changes: 2 additions & 1 deletion qa/workunits/test_telemetry_quincy_x.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ fi
ceph -s

COLLECTIONS=$(ceph telemetry collection ls)
NEW_COLLECTIONS=("perf_perf" "basic_mds_metadata" "basic_pool_usage" "basic_rook_v01" "perf_memory_metrics")
NEW_COLLECTIONS=("perf_perf" "basic_mds_metadata" "basic_pool_usage"
"basic_rook_v01" "perf_memory_metrics" "basic_pool_options_bluestore")
for col in ${NEW_COLLECTIONS[@]}; do
if ! [[ $COLLECTIONS == *$col* ]];
then
Expand Down

0 comments on commit 9ea5ede

Please sign in to comment.