[libvirt-users] Migration command regression as of 1.3.4

Per the documentation, https://libvirt.org/migration.html#scenarionativedirect , 'virsh migrate domain dest interface' was a support command. As of 1.3.4 (when compression support was added), it's not. For example: # virsh migrate test qemu+ssh://10.0.0.1/system tcp://10.0.0.1/ error: invalid argument: Unsupported compression method 'tcp://10.0.0.1/' It seems like the compression code is grabbing the last argument now. Was this intentional? If so, what is the new command format? When will the documentation be updated?

On Wed, Jun 08, 2016 at 03:14:04PM -0400, Brian Rak wrote:
Per the documentation, https://libvirt.org/migration.html#scenarionativedirect , 'virsh migrate domain dest interface' was a support command. As of 1.3.4 (when compression support was added), it's not. For example:
# virsh migrate test qemu+ssh://10.0.0.1/system tcp://10.0.0.1/ error: invalid argument: Unsupported compression method 'tcp://10.0.0.1/'
It seems like the compression code is grabbing the last argument now. Was this intentional? If so, what is the new command format? When will the documentation be updated?
NO, that certainly is not intentional. If correct we must fix that regression in behaviour asap. Regards, Daniel -- |: http://berrange.com -o- http://www.flickr.com/photos/dberrange/ :| |: http://libvirt.org -o- http://virt-manager.org :| |: http://autobuild.org -o- http://search.cpan.org/~danberr/ :| |: http://entangle-photo.org -o- http://live.gnome.org/gtk-vnc :|
participants (2)
-
Brian Rak
-
Daniel P. Berrange