Re: [CentOS-virt] (KVM) How can I migrate VM in a non shared storage environment?

2010-06-28 Thread Christopher Hunt
+1 for dd + nc over ssh if necessary. This process can and probably will saturate your ethernet interface, so depending upon the amount of traffic the box pushes on the public interface the size of the partition and other factors, sometimes i add a crossover cable between unused

Re: [CentOS-virt] (KVM) How can I migrate VM in a non shared storage environment?

2010-06-28 Thread C.J. Adams-Collier
If you do it often, you might consider listening for ssh connections on a separate port and using tc to keep things from getting out of hand: http://linux.die.net/man/8/tc Cheers, C.J. On Mon, 2010-06-28 at 09:17 -0700, Christopher Hunt wrote: +1 for dd + nc over ssh if necessary.