We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
AllowedCPUs=
qm/qm.container
Line 2 in 1c0282f
This is currently hardcoded and can fail on systems which don't have enough cpus.
This can probably go into a post install script for the rpm.
The text was updated successfully, but these errors were encountered:
Value should be
$ nproc=$(nproc) $ (expr $nproc / 2)"-"$(expr $nproc - 1) 6-11
Sorry, something went wrong.
RPM: set AllowedCPUs in quadlet file post install
cfbd564
Fixes: containers#24 Signed-off-by: Lokesh Mandvekar <[email protected]>
3d7ae4c
Also set %%{_datadir}/containers/systemd/qm.container as %%config(noreplace). Fixes: containers#24 Signed-off-by: Lokesh Mandvekar <[email protected]>
lsm5
Successfully merging a pull request may close this issue.
qm/qm.container
Line 2 in 1c0282f
This is currently hardcoded and can fail on systems which don't have enough cpus.
This can probably go into a post install script for the rpm.
The text was updated successfully, but these errors were encountered: