naseemvk commented on issue #8596: URL: https://github.com/apache/cloudstack/issues/8596#issuecomment-1925171771
I followed the same but didn't do the below step _* Encode the text to be passed, as: '%3Ccpu%20mode%3D%27host-model%27%20check%3D%27partial%27%2F%3E' * Stop and update the virtual machine, passing the encoded text as the extraconfig parameter: update virtualmachine extraconfig="%3Ccpu%20mode%3D%27host-model%27%20check%3D%27partial%27%2F%3E" id=<VM_UUID>_ Now when I checked inside my Hyper V server VM it is showing like this  agent.properties file content ##### cluster=2 pod=2 resource=com.cloud.hypervisor.kvm.resource.LibvirtComputingResource private.network.device=cloudbr0 domr.scripts.dir=scripts/network/domr/kvm guest.cpu.mode=host-model router.aggregation.command.each.timeout=600 guest.network.device=cloudbr1 keystore.passphrase=kmusdfrqCccYx5sfvy9YIsdfsdf hypervisor.type=kvm port=8250 zone=2 public.network.device=cloudbr1 local.storage.uuid=5afdsfce-3cb3-4985-ab1d-06esdfdf80cd host=192.168.0.200@static guid=2casdasd63-d67d-32d3-83eb-8adasdasdd8 LibvirtComputingResource.id=9201 workers=5 iscsi.session.cleanup.enabled=false vm.migrate.wait=3600 guest.cpu.features=svm ##### *** Super thanks for all your response and support *** -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
