Fixed backup deletion bug related to async operations

Signed-off-by: Scott Seago <sseago@redhat.com>
This commit is contained in:
Scott Seago
2023-03-29 09:27:04 -04:00
parent 5b8ec80ad8
commit 05c4e35ae7
5 changed files with 16 additions and 1 deletions
+1
View File
@@ -803,6 +803,7 @@ func (s *server) runControllers(defaultVolumeSnapshotLocations map[string]string
clock.RealClock{},
backupper,
newPluginManager,
backupTracker,
backupStoreGetter,
s.logger,
s.metrics,