From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47763) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d0JD1-0007iv-52 for qemu-devel@nongnu.org; Mon, 17 Apr 2017 22:49:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d0JD0-00080y-6p for qemu-devel@nongnu.org; Mon, 17 Apr 2017 22:49:39 -0400 Message-ID: <58F57F8A.3060201@cn.fujitsu.com> Date: Tue, 18 Apr 2017 10:52:58 +0800 From: Xie Changlong MIME-Version: 1.0 References: <1489756546-27142-1-git-send-email-kwolf@redhat.com> <1489756546-27142-3-git-send-email-kwolf@redhat.com> <58F56D90.50509@huawei.com> In-Reply-To: <58F56D90.50509@huawei.com> 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: Hailiang Zhang , Eric Blake , Kevin Wolf , qemu-block@nongnu.org Cc: xuquan8@huawei.com, Wen Congyang , Wen Congyang , qemu-devel@nongnu.org On 04/18/2017 09:36 AM, Hailiang Zhang wrote: > 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 ? Hi all After a short talk with Wen, i would like to update his new email address now. Thanks -Xie > > Hailiang > > > > > . >