b7fbd568b2
- kvm-migration-Move-yank-outside-qemu_start_incoming_migr.patch [bz#1974683] - kvm-migration-Allow-reset-of-postcopy_recover_triggered-.patch [bz#1974683] - kvm-Remove-RHEL-7.0.0-machine-type.patch [bz#1968519] - kvm-Remove-RHEL-7.1.0-machine-type.patch [bz#1968519] - kvm-Remove-RHEL-7.2.0-machine-type.patch [bz#1968519] - kvm-Remove-RHEL-7.3.0-machine-types.patch [bz#1968519] - kvm-Remove-RHEL-7.4.0-machine-types.patch [bz#1968519] - kvm-Remove-RHEL-7.5.0-machine-types.patch [bz#1968519] - kvm-acpi-pc-revert-back-to-v5.2-PCI-slot-enumeration.patch [bz#1957194] - kvm-migration-failover-reset-partially_hotplugged.patch [bz#1957194] - kvm-hmp-Fix-loadvm-to-resume-the-VM-on-success-instead-o.patch [bz#1957194] - kvm-migration-Move-bitmap_mutex-out-of-migration_bitmap_.patch [bz#1957194] - kvm-i386-cpu-Expose-AVX_VNNI-instruction-to-guest.patch [bz#1957194] - kvm-ratelimit-protect-with-a-mutex.patch [bz#1957194] - kvm-Update-Linux-headers-to-5.13-rc4.patch [bz#1957194] - kvm-i386-Add-ratelimit-for-bus-locks-acquired-in-guest.patch [bz#1957194] - kvm-iothread-generalize-iothread_set_param-iothread_get_.patch [bz#1957194] - kvm-iothread-add-aio-max-batch-parameter.patch [bz#1957194] - kvm-linux-aio-limit-the-batch-size-using-aio-max-batch-p.patch [bz#1957194] - kvm-block-nvme-Fix-VFIO_MAP_DMA-failed-No-space-left-on-.patch [bz#1957194] - kvm-migration-move-wait-unplug-loop-to-its-own-function.patch [bz#1957194] - kvm-migration-failover-continue-to-wait-card-unplug-on-e.patch [bz#1957194] - kvm-aarch64-Add-USB-storage-devices.patch [bz#1957194] - kvm-iotests-Improve-and-rename-test-291-to-qemu-img-bitm.patch [bz#1957194] - kvm-qemu-img-Fail-fast-on-convert-bitmaps-with-inconsist.patch [bz#1957194] - kvm-qemu-img-Add-skip-broken-bitmaps-for-convert-bitmaps.patch [bz#1957194] - kvm-audio-Never-send-migration-section.patch [bz#1957194] - kvm-pc-bios-s390-ccw-bootmap-Silence-compiler-warning-fr.patch [bz#1939509 bz#1940132] - kvm-pc-bios-s390-ccw-Use-reset_psw-pointer-instead-of-ha.patch [bz#1939509 bz#1940132] - kvm-pc-bios-s390-ccw-netboot-Use-Wl-prefix-to-pass-param.patch [bz#1939509 bz#1940132] - kvm-pc-bios-s390-ccw-Silence-warning-from-Clang-by-marki.patch [bz#1939509 bz#1940132] - kvm-pc-bios-s390-ccw-Fix-the-cc-option-macro-in-the-Make.patch [bz#1939509 bz#1940132] - kvm-pc-bios-s390-ccw-Silence-GCC-11-stringop-overflow-wa.patch [bz#1939509 bz#1940132] - kvm-pc-bios-s390-ccw-Allow-building-with-Clang-too.patch [bz#1939509 bz#1940132] - kvm-pc-bios-s390-ccw-Fix-inline-assembly-for-older-versi.patch [bz#1939509 bz#1940132] - kvm-configure-Fix-endianess-test-with-LTO.patch [bz#1939509 bz#1940132] - kvm-spec-Switch-toolchain-to-Clang-LLVM.patch [bz#1939509 bz#1940132] - kvm-spec-Use-safe-stack-for-x86_64.patch [bz#1939509 bz#1940132] - kvm-spec-Reenable-write-support-for-VMDK-etc.-in-tools.patch [bz#1989841] - Resolves: bz#1974683 (Fail to set migrate incoming for 2nd time after the first time failed) - Resolves: bz#1968519 (Remove all the old 7.0-7.5 machine types) - Resolves: bz#1957194 (Synchronize RHEL-AV 8.5.0 changes to RHEL 9.0.0 Beta) - Resolves: bz#1939509 (QEMU: enable SafeStack) - Resolves: bz#1940132 (QEMU: switch build toolchain to Clang/LLVM) - Resolves: bz#1989841 (RFE: qemu-img cannot convert images into vmdk and vpc formats)
179 lines
6.1 KiB
Diff
179 lines
6.1 KiB
Diff
From a6ab9f3d290c2ff3c2fc0187c69cf8cf69feff40 Mon Sep 17 00:00:00 2001
|
|
From: Eric Blake <eblake@redhat.com>
|
|
Date: Fri, 6 Aug 2021 15:07:47 -0400
|
|
Subject: [PATCH 24/39] iotests: Improve and rename test 291 to qemu-img-bitmap
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
RH-Author: Miroslav Rezanina <mrezanin@redhat.com>
|
|
RH-MergeRequest: 35: Synchronize with RHEL-AV 8.5 release 28 to RHEL 9
|
|
RH-Commit: [1/4] bf400ceb9ef48b81c5f7cade97bc1cbf7bc4842c (mrezanin/centos-src-qemu-kvm)
|
|
RH-Bugzilla: 1957194
|
|
RH-Acked-by: Philippe Mathieu-Daudé <philmd@redhat.com>
|
|
|
|
Enhance the test to demonstrate existing less-than-stellar behavior of
|
|
qemu-img with a qcow2 image containing an inconsistent bitmap: we
|
|
don't diagnose the problem until after copying the entire image (a
|
|
potentially long time), and when we do diagnose the failure, we still
|
|
end up leaving an empty bitmap in the destination. This mess will be
|
|
cleaned up in the next patch.
|
|
|
|
While at it, rename the test now that we support useful iotest names,
|
|
and fix a missing newline in the error message thus exposed.
|
|
|
|
Signed-off-by: Eric Blake <eblake@redhat.com>
|
|
Message-Id: <20210709153951.2801666-2-eblake@redhat.com>
|
|
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
|
|
Reviewed-by: Nir Soffer <nsoffer@redhat.com>
|
|
|
|
(cherry picked from commit 94075c28eea0755173939dfaf1eae688b224a74e)
|
|
Conflicts:
|
|
tests/qemu-iotests/tests/qemu-img-bitmaps.out - commit 8417e1378c not backported
|
|
Signed-off-by: Eric Blake <eblake@redhat.com>
|
|
Signed-off-by: Danilo C. L. de Paula <ddepaula@redhat.com>
|
|
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
|
|
---
|
|
block/dirty-bitmap.c | 2 +-
|
|
.../{291 => tests/qemu-img-bitmaps} | 21 +++++++-
|
|
.../{291.out => tests/qemu-img-bitmaps.out} | 49 ++++++++++++++++++-
|
|
3 files changed, 69 insertions(+), 3 deletions(-)
|
|
rename tests/qemu-iotests/{291 => tests/qemu-img-bitmaps} (87%)
|
|
rename tests/qemu-iotests/{291.out => tests/qemu-img-bitmaps.out} (75%)
|
|
|
|
diff --git a/block/dirty-bitmap.c b/block/dirty-bitmap.c
|
|
index 68d295d6e3..0ef46163e3 100644
|
|
--- a/block/dirty-bitmap.c
|
|
+++ b/block/dirty-bitmap.c
|
|
@@ -193,7 +193,7 @@ int bdrv_dirty_bitmap_check(const BdrvDirtyBitmap *bitmap, uint32_t flags,
|
|
error_setg(errp, "Bitmap '%s' is inconsistent and cannot be used",
|
|
bitmap->name);
|
|
error_append_hint(errp, "Try block-dirty-bitmap-remove to delete"
|
|
- " this bitmap from disk");
|
|
+ " this bitmap from disk\n");
|
|
return -1;
|
|
}
|
|
|
|
diff --git a/tests/qemu-iotests/291 b/tests/qemu-iotests/tests/qemu-img-bitmaps
|
|
similarity index 87%
|
|
rename from tests/qemu-iotests/291
|
|
rename to tests/qemu-iotests/tests/qemu-img-bitmaps
|
|
index 20efb080a6..409c4497a3 100755
|
|
--- a/tests/qemu-iotests/291
|
|
+++ b/tests/qemu-iotests/tests/qemu-img-bitmaps
|
|
@@ -3,7 +3,7 @@
|
|
#
|
|
# Test qemu-img bitmap handling
|
|
#
|
|
-# Copyright (C) 2018-2020 Red Hat, Inc.
|
|
+# Copyright (C) 2018-2021 Red Hat, Inc.
|
|
#
|
|
# This program is free software; you can redistribute it and/or modify
|
|
# it under the terms of the GNU General Public License as published by
|
|
@@ -27,11 +27,13 @@ status=1 # failure is the default!
|
|
_cleanup()
|
|
{
|
|
_cleanup_test_img
|
|
+ _rm_test_img "$TEST_IMG.copy"
|
|
nbd_server_stop
|
|
}
|
|
trap "_cleanup; exit \$status" 0 1 2 3 15
|
|
|
|
# get standard environment, filters and checks
|
|
+cd ..
|
|
. ./common.rc
|
|
. ./common.filter
|
|
. ./common.nbd
|
|
@@ -129,6 +131,23 @@ $QEMU_IMG map --output=json --image-opts \
|
|
|
|
nbd_server_stop
|
|
|
|
+echo
|
|
+echo "=== Check handling of inconsistent bitmap ==="
|
|
+echo
|
|
+
|
|
+# Prepare image with corrupted bitmap
|
|
+$QEMU_IO -c abort "$TEST_IMG" 2>/dev/null
|
|
+$QEMU_IMG bitmap --add "$TEST_IMG" b4
|
|
+$QEMU_IMG bitmap --remove "$TEST_IMG" b1
|
|
+_img_info --format-specific | _filter_irrelevant_img_info
|
|
+echo
|
|
+$QEMU_IMG convert --bitmaps -O qcow2 "$TEST_IMG" "$TEST_IMG.copy" &&
|
|
+ echo "unexpected success"
|
|
+# Bug - even though we failed at conversion, we left a file around with
|
|
+# a bitmap marked as not corrupt
|
|
+TEST_IMG=$TEST_IMG.copy _img_info --format-specific \
|
|
+ | _filter_irrelevant_img_info
|
|
+
|
|
# success, all done
|
|
echo '*** done'
|
|
rm -f $seq.full
|
|
diff --git a/tests/qemu-iotests/291.out b/tests/qemu-iotests/tests/qemu-img-bitmaps.out
|
|
similarity index 75%
|
|
rename from tests/qemu-iotests/291.out
|
|
rename to tests/qemu-iotests/tests/qemu-img-bitmaps.out
|
|
index 23411c0ff4..543b028da6 100644
|
|
--- a/tests/qemu-iotests/291.out
|
|
+++ b/tests/qemu-iotests/tests/qemu-img-bitmaps.out
|
|
@@ -1,4 +1,4 @@
|
|
-QA output created by 291
|
|
+QA output created by qemu-img-bitmaps
|
|
|
|
=== Initial image setup ===
|
|
|
|
@@ -115,4 +115,51 @@ Format specific information:
|
|
[{ "start": 0, "length": 2097152, "depth": 0, "zero": false, "data": true, "offset": OFFSET},
|
|
{ "start": 2097152, "length": 1048576, "depth": 0, "zero": false, "data": false},
|
|
{ "start": 3145728, "length": 7340032, "depth": 0, "zero": false, "data": true, "offset": OFFSET}]
|
|
+
|
|
+=== Check handling of inconsistent bitmap ===
|
|
+
|
|
+image: TEST_DIR/t.IMGFMT
|
|
+file format: IMGFMT
|
|
+virtual size: 10 MiB (10485760 bytes)
|
|
+cluster_size: 65536
|
|
+backing file: TEST_DIR/t.IMGFMT.base
|
|
+backing file format: IMGFMT
|
|
+Format specific information:
|
|
+ bitmaps:
|
|
+ [0]:
|
|
+ flags:
|
|
+ [0]: in-use
|
|
+ [1]: auto
|
|
+ name: b2
|
|
+ granularity: 65536
|
|
+ [1]:
|
|
+ flags:
|
|
+ [0]: in-use
|
|
+ name: b0
|
|
+ granularity: 65536
|
|
+ [2]:
|
|
+ flags:
|
|
+ [0]: auto
|
|
+ name: b4
|
|
+ granularity: 65536
|
|
+ corrupt: false
|
|
+
|
|
+qemu-img: Failed to populate bitmap b0: Bitmap 'b0' is inconsistent and cannot be used
|
|
+Try block-dirty-bitmap-remove to delete this bitmap from disk
|
|
+image: TEST_DIR/t.IMGFMT.copy
|
|
+file format: IMGFMT
|
|
+virtual size: 10 MiB (10485760 bytes)
|
|
+cluster_size: 65536
|
|
+Format specific information:
|
|
+ bitmaps:
|
|
+ [0]:
|
|
+ flags:
|
|
+ name: b0
|
|
+ granularity: 65536
|
|
+ [1]:
|
|
+ flags:
|
|
+ [0]: auto
|
|
+ name: b4
|
|
+ granularity: 65536
|
|
+ corrupt: false
|
|
*** done
|
|
--
|
|
2.27.0
|
|
|