From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35067) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d0I4y-0007gX-Sa for qemu-devel@nongnu.org; Mon, 17 Apr 2017 21:37:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d0I4u-0005OJ-Kg for qemu-devel@nongnu.org; Mon, 17 Apr 2017 21:37:16 -0400 References: <1489756546-27142-1-git-send-email-kwolf@redhat.com> <1489756546-27142-3-git-send-email-kwolf@redhat.com> From: Hailiang Zhang Message-ID: <58F56D90.50509@huawei.com> Date: Tue, 18 Apr 2017 09:36:16 +0800 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 2/8] replication: clarify permissions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake , Kevin Wolf , qemu-block@nongnu.org Cc: xuquan8@huawei.com, Wen Congyang , Wen Congyang , qemu-devel@nongnu.org, xiecl.fnst@cn.fujitsu.com On 2017/4/18 9:23, Eric Blake wrote: > On 03/17/2017 08:15 AM, Kevin Wolf wrote: >> From: Changlong Xie >> >> Even if hidden_disk, secondary_disk are backing files, they all need >> write permissions in replication scenario. Otherwise we will encouter >> below exceptions on secondary side during adding nbd server: >> >> {'execute': 'nbd-server-add', 'arguments': {'device': 'colo-disk', 'writable': true } } >> {"error": {"class": "GenericError", "desc": "Conflicts with use by hidden-qcow2-driver as 'backing', which does not allow 'write' on sec-qcow2-driver-for-nbd"}} >> >> CC: Zhang Hailiang >> CC: Zhang Chen >> CC: Wen Congyang > This address for Wen Congyang is different than the one listed in > MAINTAINERS for replication (M: Wen Congyang ), > and different still from addresses my mailer has harvested from other > posts (wencongyang@gmail.com). The MAINTAINERS entry is now resulting > in 'undelivered mail' bounce messages, can you please submit an update > to MAINTAINERS with your new preferred address? [or gently correct me if > I'm confusing two people with the same name?] > No, the same people, he just left his job from fujitsu, the entry in MAINTAINERS file needs to be updated. Cc: Changlong Xie Hi Changlong, would you please send a patch to update it ? Hailiang