]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
qa/workunit: update telemetry quincy/reef workunits with "basic_stretch_cluster...
authorNaveen Naidu <naveennaidu479@gmail.com>
Thu, 5 Dec 2024 04:21:21 +0000 (09:51 +0530)
committerNaveen Naidu <naveennaidu479@gmail.com>
Tue, 25 Nov 2025 07:02:08 +0000 (12:32 +0530)
Note, this is not a clean cherry pick. The 4dac20e updated the
`test_telemetry_reef_x.sh` and `test_telemetry_squid_x.sh` upgrade
workunits. These upgrade workunits test the upgrade of a cluster from
reef and squid (X-2) releases to the X version of cluster.

Since we are cherry picking the commit to squid (X release), we would
instead have to update the workunit files of quicy and reef i,e the
(X-2) releases.

Signed-off-by: Naveen Naidu <naveen.naidu@ibm.com>
(cherry picked from commit 4dac20e8987e271e4d92a649a6812b655097c6e1)

qa/workunits/test_telemetry_quincy_x.sh
qa/workunits/test_telemetry_reef_x.sh

index 1ed5f28d55becf79a13cfdd59d3396909af4aee5..0503b292c63a945f1377b5547b3379ea9db42ef2 100755 (executable)
@@ -17,7 +17,8 @@ ceph -s
 
 COLLECTIONS=$(ceph telemetry collection ls)
 NEW_COLLECTIONS=("perf_perf" "basic_mds_metadata" "basic_pool_usage"
-                 "basic_rook_v01" "perf_memory_metrics" "basic_pool_options_bluestore")
+                 "basic_rook_v01" "perf_memory_metrics" "basic_pool_options_bluestore" 
+                 "basic_stretch_cluster")
 for col in ${NEW_COLLECTIONS[@]}; do
     if ! [[ $COLLECTIONS == *$col* ]];
     then
index ced20aea2e499f2f881eb668363912207724883c..eab3e963a701fe9d1be6f3490664bf41871453e0 100755 (executable)
@@ -16,7 +16,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" "basic_pool_flags")
+NEW_COLLECTIONS=("perf_perf" "basic_mds_metadata" "basic_pool_usage" "basic_rook_v01" "perf_memory_metrics" "basic_pool_flags" "basic_stretch_cluster")
 for col in ${NEW_COLLECTIONS[@]}; do
     if ! [[ $COLLECTIONS == *$col* ]];
     then