From 08b4ed6a45ca7ced53e3328f0c9cdf798530e587 Mon Sep 17 00:00:00 2001 From: Laura Flores Date: Thu, 5 Dec 2024 23:01:22 +0000 Subject: [PATCH] qa/workunits: remove inaccurate reference to quincy from telemetry reef-->x test This comment was mistakenly carried over in https://github.com/ljflores/ceph/commit/6d25c053127f6aaaf942e674dca30ffd42658b9d. Signed-off-by: Laura Flores --- qa/workunits/test_telemetry_reef_x.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/workunits/test_telemetry_reef_x.sh b/qa/workunits/test_telemetry_reef_x.sh index d617fb169cd..07bd942b914 100755 --- a/qa/workunits/test_telemetry_reef_x.sh +++ b/qa/workunits/test_telemetry_reef_x.sh @@ -4,7 +4,7 @@ # warning (see https://tracker.ceph.com/issues/64458) ceph telemetry on --license sharing-1-0 -# For quincy, the last_opt_revision remains at 1 since last_opt_revision +# The last_opt_revision remains at 1 since last_opt_revision # was phased out for fresh installs of quincy. LAST_OPT_REVISION=$(ceph config get mgr mgr/telemetry/last_opt_revision) if [ $LAST_OPT_REVISION -ne 1 ]; then -- 2.39.5