search for: gelukt

Displaying 2 results from an estimated 2 matches for "gelukt".

Did you mean: gelu
2019 Feb 10
2
virsh migrate --copy-storage-inc
...are broken wrong: ----------- # Rsync image when not on the other host: if test `ssh $other "if test -e /data/$vm.qcow2; then echo ja; else echo nee; fi"` = "nee"; then echo "rsync..." rsync /data/$vm.qcow2 $other://data/$vm.qcow2 if test $? = 0; then echo "gelukt"; else echo "niet gelukt"; exit; fi fi # migrate echo "migrate..." virsh migrate --live --p2p --tunnelled --copy-storage-inc --persistent --undefinesource --verbose $vm qemu+ssh://$other/system if test $? = 0; then echo "gelukt"; else echo "niet gelukt"...
2019 Feb 11
0
Re: virsh migrate --copy-storage-inc
...> # Rsync image when not on the other host: > if test `ssh $other "if test -e /data/$vm.qcow2; then echo ja; else echo > nee; fi"` = "nee"; then > echo "rsync..." > rsync /data/$vm.qcow2 $other://data/$vm.qcow2 > if test $? = 0; then echo "gelukt"; else echo "niet gelukt"; exit; fi > fi > > # migrate > echo "migrate..." > virsh migrate --live --p2p --tunnelled --copy-storage-inc --persistent As said above this implies the old storage migration protocol which transports the data in the migration stre...