Skip to content

CI: fix podman device permissions#3299

Merged
igaw merged 1 commit intolinux-nvme:masterfrom
MaisenbacherD:fix-podman-permission
Apr 21, 2026
Merged

CI: fix podman device permissions#3299
igaw merged 1 commit intolinux-nvme:masterfrom
MaisenbacherD:fix-podman-permission

Conversation

@MaisenbacherD
Copy link
Copy Markdown
Contributor

The nvme_create_max_ns_test test case is failing to create more than one namespace due to the lack of access permissions in the /dev tree within the test container.

Instead of passing only the default namespace of the testing device to the container we now bind mount the entire /dev tree, giving the container access to all devices within the test VM.

The nvme_create_max_ns_test test case is failing to create more than
one namespace due to the lack of access permissions in the /dev tree
within the test container.

Instead of passing only the default namespace of the testing device to
the container we now bind mount the entire /dev tree, giving the
container access to all devices within the test VM.

Signed-off-by: Dennis Maisenbacher <[email protected]>
@ikegami-t
Copy link
Copy Markdown
Contributor

Looks good. Thank you.

@igaw igaw merged commit 80d8492 into linux-nvme:master Apr 21, 2026
29 checks passed
@igaw
Copy link
Copy Markdown
Collaborator

igaw commented Apr 21, 2026

Thanks!

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

Successfully merging this pull request may close these issues.

3 participants