Hi, Jimmy First, it is required to change the guest.cpu.mode value in the /etc/cloudstack/agent/agent.properties file. Then, the agent service needs to be restarted. I recommend following the agent logs in order to check if the new property value has been recognized correctly. You can execute the following command to check that:
grep 'guest.cpu.mode' /var/log/cloudstack/agent/agent.log The output is going to be something similar to this: 2024-06-18 19:08:28,572 DEBUG [agent.properties.AgentPropertiesFileHandler] (main:null) (logid:) Property [guest.cpu.mode] was altered. Now using the value [host-passthrough]. After this, it is required to manually stop and start the running VMs. If you simply reboot them, it'll not work as expected. Best regards, Bernardo De Marco Gonçalves (bernardodemarco). Em ter., 18 de jun. de 2024 às 08:35, Jimmy Huybrechts <ji...@linservers.com> escreveu: > Hi, > > Seems that with adding the latest server I mistyped the cpu model.. > > As it now says: > guest.cpu.mode=host-model > > instead of: > guest.cpu.mode=host-passthrough > > Like on all other servers (they all have the exact same hardware). > > Can I adjust this, restart the agent and reboot all vm’s that were started > originally from this host? (luckily it’s only 3 since this is a brand new > host.) > > -- > Jimmy >