Hi,
while creating a small script for exporting information about running VMs I noticed something unusual:
Some of our Windows VMs show machine type q35 5.1 in the web UI.
No matter whether I try to get VM information via the API (/nodes/<node>/qemu/<vmid>/config) or via cli (
Now I am beginning to question, if the UI reports the wrong version.
How can I figure this out?
while creating a small script for exporting information about running VMs I noticed something unusual:
Some of our Windows VMs show machine type q35 5.1 in the web UI.
No matter whether I try to get VM information via the API (/nodes/<node>/qemu/<vmid>/config) or via cli (
qm config <vmid>) or even ps aux | grep <vmid> I find nothing but creation version 11.0, or this cli flag from the command line: "-machine type=pc-q35-11.0+pve0".Now I am beginning to question, if the UI reports the wrong version.
How can I figure this out?

