You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
all was fine and the PVC got created in our namespace and it is bound, and i can also see the PVC created on Nimble Storage
however whenever i install any pod like nginx, it get's stuck and i get the below error when launching the pod :
.Successfully assigned hpe-storage/nginx to alssworker1.areeba.com
.AttachVolume.Attach succeeded for volume "pvc-5118ca53-c33c-499a-a439-e480bc4815aa"
.unable to attach or mount volumes: unmounted volumes=[config], unattached volumes=[config kube-api-access-85dnm]: timed out waiting for the condition
MountVolume.MountDevice failed for volume "pvc-5118ca53-c33c-499a-a439-e480bc4815aa" : rpc error: code = Internal desc = Failed to stage volume 0656c0fe884312fd06000000000000000000000025, err: rpc error: code = Internal desc = Error creating device for volume 0656c0fe884312fd06000000000000000000000025, err: device not found with serial 6c8379f43c4dcc6a6c9ce9008e03d215 or target
The text was updated successfully, but these errors were encountered:
The error indicates that the device can't be discovered on the host. In most cases there's a data and multipath setup issue. Does the worker nodes have access to the data interfaces on the array?
i followed the steps from this link :
https://scod.hpedev.io/learn/persistent_storage/index.html#installing_the_helm_chart
all was fine and the PVC got created in our namespace and it is bound, and i can also see the PVC created on Nimble Storage
however whenever i install any pod like nginx, it get's stuck and i get the below error when launching the pod :
.Successfully assigned hpe-storage/nginx to alssworker1.areeba.com
.AttachVolume.Attach succeeded for volume "pvc-5118ca53-c33c-499a-a439-e480bc4815aa"
.unable to attach or mount volumes: unmounted volumes=[config], unattached volumes=[config kube-api-access-85dnm]: timed out waiting for the condition
MountVolume.MountDevice failed for volume "pvc-5118ca53-c33c-499a-a439-e480bc4815aa" : rpc error: code = Internal desc = Failed to stage volume 0656c0fe884312fd06000000000000000000000025, err: rpc error: code = Internal desc = Error creating device for volume 0656c0fe884312fd06000000000000000000000025, err: device not found with serial 6c8379f43c4dcc6a6c9ce9008e03d215 or target
The text was updated successfully, but these errors were encountered: