1848196 Members
6724 Online
104022 Solutions
New Discussion

Re: EVC

 
dya
Valued Contributor

EVC

I'm trying to change the cluster's “CPU Model” as per the reference below, but I can't confirm if it actually took effect.
https://community.hpe.com/t5/hpe-morpheus-vm-essentials/evc-mode-in-vme/td-p/7259110
https://community.hpe.com/t5/hpe-morpheus-vm-essentials/mixed-cpu-hvm-cluster/m-p/7258874#M1463

I believe the following method should allow me to verify it, but is my approach correct?

root@vme-iscsi1:~# virsh dumpxml guest-win2025 | grep -i “cpu mod”
<cpu mode=‘host-passthrough’ check=‘none’ migratable=‘on’>
root@vme-iscsi1:~#

 

1 REPLY 1
dya
Valued Contributor

Re: EVC

Changing the “CPU Model” in the cluster does not update the definition files (XML) of existing VMs. It only changes for newly created VMs. How can I apply this change to existing VMs?