Closed DreamingRaven closed 1 year ago
nbd
is not shipped in talos kernel, so loading it won't work https://github.com/siderolabs/pkgs/blob/main/kernel/build/config-amd64#L1972. These can be shipped as extensions if needed
Cheers thanks @frezbo for the heads up! I suspected that might be the case, will take a look at extending it myself when I have an opportunity. Thanks for the quick response too!
Bug Report
Description
rook-ceph csi-rbdplugin requires the NBD kernel module. I have added the nbd kernel module to machine.kernel.modules[{name: nbd}]. I then upgraded the node to ensure the module was propagated. However this module is not loaded. This causes the csi-rbdplugin to fatally error.
Have I done something wrong with my invocation? Or is there a different process necessary for loading this specific kernel module?
Logs
Talos reports:
and in rook csi-rbdplugin:
Environment
talosctl version --nodes <problematic nodes>
]kubectl version --short
]P.S created this seperate issue from my side remarks in https://github.com/siderolabs/talos/issues/7677