diff --git a/pkg/controller/volume/pvprotection/pv_protection_controller.go b/pkg/controller/volume/pvprotection/pv_protection_controller.go index 590c8ee44c6..4193283fd91 100644 --- a/pkg/controller/volume/pvprotection/pv_protection_controller.go +++ b/pkg/controller/volume/pvprotection/pv_protection_controller.go @@ -144,6 +144,7 @@ func (c *Controller) processPV(pvName string) error { if !isUsed { return c.removeFinalizer(pv) } + klog.V(4).Infof("Keeping PV %s because it is being used", pvName) } if protectionutil.NeedToAddFinalizer(pv, volumeutil.PVProtectionFinalizer) {