From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39927) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bRWLU-0005P1-Ex for qemu-devel@nongnu.org; Sun, 24 Jul 2016 23:14:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bRWLQ-0002YY-8H for qemu-devel@nongnu.org; Sun, 24 Jul 2016 23:14:19 -0400 Received: from mx1.redhat.com ([209.132.183.28]:43437) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bRWLQ-0002X5-25 for qemu-devel@nongnu.org; Sun, 24 Jul 2016 23:14:16 -0400 Date: Mon, 25 Jul 2016 11:14:12 +0800 From: Fam Zheng Message-ID: <20160725031412.GB11800@ad.usersys.redhat.com> References: <6e08cfe.75a0.156118d8bc5.Coremail.justcaca@126.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6e08cfe.75a0.156118d8bc5.Coremail.justcaca@126.com> Subject: Re: [Qemu-devel] Fw:qemu driver_mirror error "Operation not permitted" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: lisiheng Cc: qemu-devel@nongnu.org On Fri, 07/22 15:41, lisiheng wrote: > Hi All, > I use libvirtd to call qemu drive_mirror return error message "Operation not permitted", Butdirectlyrunqemu and call drive_mirror is OK; > when drive_mirror target is logic device return error message "Operation not permitted",But the file is OK; This may be better asked on libvirt list, but my first reaction would be checking the file permission bits and SELinux permissions. Fam