From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49917) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YAy2c-0002SJ-T1 for qemu-devel@nongnu.org; Tue, 13 Jan 2015 04:45:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YAy2Z-0004Ba-GJ for qemu-devel@nongnu.org; Tue, 13 Jan 2015 04:45:38 -0500 Received: from mx1.redhat.com ([209.132.183.28]:56276) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YAy2Z-0004BR-2m for qemu-devel@nongnu.org; Tue, 13 Jan 2015 04:45:35 -0500 Message-ID: <54B4E934.9090203@redhat.com> Date: Tue, 13 Jan 2015 10:45:24 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <201501130948157439113@sangfor.com.cn> <201501131002532239699@sangfor.com.cn> In-Reply-To: <201501131002532239699@sangfor.com.cn> Content-Type: text/plain; charset=gbk Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] question about live migration with storage List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Zhang Haoyu , qemu-devel Cc: Gleb Natapov , Stefan Hajnoczi On 13/01/2015 03:03, Zhang Haoyu wrote: > >I want to live migrate a vm with storage, with regard to the migration of storage, > >should I use drive_mirror or traditional mechanism implemented in block-migration.c ? > > Because I don't use libvirtd to manage vm, > if I want to use drive_mirror to perform live migration with storage, > how to organize the flow via script? The same as libvirt does. Paolo