From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57578) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TUHAc-0007RM-MG for qemu-devel@nongnu.org; Fri, 02 Nov 2012 09:20:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TUHAb-0001fB-Gt for qemu-devel@nongnu.org; Fri, 02 Nov 2012 09:20:22 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33424) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TUHAb-0001f0-8e for qemu-devel@nongnu.org; Fri, 02 Nov 2012 09:20:21 -0400 Message-ID: <5093C87E.80602@redhat.com> Date: Fri, 02 Nov 2012 14:19:58 +0100 From: Kevin Wolf MIME-Version: 1.0 References: <1351852086-26789-1-git-send-email-nick@bytemark.co.uk> <5093BF7F.8090203@redhat.com> In-Reply-To: <5093BF7F.8090203@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2] tests: allow qemu-iotests to be run against nbd backend List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org, nick@bytemark.co.uk Am 02.11.2012 13:41, schrieb Paolo Bonzini: > Il 02/11/2012 11:28, nick@bytemark.co.uk ha scritto: >> @@ -197,12 +198,14 @@ testlist options >> IMGPROTO=rbd >> xpand=false >> ;; >> - >> -sheepdog) >> IMGPROTO=sheepdog >> xpand=false >> ;; >> - >> + -nbd) >> + IMGPROTO=nbd >> + xpand=false >> + ;; >> -nocache) > > Spacing problem? Yes, tabs in the original code. Not sure how to deal best with it... Kevin