Re: [Qemu-devel] [PATCH 0/3 v5] Live migration without shared storage

2010-03-16 Thread jz4
[Qemu-devel] [PATCH 0/3 v5] Live migration without shared storage I tested the live migration without shared storage for the patch of the block migration. It succeeds for several times but sometimes it fails. I used the qemu-kvm-0.12.3 and the kvm 2.6.33 module on the ubuntu latest version

Re: [Qemu-devel] [PATCH 0/3 v5] Live migration without shared storage

2009-11-03 Thread Avi Kivity
On 11/03/2009 11:40 AM, Liran Schour wrote: - Liran Avi Kivity wrote on 02/11/2009 20:47:34: On 11/02/2009 03:40 PM, lir...@il.ibm.com wrote: This series adds support for live migration without shared storage, means copy the storage while migrating. It was tested with

Re: [Qemu-devel] [PATCH 0/3 v5] Live migration without shared storage

2009-11-03 Thread Liran Schour
- Liran Avi Kivity wrote on 02/11/2009 20:47:34: > On 11/02/2009 03:40 PM, lir...@il.ibm.com wrote: > > This series adds support for live migration without shared storage, means > > copy the storage while migrating. It was tested with KVM. Supports 2 ways > > to replicate the storage during migr

Re: [Qemu-devel] [PATCH 0/3 v5] Live migration without shared storage

2009-11-02 Thread Liran Schour
qemu-devel-bounces+lirans=il.ibm@nongnu.org wrote on 02/11/2009 15:40:25: > Live migration will work as follows: > (qemu) migrate -d tcp:0: # for ordinary live migration > (qemu) migrate -d blk tcp:0: # for live migration with complete > storage copy > (qemu) migrate -d blk inc tcp:0:4

Re: [Qemu-devel] [PATCH 0/3 v5] Live migration without shared storage

2009-11-02 Thread Avi Kivity
On 11/02/2009 03:40 PM, lir...@il.ibm.com wrote: This series adds support for live migration without shared storage, means copy the storage while migrating. It was tested with KVM. Supports 2 ways to replicate the storage during migration: 1. Complete copy of storage to destination 2. Assuming th

[Qemu-devel] [PATCH 0/3 v5] Live migration without shared storage

2009-11-02 Thread lirans
This series adds support for live migration without shared storage, means copy the storage while migrating. It was tested with KVM. Supports 2 ways to replicate the storage during migration: 1. Complete copy of storage to destination 2. Assuming the storage is cow based, copy only the allocated