From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35712) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCQ2P-0003HO-0e for qemu-devel@nongnu.org; Sun, 09 Feb 2014 03:46:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WCQ2K-0000z6-0h for qemu-devel@nongnu.org; Sun, 09 Feb 2014 03:46:52 -0500 Received: from mx1.redhat.com ([209.132.183.28]:64341) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCQ2J-0000xq-P7 for qemu-devel@nongnu.org; Sun, 09 Feb 2014 03:46:47 -0500 From: Kevin Wolf Date: Sun, 9 Feb 2014 09:46:16 +0100 Message-Id: <1391935590-12264-5-git-send-email-kwolf@redhat.com> In-Reply-To: <1391935590-12264-1-git-send-email-kwolf@redhat.com> References: <1391935590-12264-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PULL 04/18] qemu-iotests: blacklist test 020 for NFS protocol List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: anthony@codemonkey.ws Cc: kwolf@redhat.com, qemu-devel@nongnu.org From: Peter Lieven reopening is currently not supported. Signed-off-by: Peter Lieven Signed-off-by: Kevin Wolf --- 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 -- 1.8.1.4