
On Tue, Jan 05, 2021 at 07:39:49PM +0100, Oliver Dzombic wrote:
Hi Peter,
thank you very much for this hint. Seems to work! :)
But i also tried another switch: no_verify=1
The whole call:
virsh -K0 -k0 migrate --copy-storage-inc --verbose --persistent --live testInstance qemu+ssh://testnode4:22/system?keyfile=/tmp/key-5ff4b02ca966c?no_verify=1?no_tty=1
So as you can see
no_verify=1 no_tty=1
has been added.
You have incorrect URL syntax here. You need to use "&" to separate parameters, not "?". The "?" is only valid to separate the path from the start of the parameter list. qemu+ssh://testnode4:22/system?keyfile=/tmp/key-5ff4b02ca966c&no_verify=1&no_tty=1 Regards, Daniel -- |: https://berrange.com -o- https://www.flickr.com/photos/dberrange :| |: https://libvirt.org -o- https://fstop138.berrange.com :| |: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|