mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-06 13:26:26 +00:00
Delete dangling volumesnapshotcontents from velero backups (#2480)
* Delete dangling volumesnapshotcontents from velero backups Signed-off-by: Ashish Amarnath <ashisham@vmware.com> * add changelog Signed-off-by: Ashish Amarnath <ashisham@vmware.com> * handle not found errors from VSC delete Signed-off-by: Ashish Amarnath <ashisham@vmware.com> * clean up unit tests Signed-off-by: Ashish Amarnath <ashisham@vmware.com>
This commit is contained in:
@@ -709,6 +709,7 @@ func (s *server) runControllers(defaultVolumeSnapshotLocations map[string]string
|
||||
s.sharedInformerFactory.Velero().V1().BackupStorageLocations().Lister(),
|
||||
s.sharedInformerFactory.Velero().V1().VolumeSnapshotLocations().Lister(),
|
||||
csiVSLister,
|
||||
csiVSCLister,
|
||||
s.csiSnapshotClient,
|
||||
newPluginManager,
|
||||
s.metrics,
|
||||
|
||||
Reference in New Issue
Block a user