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
{{ message }}
This repository was archived by the owner on Dec 8, 2023. It is now read-only.
Is your feature request related to a problem? Please describe.
I want to use Rook's Ceph integration on k3os based Raspberry Pi 4 cluster.
Does not look like i can do that due to missing rbd kernel module
Additional context
I managed to get up to PV issuing, but getting errors with following errors:
MountVolume.MountDevice failed for volume "pvc-297d546b-6c64-462b-bb7a-7063e6fd0f02" : rpc error: code = Internal desc = rbd: map failed exit status 2, rbd output: modinfo: ERROR: Module rbd not found.
modprobe: FATAL: Module rbd not found.
rbd: failed to load rbd kernel module (1)
rbd: sysfs write failed
In some cases useful info is found in syslog - try "dmesg | tail".
rbd: map failed: (2) No such file or directory
Is your feature request related to a problem? Please describe.
I want to use Rook's Ceph integration on k3os based Raspberry Pi 4 cluster.
Does not look like i can do that due to missing
rbdkernel moduleAdditional context
I managed to get up to PV issuing, but getting errors with following errors: