GitHub user arpanbht added a comment to the discussion: Vm starting issue with InsufficientServerCapacityException
@weizhouapache @DaanHoogland Hey guys, I have tried this method and it was working fine. But we were getting "virtual router os error" because the cpu architecture of our hosts are different, in the intel servers the guest.cpu.mode was set to custom and after removing this line we restarted the virtual router and everything worked then but now we cannot migrate newly created vm from the amd server to intel server but the vice versa is working. If we create any vm on intel server and then we migrate it on amd server and again migrate it back to the intel server then it is working. what could be the solution so that we don't have to face these issues the migration would be seemless. FYI : after researching a little we tried with these settings in agent.properties but still the same problem occuring ``` guest.cpu.mode=custom guest.cpu.model=EPYC guest.cpu.features=-svm ``` On amd server we put these lines in agent.properties GitHub link: https://github.com/apache/cloudstack/discussions/13463#discussioncomment-17391824 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
