From 57c23b639219e51562bbd2839e01d6aacc7c8fa4 Mon Sep 17 00:00:00 2001 From: Scott Seago Date: Thu, 26 Feb 2026 12:13:35 -0500 Subject: [PATCH] Do not merge: Poll for snaphandle every second Signed-off-by: Scott Seago --- pkg/util/csi/volume_snapshot.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/util/csi/volume_snapshot.go b/pkg/util/csi/volume_snapshot.go index 4e4103efa8..820bae938e 100644 --- a/pkg/util/csi/volume_snapshot.go +++ b/pkg/util/csi/volume_snapshot.go @@ -606,7 +606,8 @@ func WaitUntilVSCHandleIsReady( // We'll wait 10m for the VSC to be reconciled polling // every 5s unless backup's csiSnapshotTimeout is set - interval := 5 * time.Second + // Modifying to 1 second for custom build + interval := 1 * time.Second vsc := new(snapshotv1api.VolumeSnapshotContent) err := wait.PollUntilContextTimeout(