Hey guys, there is a anoying bug in libvirt-migrate-qemu-machinetype. It will remove the vnc password from any changed xml. Reason: the script triggers "virsh dumpxml", this command doesn't return the vnc password.
virsh should be able to also return the password with "virsh dumpxml domain-id --security-info", but in fact this also doesn't sent the password. Environment: ~ # virsh version Compiled against library: libvir 0.9.8 Using library: libvir 0.9.8 Using API: QEMU 0.9.8 Running hypervisor: QEMU 1.0.0 ~ # dpkg-query -W $version qemu-kvm libvirt-bin libvirt-bin 0.9.8-2ubuntu17.18 qemu-kvm 1.0+noroms-0ubuntu14.14 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1001625 Title: Guest clock stops after live migration on Ubuntu 12.04 hosts To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1001625/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
