-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update restore controller logic for restore deletion #6761
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ywk253100
force-pushed
the
230905_restore
branch
from
September 5, 2023 07:19
9d11e35
to
3342eee
Compare
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(尹文开) <[email protected]>
ywk253100
force-pushed
the
230905_restore
branch
from
September 5, 2023 07:20
3342eee
to
e4c9594
Compare
Codecov Report
@@ Coverage Diff @@
## release-1.12 #6761 +/- ##
=============================================
Coverage 60.38% 60.38%
=============================================
Files 242 242
Lines 25981 25981
=============================================
Hits 15689 15689
- Misses 9189 9190 +1
+ Partials 1103 1102 -1
|
Lyndon-Li
approved these changes
Sep 5, 2023
LGTM |
allenxu404
approved these changes
Sep 5, 2023
sseago
approved these changes
Sep 5, 2023
sseago
pushed a commit
to openshift/velero
that referenced
this pull request
May 23, 2024
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(尹文开) <[email protected]>
kaovilai
pushed a commit
to kaovilai/velero
that referenced
this pull request
Jun 18, 2024
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(尹文开) <[email protected]>
3 tasks
sseago
pushed a commit
to sseago/velero
that referenced
this pull request
Jun 18, 2024
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(尹文开) <[email protected]>
sseago
pushed a commit
to sseago/velero
that referenced
this pull request
Jun 18, 2024
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(尹文开) <[email protected]>
sseago
pushed a commit
to sseago/velero
that referenced
this pull request
Jul 18, 2024
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(尹文开) <[email protected]>
sseago
pushed a commit
to sseago/velero
that referenced
this pull request
Aug 1, 2024
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(尹文开) <[email protected]>
sseago
pushed a commit
to sseago/velero
that referenced
this pull request
Aug 22, 2024
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(尹文开) <[email protected]>
shubham-pampattiwar
pushed a commit
to shubham-pampattiwar/velero
that referenced
this pull request
Aug 22, 2024
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(尹文开) <[email protected]>
sseago
pushed a commit
to sseago/velero
that referenced
this pull request
Sep 19, 2024
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(尹文开) <[email protected]>
sseago
pushed a commit
to sseago/velero
that referenced
this pull request
Dec 11, 2024
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(尹文开) <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Thank you for contributing to Velero!
Please add a summary of your change
Does your change fix a particular issue?
Fixes #(issue)
Please indicate you've done the following:
/kind changelog-not-required
as a comment on this pull request.site/content/docs/main
.