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

Data mover backup failed to delete the created snapshot in some failure case #7648

Closed
Lyndon-Li opened this issue Apr 9, 2024 · 1 comment
Assignees
Milestone

Comments

@Lyndon-Li
Copy link
Contributor

Lyndon-Li commented Apr 9, 2024

CSI snapshot is created
As one step of Exposing, the created VSC is set to Retain, so we need to delete the VSC explicitly
In some particular cases when Exposing fails, the deletion of VSC doesn't work, VSC will be left

@Lyndon-Li Lyndon-Li self-assigned this Apr 9, 2024
@Lyndon-Li
Copy link
Contributor Author

This is due to fix of #7068, we added a finalizer to the VSC, but in failure cases, the finalizer is not removed, so the VSC cannot be deleted.
We need to refactor the code so that both #7068 and this issue can be fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant