May 29May 29 I have a Mojave VM that I run with pc-q35-5.1With 7.3 it seems whenever I stop/start the array the machine setting in the XML (below) resets to pc-q35-8.0Strange that UNRAID would make changes to VM XML surreptitiously.Is there any way to stop it? <os> <type arch='x86_64' machine='pc-q35-5.1'>hvm</type> <loader readonly='yes' type='pflash' format='raw'>/mnt/user/system/custom_ovmf/Macinabox_CODE-pure-efi.fd</loader> <nvram format='raw'>/etc/libvirt/qemu/nvram/318231bd-841c-44xa-a9f5-389c374b34cd_VARS-pure-efi.fd</nvram> </os>
May 29May 29 Community Expert Solution 3 hours ago, CS01-HS said:I have a Mojave VM that I run with pc-q35-5.1With 7.3 it seems whenever I stop/start the array the machine setting in the XML (below) resets to pc-q35-8.0Strange that UNRAID would make changes to VM XML surreptitiously.Is there any way to stop it? <os> <type arch='x86_64' machine='pc-q35-5.1'>hvm</type> <loader readonly='yes' type='pflash' format='raw'>/mnt/user/system/custom_ovmf/Macinabox_CODE-pure-efi.fd</loader> <nvram format='raw'>/etc/libvirt/qemu/nvram/318231bd-841c-44xa-a9f5-389c374b34cd_VARS-pure-efi.fd</nvram> </os>We added a change to make sure the support version is not decreated. Currently we are running 10.2.2 and these are deprecated. We did have users with 4.x and that support dropped. Qemu 11 is out now and if we update to that 5.x are likely to go.Hence why 8.0 was selected.root@computenode:~# qemu-system-x86_64 -machine help | grep pc-q35pc-q35-9.2 Standard PC (Q35 + ICH9, 2009)pc-q35-9.1 Standard PC (Q35 + ICH9, 2009)pc-q35-9.0 Standard PC (Q35 + ICH9, 2009)pc-q35-8.2 Standard PC (Q35 + ICH9, 2009)pc-q35-8.1 Standard PC (Q35 + ICH9, 2009)pc-q35-8.0 Standard PC (Q35 + ICH9, 2009)pc-q35-7.2 Standard PC (Q35 + ICH9, 2009) (deprecated)pc-q35-7.1 Standard PC (Q35 + ICH9, 2009) (deprecated)pc-q35-7.0 Standard PC (Q35 + ICH9, 2009) (deprecated)pc-q35-6.2 Standard PC (Q35 + ICH9, 2009) (deprecated)pc-q35-6.1 Standard PC (Q35 + ICH9, 2009) (deprecated)pc-q35-6.0 Standard PC (Q35 + ICH9, 2009) (deprecated)pc-q35-5.2 Standard PC (Q35 + ICH9, 2009) (deprecated)pc-q35-5.1 Standard PC (Q35 + ICH9, 2009) (deprecated)pc-q35-5.0 Standard PC (Q35 + ICH9, 2009) (deprecated)q35 Standard PC (Q35 + ICH9, 2009) (alias of pc-q35-10.2)pc-q35-10.2 Standard PC (Q35 + ICH9, 2009)pc-q35-10.1 Standard PC (Q35 + ICH9, 2009)pc-q35-10.0 Standard PC (Q35 + ICH9, 2009)The values are changed when libvirt start. https://github.com/unraid/webgui/pull/2625/changes
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.