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
OLVM 4.5.5-1.24.el8
Same/similar issue to [4.5.3.2] Host kernel command line incorrectly quoted in oVirt 4.5.3.2
When editting host kernel with the following line in "Kernel command line" text box: hugepagesz=2M hugepages=131072 transparent_hugepage=never
Additional ticks ' added around the args and kernel did not take them:
[root@skholvm01 ~]# grubby --info=ALL index=0 kernel="/boot/vmlinuz-5.15.0-301.163.5.2.el8uek.x86_64" args="ro norhgb audit=1 crashkernel=auto resume=/dev/mapper/vg00-swaplv rd.md.uuid=39b8cb09:48dd6bb9:c19b9f3e:1dfc7c10 rd.md.uuid=80a6bd0e:c40a662a:46532285:4de60375 rd.lvm.lv=vg00/rootlv rd.lvm.lv=vg00/swaplv rd.lvm.lv=vg00/usrlv rhgb quiet 'hugepagesz=2M hugepages=131072 transparent_hugepage=never' $tuned_params"
Also, when clicking "reset" to reset these, it only removed part of the argument list, causing a syntax error on boot:
The text was updated successfully, but these errors were encountered:
I can see that the code is correct in the repo. Not sure why my site has the tick marks
Sorry, something went wrong.
No branches or pull requests
OLVM 4.5.5-1.24.el8
Same/similar issue to [4.5.3.2] Host kernel command line incorrectly quoted in oVirt 4.5.3.2
When editting host kernel with the following line in "Kernel command line" text box:
hugepagesz=2M hugepages=131072 transparent_hugepage=never
Additional ticks ' added around the args and kernel did not take them:
[root@skholvm01 ~]# grubby --info=ALL index=0 kernel="/boot/vmlinuz-5.15.0-301.163.5.2.el8uek.x86_64" args="ro norhgb audit=1 crashkernel=auto resume=/dev/mapper/vg00-swaplv rd.md.uuid=39b8cb09:48dd6bb9:c19b9f3e:1dfc7c10 rd.md.uuid=80a6bd0e:c40a662a:46532285:4de60375 rd.lvm.lv=vg00/rootlv rd.lvm.lv=vg00/swaplv rd.lvm.lv=vg00/usrlv rhgb quiet 'hugepagesz=2M hugepages=131072 transparent_hugepage=never' $tuned_params"
Also, when clicking "reset" to reset these, it only removed part of the argument list, causing a syntax error on boot:
The text was updated successfully, but these errors were encountered: