-
Notifications
You must be signed in to change notification settings - Fork 60
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
failed to provision volume with StorageClass "hpe-standard": rpc error: code = DeadlineExceeded desc = context deadline exceeded #370
Comments
Can you show the steps you performed to get here? |
@datamattsson : After the HPE CSI driver is successfully got deployed perform the below steps--
kind: Secret
|
You need to pull the logs from the hpe-csi-node and hpe-csi-controller and the 3PAR CSP and figure out what is timing out where. There's something not connecting somewhere. |
@datamattsson : Don't understand as from the cluster we are able to ssh the storage.goroutine 244 [running]: |
It looks like the CSP Pod doesn't have connectivity to the external array. This could be a number of different reasons and I've lost count on how many times a simple pod restart have resolved the issue.
|
The issue is resolved now. Port 22 is allowed for the CSP POD IP range, after that PVC is deployed along with PV. |
Hi All,
With hpe csidriver 2.40 we are unable to create a PVC.
Below is the error---
failed to provision volume with StorageClass "hpe-standard": rpc error: code = DeadlineExceeded desc = context deadline exceeded
regards
Arup
The text was updated successfully, but these errors were encountered: