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
i am following the directions for deployment, but for some reason getting this when deploying the example pod: MountVolume.MountDevice failed for volume "pvc-dc77adff-b751-46fa-a8fa-7c8ef530e622" : driver name csi-lvmplugin not found in the list of registered CSI drivers
I don't think this is an issue with the code, but rather with how i am deploying it. But perhaps you have an idea on how i can debug this. The volume and pvc are created ok. The volume is attached, but is not mounted. My kubernetes version is 1.15.1.
In /var/log/messages i see this error:
Jul 23 09:47:42 yav-015 kubelet: E0723 09:47:42.007695 14943 goroutinemap.go:150] Operation for "/var/lib/kubelet/plugins/csi-lvmplugin/csi.sock" failed. No retries permitted until 2019-07-23 09:49:44.00763596 -0700 PDT m=+64973.222879351 (durationBeforeRetry 2m2s). Error: "RegisterPlugin error -- failed to get plugin info using RPC GetInfo at socket /var/lib/kubelet/plugins/csi-lvmplugin/csi.sock, err: rpc error: code = Unimplemented desc = unknown service pluginregistration.Registration"
When i try to display csi drivers, none are found: [root@yav-015 deploy]# kubectl get csidrivers
No resources found.
The text was updated successfully, but these errors were encountered:
This plugin works for kubernetes version 1.11.10, but does not work for 1.15.1
The issue is that driver-registrar has been deprecated and node-driver-registrar needs to be used instead.
i am following the directions for deployment, but for some reason getting this when deploying the example pod:
MountVolume.MountDevice failed for volume "pvc-dc77adff-b751-46fa-a8fa-7c8ef530e622" : driver name csi-lvmplugin not found in the list of registered CSI drivers
I don't think this is an issue with the code, but rather with how i am deploying it. But perhaps you have an idea on how i can debug this. The volume and pvc are created ok. The volume is attached, but is not mounted. My kubernetes version is 1.15.1.
In /var/log/messages i see this error:
Jul 23 09:47:42 yav-015 kubelet: E0723 09:47:42.007695 14943 goroutinemap.go:150] Operation for "/var/lib/kubelet/plugins/csi-lvmplugin/csi.sock" failed. No retries permitted until 2019-07-23 09:49:44.00763596 -0700 PDT m=+64973.222879351 (durationBeforeRetry 2m2s). Error: "RegisterPlugin error -- failed to get plugin info using RPC GetInfo at socket /var/lib/kubelet/plugins/csi-lvmplugin/csi.sock, err: rpc error: code = Unimplemented desc = unknown service pluginregistration.Registration"
When i try to display csi drivers, none are found:
[root@yav-015 deploy]# kubectl get csidrivers
No resources found.
The text was updated successfully, but these errors were encountered: