Comment 4 for bug 1496135

Revision history for this message
Nan Zhang (nanzhang) wrote : Re: libvirt live-migration will not honor destination vcpu_pin_set config

in cases:
compute01
    vcpu_pin_set=4-31
compute02
    vcpu_pin_set=8-31

boot instance01 on compute01, grep virsh xml:
virsh dumpxml instance-0000006b | grep cpu
  <vcpu placement='static' cpuset='4-31'>2</vcpu>

live-migration instance01 to compute02, grep virsh xml:
virsh dumpxml instance-0000006b | grep cpu
  <vcpu placement='static' cpuset='4-31'>2</vcpu>

after live-migration instance's cpuset is not changed by compute02 vcpu_pin_set config, I thin it is a bug.