]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/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, 29 May 2013 16:31:00 +0000 (12:31 -0400)
commit5e1de4fcdd86aceba610e9b77f6e62fc6525883b
treef59583aaaba7d5410d5e5a390a732996afe3a1dd
parent98bbda00cfa58c3fb73220e4a7c5d33938c0cb74
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
tools/virsh-domain.c