Blame SOURCES/kvm-iotests-Disallow-compat-0.10-in-223.patch

7711c0
From 97ef4db37dea9ef4fd5e082cc45be1ee7915be1f Mon Sep 17 00:00:00 2001
7711c0
From: John Snow <jsnow@redhat.com>
7711c0
Date: Fri, 22 Mar 2019 03:22:19 +0100
7711c0
Subject: [PATCH 052/163] iotests: Disallow compat=0.10 in 223
7711c0
7711c0
RH-Author: John Snow <jsnow@redhat.com>
7711c0
Message-id: <20190322032241.8111-7-jsnow@redhat.com>
7711c0
Patchwork-id: 85089
7711c0
O-Subject: [RHEL-7.7 qemu-kvm-rhev PATCH 06/28] iotests: Disallow compat=0.10 in 223
7711c0
Bugzilla: 1691563
7711c0
RH-Acked-by: Max Reitz <mreitz@redhat.com>
7711c0
RH-Acked-by: Stefan Hajnoczi <stefanha@redhat.com>
7711c0
RH-Acked-by: Miroslav Rezanina <mrezanin@redhat.com>
7711c0
7711c0
From: Max Reitz <mreitz@redhat.com>
7711c0
7711c0
223 tests persistent dirty bitmaps which are not supported in
7711c0
compat=0.10, so that option is unsupported for this test.
7711c0
7711c0
Signed-off-by: Max Reitz <mreitz@redhat.com>
7711c0
Tested-by: John Snow <jsnow@redhat.com>
7711c0
Reviewed-by: John Snow <jsnow@redhat.com>
7711c0
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
7711c0
(cherry picked from commit 092b9c408fb22010747f17e2fb19521cfafd45d6)
7711c0
Signed-off-by: John Snow <jsnow@redhat.com>
7711c0
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
7711c0
---
7711c0
 tests/qemu-iotests/223 | 2 ++
7711c0
 1 file changed, 2 insertions(+)
7711c0
7711c0
diff --git a/tests/qemu-iotests/223 b/tests/qemu-iotests/223
7711c0
index e59411e..d011b3e 100755
7711c0
--- a/tests/qemu-iotests/223
7711c0
+++ b/tests/qemu-iotests/223
7711c0
@@ -40,6 +40,8 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
7711c0
 _supported_fmt qcow2
7711c0
 _supported_proto file # uses NBD as well
7711c0
 _supported_os Linux
7711c0
+# Persistent dirty bitmaps require compat=1.1
7711c0
+_unsupported_imgopts 'compat=0.10'
7711c0
 
7711c0
 function do_run_qemu()
7711c0
 {
7711c0
-- 
7711c0
1.8.3.1
7711c0