-
Notifications
You must be signed in to change notification settings - Fork 544
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
Nvme Kernel Modules Missing #9214
Comments
Ref: siderolabs/pkgs#906 |
Thank you! Checked the fix but it is missing the one nvme host driver that was compiled as a module... the host RDMA one (nvme/host/nvme-rdma.ko). |
True, thank you, I don't know how I missed that. |
smira
added a commit
to smira/talos
that referenced
this issue
Aug 26, 2024
See siderolabs#9214 Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
smira
added a commit
to smira/talos
that referenced
this issue
Sep 25, 2024
Fixes siderolabs#9214 This finishes the work which started in siderolabs/pkgs#906, but it never got finished. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com> (cherry picked from commit f57d1f0)
smira
added a commit
to smira/talos
that referenced
this issue
Sep 25, 2024
See siderolabs#9214 Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com> (cherry picked from commit 8234808)
smira
added a commit
to smira/talos
that referenced
this issue
Sep 25, 2024
Fixes siderolabs#9214 This finishes the work which started in siderolabs/pkgs#906, but it never got finished. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com> (cherry picked from commit f57d1f0)
smira
added a commit
to smira/talos
that referenced
this issue
Sep 25, 2024
See siderolabs#9214 Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com> (cherry picked from commit 8234808)
smira
added a commit
to smira/talos
that referenced
this issue
Sep 25, 2024
Fixes siderolabs#9214 This finishes the work which started in siderolabs/pkgs#906, but it never got finished. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com> (cherry picked from commit f57d1f0)
smira
added a commit
to smira/talos
that referenced
this issue
Sep 25, 2024
See siderolabs#9214 Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com> (cherry picked from commit 8234808)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The nvme host (RDMA only) and nvme target (all) modules are built with the kernel in pkgs, but are not included in the Talos base image.
CONFIG_NVME_RDMA=m
CONFIG_NVME_TARGET=m
CONFIG_NVME_TARGET_LOOP=m
CONFIG_NVME_TARGET_RDMA=m
CONFIG_NVME_TARGET_FC=m
CONFIG_NVME_TARGET_TCP=m
Discussed on slack.
The text was updated successfully, but these errors were encountered: