From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:59065) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SmhBx-0007zN-7u for qemu-devel@nongnu.org; Thu, 05 Jul 2012 04:13:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SmhBs-0007FV-HV for qemu-devel@nongnu.org; Thu, 05 Jul 2012 04:13:36 -0400 Received: from isrv.corpit.ru ([86.62.121.231]:49820) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SmhBr-0007F7-UJ for qemu-devel@nongnu.org; Thu, 05 Jul 2012 04:13:32 -0400 Message-ID: <4FF54CA1.402@msgid.tls.msk.ru> Date: Thu, 05 Jul 2012 12:13:21 +0400 From: Michael Tokarev MIME-Version: 1.0 References: <1341313544-6256-1-git-send-email-xiawenc@linux.vnet.ibm.com> <4FF2DD9C.4050903@redhat.com> <4FF50A36.3000905@linux.vnet.ibm.com> <4FF53765.6060600@redhat.com> In-Reply-To: <4FF53765.6060600@redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] add text about how to use qemu-nbd with qemu List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: Wayne Xia , qemu-devel@nongnu.org On 05.07.2012 10:42, Paolo Bonzini wrote: > Il 05/07/2012 05:29, Wayne Xia ha scritto: [] >> Hi Paolo, should I make a patch to make persistent the default for >> qemu-nbd? > > Yes, why not. However, as mentioned above client mode should still be > non-persistent. I don't think this makes sense or is good: now we'll need to have an option to enable non-persistent mode, and have to fix scripts which expects non-persistent mode by default (does autotest uses it?). Instead, it is more productive and rigth (IMHO anyway) to fix the qemu side to stop connecting two times for one device. thanks, /mjt