Skip to content

Commit 0ef9a22

Browse files
authored
Fix confusing PV controller log (#1526)
Ref #1511
1 parent 933b0c7 commit 0ef9a22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/sync_volumes.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ func syncPV(ctx context.Context, c client.Client, log logr.Logger, ns string, pv
148148
if pv.Labels[labelKeyCleanup] == "" {
149149
// We assume that the pvc is shortly terminated, hence retry forever until it gets removed.
150150
retry := 10 * time.Second
151-
log.V(1).Info("Retrying sync until pvc gets removed", "requeueAfter", retry)
151+
log.V(2).Info("Retrying sync to see if this PV needs to be managed by ARC", "requeueAfter", retry)
152152
return &ctrl.Result{RequeueAfter: retry}, nil
153153
}
154154

0 commit comments

Comments
 (0)