From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:47452) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SmhWs-0004E6-FJ for qemu-devel@nongnu.org; Thu, 05 Jul 2012 04:35:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SmhWm-0004F9-BY for qemu-devel@nongnu.org; Thu, 05 Jul 2012 04:35:14 -0400 Received: from mx1.redhat.com ([209.132.183.28]:1887) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SmhWm-0004EZ-3a for qemu-devel@nongnu.org; Thu, 05 Jul 2012 04:35:08 -0400 Message-ID: <4FF551B1.3040505@redhat.com> Date: Thu, 05 Jul 2012 10:34:57 +0200 From: Paolo Bonzini 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> <4FF54CA1.402@msgid.tls.msk.ru> In-Reply-To: <4FF54CA1.402@msgid.tls.msk.ru> 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: Michael Tokarev Cc: Wayne Xia , qemu-devel@nongnu.org Il 05/07/2012 10:13, Michael Tokarev 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?). Hmm, yeah, with daemon mode non-persistent is still better. I guess it is just a bogus thing we have to live with, just like daemon mode itself. > Instead, it is more productive and rigth (IMHO anyway) to > fix the qemu side to stop connecting two times for one > device. That too. Paolo