]> xenbits.xensource.com Git - libvirt.git/commit
virsh: make migrate --tunnelled imply --p2p
authorEric Blake <eblake@redhat.com>
Mon, 18 Jul 2011 19:10:29 +0000 (13:10 -0600)
committerEric Blake <eblake@redhat.com>
Mon, 18 Jul 2011 21:19:55 +0000 (15:19 -0600)
commit40143fb697c3cb042197632c0286e7dadf40afd4
treee6eb76aa6a8f7ecd7f6c6918c7b4f32527cb7316
parent33ba6e688149e663ca4e2f41f130e7d4835c3c80
virsh: make migrate --tunnelled imply --p2p

We can make the virsh migrate UI friendlier by supplying the
missing bit automatically instead of erroring out when requesting
--tunnelled without --p2p.

* tools/virsh.c (doMigrate): Make --p2p optional when using
--tunnelled.
* tools/virsh.pod (migrate): Tweak wording accordingly.
tools/virsh.c
tools/virsh.pod