From patchwork Mon Feb 3 09:26:15 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Lieven X-Patchwork-Id: 316089 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id B85432C0091 for ; Mon, 3 Feb 2014 20:31:52 +1100 (EST) Received: from localhost ([::1]:45076 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WAFsc-00026U-MB for incoming@patchwork.ozlabs.org; Mon, 03 Feb 2014 04:31:50 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36449) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WAFpR-00062K-8T for qemu-devel@nongnu.org; Mon, 03 Feb 2014 04:28:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WAFpK-0001oS-JM for qemu-devel@nongnu.org; Mon, 03 Feb 2014 04:28:33 -0500 Received: from mx.ipv6.kamp.de ([2a02:248:0:51::16]:35436 helo=mx01.kamp.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WAFpK-0001oI-7E for qemu-devel@nongnu.org; Mon, 03 Feb 2014 04:28:26 -0500 Received: (qmail 19368 invoked by uid 89); 3 Feb 2014 09:28:25 -0000 Received: from [82.141.1.145] by client-16-kamp (envelope-from , uid 89) with qmail-scanner-2010/03/19-MF (clamdscan: 0.98.1/18430. hbedv: 8.2.12.180/7.11.128.170. spamassassin: 3.3.1. Clear:RC:1(82.141.1.145):SA:0(-1.5/5.0):. Processed in 10.44874 secs); 03 Feb 2014 09:28:25 -0000 Received: from ns.kamp-intra.net (HELO dns.kamp-intra.net) ([82.141.1.145]) by mx01.kamp.de with SMTP; 3 Feb 2014 09:28:14 -0000 X-GL_Whitelist: yes Received: from lieven-pc.kamp-intra.net (lieven-pc.kamp-intra.net [172.21.12.60]) by dns.kamp-intra.net (Postfix) with ESMTP id 479E1206AB; Mon, 3 Feb 2014 10:26:24 +0100 (CET) Received: by lieven-pc.kamp-intra.net (Postfix, from userid 1000) id 40D4D5FE5B; Mon, 3 Feb 2014 10:26:24 +0100 (CET) From: Peter Lieven To: qemu-devel@nongnu.org Date: Mon, 3 Feb 2014 10:26:15 +0100 Message-Id: <1391419577-10569-4-git-send-email-pl@kamp.de> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1391419577-10569-1-git-send-email-pl@kamp.de> References: <1391419577-10569-1-git-send-email-pl@kamp.de> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a02:248:0:51::16 Cc: Kevin Wolf , benoit.canet@irqsave.net, Fam Zheng , ronniesahlberg@gmail.com, Jeff Cody , Peter Lieven , Max Reitz , owasserm@redhat.com, Federico Simoncelli , Stefan Hajnoczi , Wenchao Xia Subject: [Qemu-devel] [PATCHv9 3/5] qemu-iotests: blacklist test 020 for NFS protocol X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org reopening is currently not supported. Signed-off-by: Peter Lieven --- tests/qemu-iotests/020 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/qemu-iotests/020 b/tests/qemu-iotests/020 index 73a0429..2f258dc 100755 --- a/tests/qemu-iotests/020 +++ b/tests/qemu-iotests/020 @@ -49,6 +49,11 @@ _unsupported_imgopts "subformat=monolithicFlat" \ "subformat=twoGbMaxExtentFlat" \ "subformat=twoGbMaxExtentSparse" +# NFS does not support bdrv_reopen_prepare thus qemu-img commit fails. +if [ "$IMGPROTO" = "nfs" ]; then + _notrun "image protocol $IMGPROTO does not support bdrv_commit" +fi + TEST_OFFSETS="0 4294967296" _make_test_img 6G