From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56900) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZCP68-0005BK-Qb for qemu-devel@nongnu.org; Tue, 07 Jul 2015 05:23:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZCP68-0005mV-3R for qemu-devel@nongnu.org; Tue, 07 Jul 2015 05:23:28 -0400 References: <1435635285-5804-1-git-send-email-wency@cn.fujitsu.com> <20150703153011.GD2142@work-vm> <5597D5BA.6030500@gmail.com> <559B1C92.90400@linux.vnet.ibm.com> <559B2669.8050509@cn.fujitsu.com> <20150707091323.GC2347@work-vm> From: Paolo Bonzini Message-ID: <559B9A80.5080901@redhat.com> Date: Tue, 7 Jul 2015 11:23:12 +0200 MIME-Version: 1.0 In-Reply-To: <20150707091323.GC2347@work-vm> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH COLO-BLOCK v7 00/17] Block replication for continuous checkpoints List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Dr. David Alan Gilbert" , Wen Congyang Cc: Kevin Wolf , Fam Zheng , Wen Congyang , qemu block , Jiang Yunhong , Dong Eddie , qemu devel , "Michael R. Hines" , Max Reitz , Stefan Hajnoczi , Yang Hongyang , Lai Jiangshan On 07/07/2015 11:13, Dr. David Alan Gilbert wrote: >> > This log is very stange. The NBD client connects to NBD server, and NBD server wants to read data >> > from NBD client, but reading fails. It seems that the connection is closed unexpectedly. Can you >> > give me more log and how do you use it? > That was the same failure I was getting. I think it's that the NBD server and client are in different > modes, with one of them expecting the export. nbd_server_add always expects the export. Paolo