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

Nvme Kernel Modules Missing #9214

Closed
zzachattack2 opened this issue Aug 22, 2024 · 3 comments · Fixed by #9219
Closed

Nvme Kernel Modules Missing #9214

zzachattack2 opened this issue Aug 22, 2024 · 3 comments · Fixed by #9219
Assignees

Comments

@zzachattack2
Copy link

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.

@smira
Copy link
Member

smira commented Aug 22, 2024

Ref: siderolabs/pkgs#906

@zzachattack2
Copy link
Author

zzachattack2 commented Aug 25, 2024

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).

@smira
Copy link
Member

smira commented Aug 26, 2024

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)
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 26, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants