-
Notifications
You must be signed in to change notification settings - Fork 27
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
volumeattachment can stuck on detachhing if volume already detached #52
Comments
Thanks for reporting this. Yes, we already have a special |
@rck volumeattachement will also stuck when the node (where the volume was/is mounted) is unreachable, e.g. because it crashed. |
I guess the first part (Detach) is fixed. Feel free to open another issue for the Attach case. This will need discussion. As of now I'm not sure how the the CSI driver should fix your broken cluster. |
Hi @rck, thanks, we solved that by removing existing (broken) volumeattachments and finalizer for them. |
Example, volumeattachment can't be removed due
404
error:but
m9c34
node have no this resource attached:Workaround: create diskless resource on
m9c34
and repeat the attemptProposed solution: consider
404
as successful response on detach operationThe text was updated successfully, but these errors were encountered: