I've recently stood up a cluster of 3 identical systems running proxmox. I discovered that by default the CPU type is kvm64, which according to this
https://pve.proxmox.com/wiki/Qemu/KVM_Virtual_Machines
emulates a Pentium 4 sacrificing many instruction sets in modern processors. I am aware this is to avoid any pitfalls in migrating vm's between hosts, but we're potentially sacrificing performance to do so, and those of us that know our hardware could benefit from changing this default.
I realize I may now go back and modify every VM config file and change the cputype to host to take advantage of my processor and it's more modern instruction sets. I would like to request the option to change the default cputype cluster wide so that after creating the cluster all virtual machines will utilize that cputype specified, similar to how EVC is configured in VMware. Defaulting to kvm64 seems counter intuitive for an enterprise grade virtualization solution. In my experience, virtualization clusters are generally purchased all at once with the same CPU type, where the kvm64 cpu type would benefit those of us who assemble our clusters with whatever we can find.
https://pve.proxmox.com/wiki/Qemu/KVM_Virtual_Machines
emulates a Pentium 4 sacrificing many instruction sets in modern processors. I am aware this is to avoid any pitfalls in migrating vm's between hosts, but we're potentially sacrificing performance to do so, and those of us that know our hardware could benefit from changing this default.
I realize I may now go back and modify every VM config file and change the cputype to host to take advantage of my processor and it's more modern instruction sets. I would like to request the option to change the default cputype cluster wide so that after creating the cluster all virtual machines will utilize that cputype specified, similar to how EVC is configured in VMware. Defaulting to kvm64 seems counter intuitive for an enterprise grade virtualization solution. In my experience, virtualization clusters are generally purchased all at once with the same CPU type, where the kvm64 cpu type would benefit those of us who assemble our clusters with whatever we can find.