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
Hi,
i have used helm charts to install chubaofs. Then i created PVC based on the example provided, but
now it fails to mount the PV to POD:
Warning FailedMount 115s (x2760 over 3d21h) kubelet MountVolume.MountDevice failed for volume "pvc-bc87ba3e-7321-492a-a812-64ef33239fcb" : kubernetes.io/csi: attacher.MountDevice failed to create newCsiDriverClient: driver name csi.lab.com not found in the list of registered CSI drivers
also should i be able/ or not to list the driver
kubectl get csidrivers.storage.k8s.io
No resources found
I can answer the 1st part of my query: error message when mounting PVC/PV to POD: driver name csi.lab.com not found in the list of registered CSI drivers
its because the chubaofs helm chart csi-node daemon template has incorrect mapping of the workernode's hostpath for containers: csi-driver-registrar csi-driver.
Does your cfs-csi-node runs well ?
If runs well, can you provide the log of that cfs-csi-node which happend this error?
Login to the cfs-driver container, and you can found them at:
Hi,
i have used helm charts to install chubaofs. Then i created PVC based on the example provided, but
Thank you
The text was updated successfully, but these errors were encountered: