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

https://devopstales.github.io/kubernetes/openshift4-ceph-rbd-csi/ #37

Open
utterances-bot opened this issue Dec 20, 2024 · 1 comment
Open

Comments

@utterances-bot
Copy link

Configure OKD OpenShift 4 Ceph Persisten Storage - devopstales

https://devopstales.github.io/kubernetes/openshift4-ceph-rbd-csi/

Copy link

laralar commented Dec 20, 2024

Hi.. great tutorials by the way.

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.

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

2 participants