Update restore controller logic for restore deletion (#6761)

1. Skip deleting the restore files from storage if the backup/BSL is not found
2. Allow deleting the restore files from storage even though the BSL is readonly

Signed-off-by: Wenkai Yin(尹文开) <yinw@vmware.com>
This commit is contained in:
Wenkai Yin(尹文开)
2023-09-06 08:38:45 +08:00
committed by GitHub
parent 6790a18814
commit fc653bdfbe
2 changed files with 5 additions and 5 deletions
+1
View File
@@ -0,0 +1 @@
Update restore controller logic for restore deletion