]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virsh: migrate: Don't disallow --p2p and --migrateuri
authorCole Robinson <crobinso@redhat.com>
Tue, 28 May 2013 19:37:53 +0000 (15:37 -0400)
committerCole Robinson <crobinso@redhat.com>
Wed, 12 Jun 2013 20:37:55 +0000 (16:37 -0400)
commitfeb2d3375c971e09c42aaa8f6a04667dee7c10a1
tree90c4394eda2cb0bf57aa3dd07d8481f5b00eea48
parent12b0af5905a0557d855545a38f70a7c142348d80
virsh: migrate: Don't disallow --p2p and --migrateuri

Because it's a valid combination. p2p still uses a separate channel
for qemu migration, so there's value in letting the user specify a manual
migrate URI for overriding auto-port, or libvirt's FQDN lookup.

What _isn't_ allowed is --migrateuri and TUNNELLED, since there is
no separate migration channel. Disallow that instead
(cherry picked from commit 5e1de4fcdd86aceba610e9b77f6e62fc6525883b)
tools/virsh-domain.c