[Bug 1322681] Re: live-migration --block-migrate UUID fails: XML error: CPU feature `pdpe1gb' specified more than once

2014-07-29 Thread Botho Hohbaum
i had the same problem with icehouse on ubuntu 14.04 LTS and fixed it with the following change in /usr/lib/python2.7/dist-packages/nova/virt/libvirt/driver.py at line 4338 ff i removed for f in info['features']: cpu.add_feature(vconfig.LibvirtConfigCPUFeature(f)) and

[Bug 1322681] Re: live-migration --block-migrate UUID fails: XML error: CPU feature `pdpe1gb' specified more than once

2014-07-29 Thread Botho Hohbaum
i had the same problem with icehouse on ubuntu 14.04 LTS and fixed it with the following change in /usr/lib/python2.7/dist-packages/nova/virt/libvirt/driver.py at line 4338 ff i removed for f in info['features']: cpu.add_feature(vconfig.LibvirtConfigCPUFeature(f)) and