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

Host kernel command line incorrectly quoted in oVirt 4.5.5-1.24.el8 #979

Closed
jeremykiner opened this issue Nov 12, 2024 · 1 comment
Closed
Labels

Comments

@jeremykiner
Copy link

jeremykiner commented Nov 12, 2024

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:

image
image

@jeremykiner
Copy link
Author

I can see that the code is correct in the repo. Not sure why my site has the tick marks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant