mirror of
https://github.com/unraid/webgui.git
synced 2026-05-08 05:12:14 -05:00
rc.libvirt: right after loading kvm module, "echo 0 > /sys/module/kvm/parameters/report_ignored_msrs"
We used to apply a kernel patch to change the default from "Yes" to "No" but this accomplishes the same thing without having to patch the kernel.
This commit is contained in:
@@ -237,6 +237,7 @@ libvirtd_start(){
|
||||
|
||||
check_processor
|
||||
modprobe -a $MODULE $MODULES
|
||||
echo 0 > /sys/module/kvm/parameters/report_ignored_msrs
|
||||
libvirtd -d -l $LIBVIRTD_OPTS
|
||||
log "$DAEMON... Started."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user