-
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
Backups fail if PVCs are in Lost
status
#225
Comments
@skriss I'm guessing the flow here is the PVC action is adding the PV to the list of additional items, and then Ark can't find it. Do you think we should consider doing warnings & errors for backups, like we have for restores? |
Hi! looks like I, too, suffer form this issue. this PVC was stuck in
|
@skriss let's double check if it's still possible to delete a PV that has a PVC bound to it. |
The "storage object protection" feature which will prevent PVs/PVCs that are in use from being deleted is currently in beta and will be moved to GA a/o 1.11 -- see kubernetes/kubernetes#62870. |
The feature gate is on by default in 1.10. Let's do a manual test to make sure we can't get in this state any more. If so, I recommend we close the issue. |
If a backup tries to process an item and it fails, that should not mark the backup as Failed (related: #286, #305). We can consider this issue resolved when we've dealt with #286 (comment). |
Given that we've had numerous people run into this - what do you all think about modifying |
I think that's probably fine. What are the conditions/situations where a PVC status will not be |
Typo in PV name in the PVC, somebody manually deleted the PV but left the PVC - stuff like that. |
We had someone "clean up" some EBS volumes without removing the PVC in Kubernetes, this makes backups fail with:
It seems like it should be non-fatal?
The text was updated successfully, but these errors were encountered: