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

Add modprobe_module tool #440

Merged
merged 1 commit into from
May 22, 2024
Merged

Add modprobe_module tool #440

merged 1 commit into from
May 22, 2024

Conversation

weiwang-linda
Copy link
Contributor

Add a modprobe_module tool for https://issues.redhat.com/browse/VROOM-19336

The script will run inside the QM partition. And it won't be possible to access /lib/modules to load any module via modprobe.

The script has been test within a VM (cs9-qemu-qmcontainer-regular.x86_64.qcow2) via qemu

bash-5.1# ./modprobe_module
modprobe: FATAL: Module ext4 not found in directory /lib/modules/5.14.0-447.400.el9iv.x86_64
ls: cannot access '/lib/modules/5.14.0-447.400.el9iv.x86_64': No such file or directory
done

The script will run inside the QM partition. And it won't be possible to access /lib/modules to load any module via modprobe.

Jira-URL: https://issues.redhat.com/browse/VROOM-19336
Signed-off-by: weiwang <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants