Skip to content
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

MountVolume.MountDevice failed #334

Open
husseinallaw opened this issue Apr 14, 2023 · 2 comments
Open

MountVolume.MountDevice failed #334

husseinallaw opened this issue Apr 14, 2023 · 2 comments

Comments

@husseinallaw
Copy link

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

@datamattsson
Copy link
Collaborator

Hey @husseinallaw this error indicates that the control plane is working fine but the data path is not working, meaning that the device can not be discovered on the node it's being presented to. Could you describe your environment?

  • Worker node OS
  • Worker node compute type (virtual/bare-metal)
  • Data protocol (FC/iSCSI)
  • CSI Driver version

@Alouxndre
Copy link

Alouxndre commented Jan 21, 2024

Hello,
I have the same issue.

  • Worker node is : ubuntu
  • Virtual (proxmox)
  • data protocol is accessProtocol: "iscsi"
  • csi driver : 2.4 (install by helm chart)

The array is a nimble strorage model, version 6.0

Can you help me, or where can I find some logs to help me ?

Thanks :) !!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants