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've follow the steps, I've created the raw pvc and it is bound state.
however, there are some kubevirt-os-images stuck in ContainerCreating state with this error;
Warning FailedMount 2m4s (x149 over 4h49m) kubelet MountVolume.MountDevice failed for volume "pvc-f9b0889b-55b8-4654-8fb5-efffab0e1012" : kubernetes.io/csi: attacher.MountDevice failed to create newCsiDriverClient: driver name rbd.csi.ceph.com not found in the list of registered CSI drivers
I hat the same error while trying to create a mariadb-galera cluster; the PVC gets created fine, but it seems the pods can't mount them.
The drivers seem to be there, as the PVC get created just fine.
kubectl get csidrivers
NAME ATTACHREQUIRED PODINFOONMOUNT STORAGECAPACITY TOKENREQUESTS REQUIRESREPUBLISH MODES AGE
cephfs.csi.ceph.com false false false false Persistent 5h38m
rbd.csi.ceph.com true false false false Persistent 5h39m
root@kadmin:~/ceph-csi#
Any help would be appreciated, I am really new to k8s/okd/openshift.
Configure OKD OpenShift 4 Ceph Persisten Storage - devopstales
https://devopstales.github.io/kubernetes/openshift4-ceph-rbd-csi/
The text was updated successfully, but these errors were encountered: