error while migrating vms #13445
-
|
i am migrating vm from one host to another host and then it is giving me en error note that the cpu from which i am migrating is amd and the host in which i am trying to migrate that has intel cpu |
Beta Was this translation helpful? Give feedback.
Answered by
weizhouapache
Jun 18, 2026
Replies: 1 comment 1 reply
-
|
You can add the following line in agent.properties on the source host: guest.cpu.features=-svm This will ensure the VM is started without the svm CPU feature enabled. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
TheKunalSen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
svmis specific to AMD CPU virtualization support.You can add the following line in agent.properties on the source host:
guest.cpu.features=-svm
This will ensure the VM is started without the svm CPU feature enabled.