-
Notifications
You must be signed in to change notification settings - Fork 187
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
CreateVolume times out before task can complete, starts another in an infinite loop #3024
Comments
Digging a bit in the logs I can see coming from the This repeats a few times for the same task ID for 30 minutes and then is never output again as a new task is created in the |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/kind bug
What happened:
When creating a volume from a snapshot which is ~2TB in size, I am seeing timeouts from the CSI in which it "gives up" on the current task in vSphere and starts another to create the volume again.
This seems to happen after about 30-35 minutes from the PVC being created in a pending state. My task in vSphere does complete after 40 minutes but by then, a new task is created by the CSI and the loop starts over again until eventually almost all disk space is used in the datastore.
What you expected to happen:
The CSI should not create multiple tasks if the original task is still in progress. Or should have a configurable timeout.
How to reproduce it (as minimally and precisely as possible):
CnsVolumeOperationRequest
will give up waiting and create a new task after about 30 minutes.Anything else we need to know?:
Is there anyway to configure this timeout value? I'm not seeing a method in the code directly right now.
Environment:
The text was updated successfully, but these errors were encountered: