From: Laura Flores Date: Fri, 16 Feb 2024 00:04:23 +0000 (-0600) Subject: qa/workunits: opt in to new collection after upgrade from reef to main X-Git-Tag: testing/wip-batrick-testing-20240411.154038~131^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=a04a9c64b86fc253997081c4d769c887d13166a1;p=ceph-ci.git qa/workunits: opt in to new collection after upgrade from reef to main We added the "basic_pool_flags" collection to main (squid), so we need to re-opt-in after the upgrade to opt in to this collection. Otherwise, a "TELEMETRY_CHANGED" warning comes up in the log and fails the test. Fixes: https://tracker.ceph.com/issues/64458 Signed-off-by: Laura Flores --- diff --git a/qa/workunits/test_telemetry_reef_x.sh b/qa/workunits/test_telemetry_reef_x.sh index 4e1a905669b..8558d35cc42 100755 --- a/qa/workunits/test_telemetry_reef_x.sh +++ b/qa/workunits/test_telemetry_reef_x.sh @@ -12,7 +12,7 @@ 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_flags") for col in ${NEW_COLLECTIONS[@]}; do if ! [[ $COLLECTIONS == *$col* ]]; then @@ -26,8 +26,8 @@ ceph telemetry preview ceph telemetry preview-device ceph telemetry preview-all -# Opt in to new collections -# Currently, no new collections between latest reef and squid (dev) +# Opt in to new collections (basic_pool_flags) +ceph telemetry on --license sharing-1-0 # Run show commands ceph telemetry show