From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55809) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YqhaQ-0001pf-4H for qemu-devel@nongnu.org; Fri, 08 May 2015 08:41:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YqhaK-00073D-2t for qemu-devel@nongnu.org; Fri, 08 May 2015 08:41:02 -0400 Message-ID: <554CAED2.2050106@redhat.com> Date: Fri, 08 May 2015 14:40:50 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1431080484-9760-1-git-send-email-pbonzini@redhat.com> <554CAE54.60409@redhat.com> In-Reply-To: <554CAE54.60409@redhat.com> Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] qemu-nbd: return ENOSPC for out-of-range writes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz , qemu-devel@nongnu.org Cc: kwolf@redhat.com, armbru@redhat.com, qemu-stable@nongnu.org On 08/05/2015 14:38, Max Reitz wrote: > Two things follow: First, our implementation will behave differently > from nbd-server. Second, even if we don't care, werror=enospc will only > work with qemu-nbd, and not when using nbd-server. I've sent a patch to fix this for nbd-server too. However, for this reason, Kevin suggested fixing the client too. Paolo