mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-08 14:21:18 +00:00
Raise logging level for PV deletion timeout (#3316)
* raised logging level for PV deletion timeout Signed-off-by: Madhav Jivrajani <madhav.jiv@gmail.com> * add changelog Signed-off-by: Madhav Jivrajani <madhav.jiv@gmail.com>
This commit is contained in:
1
changelogs/unreleased/3316-MadhavJivrajani
Normal file
1
changelogs/unreleased/3316-MadhavJivrajani
Normal file
@@ -0,0 +1 @@
|
||||
Change the logging level of PV deletion timeout from Debug to Warn
|
||||
@@ -663,7 +663,7 @@ func (ctx *restoreContext) shouldRestore(name string, pvClient client.Dynamic) (
|
||||
})
|
||||
|
||||
if err == wait.ErrWaitTimeout {
|
||||
pvLogger.Debug("timeout reached waiting for persistent volume to delete")
|
||||
pvLogger.Warn("timeout reached waiting for persistent volume to delete")
|
||||
}
|
||||
|
||||
return shouldRestore, err
|
||||
|
||||
Reference in New Issue
Block a user