Re: [libvirt-users] Hot-migration of OVS Vlan configuration

2017-07-13 Thread Antoine Millet
On Tue, 2017-07-11 at 14:56 -0400, Laine Stump wrote: > The cleanest way to make this work would be to enhance the function > qemuDomainChangeNet() to know what to do when it detects that the > vlan > tag was changed with a device update ("virsh update-device") - this > command can take effect imme

[libvirt-users] Hot-migration of OVS Vlan configuration

2017-07-11 Thread Antoine Millet
Hi list, I'm using OVS as backend for guest networking on my hypervisors. VLAN configuration for each interface is specified into the guest XML definition. When I need to change VLAN configuration of a running guest, I first edit the inactive XML to keep the changes for future boots, then I use o

Re: [libvirt-users] Live migration & storage copy broken since 1.2.17

2015-08-31 Thread Antoine Millet
Hi, I've done a git bisec between v1.2.16 and v1.2.17 to try to debug this problem myself, and I found that the "problem" comes from the following commit: 93a19e283e5a147d147d843838be63b6a68d qemu: migration: selective block device migration So it seems that I miss something :-). This commi

[libvirt-users] Live migration & storage copy broken since 1.2.17

2015-08-18 Thread Antoine Millet
Hi, It seems that live migration using storage copy is broken since libvirt 1.2.17. Here is the command line used to do the migration using virsh: virsh migrate --live --p2p --persistent --undefinesource --copy -storage-all d2b545d3-db32-48d3-b7fa-f62ff3a7fa18 qemu+tcp://dest/system XML dump