Skip to content
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

Fix #6589 #194

Merged
merged 1 commit into from
Aug 4, 2023
Merged

Fix #6589 #194

merged 1 commit into from
Aug 4, 2023

Conversation

blackpiglet
Copy link
Contributor

@blackpiglet blackpiglet commented Aug 4, 2023

Fix issue vmware-tanzu/velero#6589

  1. Only return Async operation for VS and VSC created for current backup.
  2. Add DataUpload name annotation in PVC during backup if DataUpload is created successfully.
  3. Check whether PVC has DataUpload name annotation in the restore. If it has, create DataDownload. If not, return. The annotation is cleaned from PVC.

@blackpiglet blackpiglet force-pushed the modify_vs_vsc_bia branch 2 times, most recently from 6b66740 to 95b5be3 Compare August 4, 2023 06:56
@blackpiglet blackpiglet marked this pull request as ready for review August 4, 2023 07:41
1. Only return Async operation for VS and VSC created for current backup.
2. Add DataUpload name annotation in PVC during backup if DataUpload is created successfully.
3. Check whether PVC has DataUpload name annotation in restore. If it has, create DataDownload.
   If not, return. The annotation is cleaned from PVC.

Signed-off-by: Xun Jiang <[email protected]>
@blackpiglet blackpiglet merged commit 22c2e87 into vmware-tanzu:main Aug 4, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants