From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37745) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cxwLA-00088z-Kh for qemu-devel@nongnu.org; Tue, 11 Apr 2017 10:00:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cxwL7-0000IX-I1 for qemu-devel@nongnu.org; Tue, 11 Apr 2017 10:00:16 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44750) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cxwL7-0000I1-C4 for qemu-devel@nongnu.org; Tue, 11 Apr 2017 10:00:13 -0400 References: <20170411080154.12474.20009.malonedeb@gac.canonical.com> <20170411082140.1520.57032.malone@chaenomeles.canonical.com> <20170411135700.GM4516@noname.str.redhat.com> From: Laurent Vivier Message-ID: Date: Tue, 11 Apr 2017 16:00:06 +0200 MIME-Version: 1.0 In-Reply-To: <20170411135700.GM4516@noname.str.redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Bug 1681688] Re: qemu live migration failed List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf , 858585 jemmy Cc: Bug 1681688 <1681688@bugs.launchpad.net>, qemu-devel@nongnu.org On 11/04/2017 15:57, Kevin Wolf wrote: > Am 11.04.2017 um 15:35 hat 858585 jemmy geschrieben: >> Hi Kevin: >> Can you provide some information about the original bug which you want fix? >> >> the original comment: >> Usually guest devices don't like other writers to the same image, so >> they use blk_set_perm() to prevent this from happening. >> >> i don't find where the dest qemu will use blk_set_perm during migration. >> but after apply this patch, blkconf_apply_backend_options don't update the >> blk->root->perm. > > Do I understand correctly that this is not simply live migration, but > block live migration (with 'migrate -b')? > > Can you please post a backtrace not of the successful case, but of the > failing assertion? Kevin, I've also reproduced this problem without the block live migration while I was testing my patch to fix the virtio-rng migration. Laurent