]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
qa: Added basic stretch cluster to KNOWN COLLECTIONS
authorCallum James <callum.james@ibm.com>
Thu, 19 Mar 2026 13:58:40 +0000 (13:58 +0000)
committerCallum James <callum.james@ibm.com>
Thu, 19 Mar 2026 16:06:47 +0000 (16:06 +0000)
Signed-off-by: Callum James <callum.james@ibm.com>
qa/workunits/test_telemetry_squid.sh

index 332ed1c047c9be70ec50d312c5cb118e285e3c4f..c8da926651c9949339774d06161a44a7265adee3 100755 (executable)
@@ -30,7 +30,7 @@ ceph -s
 REPORTED_COLLECTIONS=$(ceph telemetry collection ls)
 NUM_REPORTED_COLLECTIONS=$(echo "$REPORTED_COLLECTIONS" | awk '/^NAME/ {flag=1; next} flag' | wc -l)
 KNOWN_COLLECTIONS=("basic_base" "basic_mds_metadata" "basic_pool_flags" "basic_pool_options_bluestore"
-                   "basic_pool_usage" "basic_rook_v01" "basic_usage_by_class" "crash_base"
+                   "basic_pool_usage" "basic_rook_v01" "basic_stretch_cluster" "basic_usage_by_class" "crash_base"
                    "device_base" "ident_base" "perf_memory_metrics" "perf_perf")
 
 if ! [[ $NUM_REPORTED_COLLECTIONS == "${#KNOWN_COLLECTIONS[@]}" ]];