<div style="font-family: arial; font-size: 12px;"><div>I've restarted the instances that I'm using to test but no luck.</div><div><br></div><div>I have the setting set on just the highest compute node; I tried setting it on one of my older gen compute nodes as well but because there is production load on it, I am anxious about restarting services; I did restart the nova-compute service after making the change and there was no change in behavior. Should the setting also be set on the controllers?</div><div><br></div><div>When I look at virsh capabilities there is certainly a difference between the two</div><div>7c7<br><       <model>Opteron_G5</model><br>---<br>>       <model>Opteron_G4</model><br>9c9<br><       <microcode version='100665426'/><br>---<br>>       <microcode version='100664894'/><br>15d14<br><       <feature name='bmi1'/><br>25c24<br><       <feature name='tce'/><br>---<br>>       <feature name='lwp'/></div><div><br></div><div><br></div><div>I look at the test instance on the compute node with the G5 opteron and this is in the XML</div><div>  <cpu mode='custom' match='exact' check='full'><br>   <model fallback='forbid'>Opteron_G4</model><br>   <topology sockets='1' cores='1' threads='1'/><br>   <feature policy='require' name='vme'/><br>   <feature policy='require' name='x2apic'/><br>   <feature policy='require' name='hypervisor'/><br>   <feature policy='disable' name='rdtscp'/><br> </cpu></div><div><br></div><div>This looks like it is correctly taking the CPU model that I have specified in nova.conf, yet it does not want to migrate to the Opteron_G4 node.</div></div>