-
Notifications
You must be signed in to change notification settings - Fork 616
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
The PV could be created with a new deployed cinder-csi, more than 1.5hour later, create the pv will report failed to provision volume with StorageClass "csi-sc-cinderplugin": timed out waiting for the condition #535
Comments
Does anyone has suggestions? Thanks. Thanks |
Hi @adisky ,
|
Hi @adisky , Below is my step by step procedure:
Thanks |
Hi,
Now when I want to create a new pvc
I just use the nginx as the pod yaml(ps: I mainly frenquently create the pvc to do the test)
|
|
After contact the lab administor, he and I both can NOT sure whether the volume creation request is used for CSI
|
@darcyllingyan are any of your nodes in zone2 ? could you give me zone annotation of all your nodes |
@ramineni ,
I'm still contacting the lab adminostor and I think the the zone issue shouldn't be caused by CSI( The lab administror send the log only based on the time and it maybe not the externa provision volume request) as the "availability: nova" is defined in storageclass.
|
Close now and report later after have some further progress. |
@darcyllingyan How did you resolve that issue? I have something similar I am fighting right now. |
Hi,
Initially I installed the cinder-csi driver, the pvc could be created and bound, after several hours or longer when I want to create a POD with the volume provided by CSI again, it always failed and report
ProvisioningFailed 49s (x4 over 11m) csi-cinderplugin_csi-provisioner-cinderplugin-0_9498d1df-459b-11e9-8537-36bea033277e failed to provision volume with StorageClass "csi-sc-cinderplugin": timed out waiting for the condition
.The log is below:
1.
Below is the external-provisioner.log
external_provisioner.log
The external-attacher.log
external-attacher.log
The cinder_csi-provisioner log:
The cinder_csi-attacher log.
note: 1. When the cinder-csi driver was created initially, the pvc could be created successfully, several days(hours) later when I want to create new pvc again, it reports the error. After I delete the pvc which had been created successfully and re-install again, it also couldn't be created.
2. If I delete the cinder-csi-plugin and re-install it again, and then create the pvc, the pvc could be created successfully.
3. The 1.5hour isn't an exactly time, in different clusters the provision failed time is different
Can you help to check it about the root cause? I have no idea about it after checking several days, thanks very much!
THanks
The text was updated successfully, but these errors were encountered: