-
Notifications
You must be signed in to change notification settings - Fork 59
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
Required package libblockdev-nvme not installed on EL9 #382
Comments
I've added the dependency on #383, but the nvme plugin is optional dependency in blivet, so we should also try to find out why is it a critical error here. |
On RHEL blivet now also uses libblockdev NVMe plugin so we should add it as a dependency here as well. Fixes: linux-system-roles#382
@myllynen is #382 (comment) the full, entire error message? tox -e qemu-ansible-core-2.15 -- --image-name rhel-9-2 --log-level debug tests/tests_swap.yml 2>&1 | tee output This is the output:
As you can see - the
This is the "real" problem. |
Thanks, indeed it was the same for me. Perhaps the warning could be ignored, though libblockdev-nvme adds only 270k after installing the other pre-req packages. |
I would like to find some way to suppress the |
That needs to be fixed in libblockdev, blivet will then redirect the error messages to its log file instead of having these printed on stderr. |
Perhaps the role should install
libblockdev-nvme
as on RHEL 9 I saw this error without manually installing it:Thanks.
The text was updated successfully, but these errors were encountered: