From 597543fcd95ebd02bc8879551f43b3e96b6efce3 Mon Sep 17 00:00:00 2001 From: Hongkai Liu Date: Mon, 1 Dec 2025 20:56:37 -0500 Subject: [PATCH] Replace OCPBUGS-20062 with OCPBUGS-65984 OCPBUGS-20062 has been fixed and shipped in 4.19. But the symptom is still there in 4.21 and we use OCPBUGS-65984 to track the issue. --- .../clusterversionoperator/legacycvomonitortests/operators.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/monitortests/clusterversionoperator/legacycvomonitortests/operators.go b/pkg/monitortests/clusterversionoperator/legacycvomonitortests/operators.go index 82ef439824a1..d0bca809c802 100644 --- a/pkg/monitortests/clusterversionoperator/legacycvomonitortests/operators.go +++ b/pkg/monitortests/clusterversionoperator/legacycvomonitortests/operators.go @@ -379,7 +379,7 @@ func testUpgradeOperatorStateTransitions(events monitorapi.Intervals, clientConf } case "kube-storage-version-migrator": if condition.Type == configv1.OperatorAvailable && condition.Status == configv1.ConditionFalse && condition.Reason == "KubeStorageVersionMigrator_Deploying" { - return "https://issues.redhat.com/browse/OCPBUGS-20062" + return "https://issues.redhat.com/browse/OCPBUGS-65984" } case "machine-api": if condition.Type == configv1.OperatorDegraded && condition.Status == configv1.ConditionTrue && condition.Reason == "SyncingFailed" {