-
Notifications
You must be signed in to change notification settings - Fork 30
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
Single PVC's going in pending state after continuous creation and deletion #83
Comments
|
Debugging info needed:
|
From
This is the error message from glusterd2 when it's not able to connect to the ETCD
This is the error message seen when CSI driver is not able to connect to the glusterd2 pod. AS per my understanding, this is not the issue with the |
@aravindavk #80 could be possibly related to the same issue. I have a question - Why are we even requesting etcd everytime we have successfully created the volume ? We already create a volinfo in one of the transaction steps during volume-create, additional etcd queries can be avoided, I guess. |
|
From the logs provided
This is the connection issue between glusterd2 and CSI provisioner i feel this is not an issue with CSI driver |
First thing I see is:
I'm not sure why it failed to delete it from the "database" or even what database this is... Seems like the real problems start here:
From my reading, the operation times out (10s) and gets scheduled for a retry (which is ok), then later, we start getting the connection refused. The thing to remember is that the CSI driver is talking to the GD2 service IP, so as long as any GD2 is up, it should be able to connect... connection refused would indicate they are all down. I suspect it's a GD2 or etcd problem causing the failure. |
PVC going in pending state after creating and deleting single PVC in loop.
The text was updated successfully, but these errors were encountered: