Re: [libvirt] (Resend) Live Migration with non-shared storage for kvm

2010-04-30 Thread Cole Robinson
On 04/22/2010 11:06 AM, Kenneth Nagin wrote: Support for live migration between hosts that do not share storage was added to qemu-kvm release 0.12.1. It supports two flags: -b migration without shared storage with full disk copy -i migration without shared storage with incremental copy (same

Re: [libvirt] (Resend) Live Migration with non-shared storage for kvm

2010-04-30 Thread Eric Blake
On 04/30/2010 06:42 AM, Cole Robinson wrote: Other than that, the code generally looks like (except for the compiler and syntax-check warnings). - Cole (Here's the patch inline for the benefit of other reviewers) In addition to Cole's comments, here's some style nits that 'make

Re: [libvirt] (Resend) Live Migration with non-shared storage for kvm

2010-04-22 Thread Kenneth Nagin
Support for live migration between hosts that do not share storage was added to qemu-kvm release 0.12.1. It supports two flags: -b migration without shared storage with full disk copy -i migration without shared storage with incremental copy (same base image shared between source and destination).