-
Notifications
You must be signed in to change notification settings - Fork 16
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
Velero delete "backup failed", It doesn't delete volume backup associated #116
Comments
Hello @duy1600, I don't understand this expectation using first step for reproduction.
For Openstack with Swift you have to configure the authentication file or environment variables with Openstack RC or S3 (if your Swift has S3 api enabled). The credentials cannot be fake. If you cannot connect to Swift, Init will fail, you also cannot save backup contents and then you also cannot delete failed backup (backup object is created, but deletion will fail). If somehow the volume started to backup, you can only force-delete and that means you will have orphaned volume backup left. For curiosity I tried to create BSL and VSL. I tried with BSL that had wrong credentials and VSL that had correct ones. Velero log was reporting
From docs: Can you explain how did you get to this point and how do I exactly reproduce this? |
Sorry about my fault, because it wasn't clear. Let's me explain the first step again
|
Thank you for explanation. Yes it makes sense.. I will check if it's possible to overcome this. |
Describe the bug
Steps to reproduce the behavior
Expected behavior
Delete backup "failed" should remove volume backup associated
Used versions
velero version
): 1.14.0kubectl describe pod velero-...
): 0.8.0kubectl version
): 1.28.2The text was updated successfully, but these errors were encountered: