From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:45257) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QCnhX-0002T3-Jl for qemu-devel@nongnu.org; Thu, 21 Apr 2011 02:49:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QCnhW-0006Jb-UF for qemu-devel@nongnu.org; Thu, 21 Apr 2011 02:49:19 -0400 Received: from verein.lst.de ([213.95.11.211]:51948 helo=newverein.lst.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QCnhW-0006JT-Pb for qemu-devel@nongnu.org; Thu, 21 Apr 2011 02:49:18 -0400 Date: Thu, 21 Apr 2011 08:49:16 +0200 From: Christoph Hellwig Message-ID: <20110421064916.GA2606@lst.de> References: <1302655665-30101-1-git-send-email-josh.durgin@dreamhost.com> <20110413024339.GA16779@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [qemu-iotests][PATCH] Update rbd support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Josh Durgin Cc: ceph-devel@vger.kernel.org, Christoph Hellwig , kvm@vger.kernel.org, qemu-devel@nongnu.org On Tue, Apr 12, 2011 at 10:42:00PM -0700, Josh Durgin wrote: > > I suspect we only support the weird writing past size for the > > file protocol, so we should only run the test for it. > > > > Or does sheepdog do anything special about it? > > Sheepdog supports it by truncating to the right size if a write > would be past the end. I'm not sure if other protocols support > it. I've changed 016 to require the file or sheepdog protocols, and then applied the rest of your patch. Thanks a lot!