]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/workunit: update telemetry quincy/reef workunits with "basic_stretch_cluster... 60606/head
authorNaveen Naidu <naveennaidu479@gmail.com>
Thu, 5 Dec 2024 04:21:21 +0000 (09:51 +0530)
committerNaveen Naidu <naveennaidu479@gmail.com>
Mon, 27 Jan 2025 13:19:39 +0000 (18:49 +0530)
Signed-off-by: Naveen Naidu <naveen.naidu@ibm.com>
qa/workunits/test_telemetry_reef_x.sh
qa/workunits/test_telemetry_squid_x.sh

index 763dde39863ca1e2ee86b76d93d32e61178dcf50..fc96c94493752d16d7d427fefe22712e915bd4bf 100755 (executable)
@@ -20,7 +20,7 @@ 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" "device_base"
-                  "ident_base" "perf_memory_metrics" "perf_perf")
+                  "ident_base" "perf_memory_metrics" "perf_perf" "basic_stretch_cluster")
 
 if ! [[ $NUM_REPORTED_COLLECTIONS == "${#KNOWN_COLLECTIONS[@]}" ]];
 then
index 763dde39863ca1e2ee86b76d93d32e61178dcf50..fc96c94493752d16d7d427fefe22712e915bd4bf 100755 (executable)
@@ -20,7 +20,7 @@ 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" "device_base"
-                  "ident_base" "perf_memory_metrics" "perf_perf")
+                  "ident_base" "perf_memory_metrics" "perf_perf" "basic_stretch_cluster")
 
 if ! [[ $NUM_REPORTED_COLLECTIONS == "${#KNOWN_COLLECTIONS[@]}" ]];
 then