From 6982d0ce5787ca2db93b7a6b091fd01c8e4c9da6 Mon Sep 17 00:00:00 2001 From: Marian Csontos Date: Thu, 13 Jul 2023 11:42:10 +0200 Subject: [PATCH] Additional patches for 9.3.0 lvm2 Resolves: #2212295 #2208039 #2204467 --- lvm2.spec | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/lvm2.spec b/lvm2.spec index fed204d..160c44a 100644 --- a/lvm2.spec +++ b/lvm2.spec @@ -54,7 +54,7 @@ Version: 2.03.21 %if 0%{?from_snapshot} Release: 0.1.20211115git%{shortcommit}%{?dist}%{?rel_suffix} %else -Release: 2%{?dist}%{?rel_suffix} +Release: 3%{?dist}%{?rel_suffix} %endif License: GPLv2 URL: http://sourceware.org/lvm2 @@ -76,6 +76,17 @@ Patch6: 0006-lvreduce-make-_lvseg_get_stripes-handle-integrity-la.patch #Patch7: 0007-toollib-provide-proper-hint-for-referencing-VG-uuid-.patch # BZ 2179430: Patch8: 0008-tests-integrity-snapshots-now-work-on-raid-integrity.patch +# BZ 2212295: +Patch9: 0009-lvresize-fix-multiple-mounts.patch +# BZ 2208039: +Patch10: 0010-device_id-ignore-trailing-underscores-in-t10-wwid-fr.patch +# - 2212968: +Patch11: 0011-device_id-fix-handling-of-non-PV-with-duplicate-seri.patch +# - 2213653: +Patch12: 0012-device_id-ignore-leading-and-trailing-spaces-for-sys.patch +# BZ 2204467: +Patch13: 0013-Fix-multisegment-RAID1-allocator-uses-one-disk-for-b.patch +Patch14: 0014-tests-integrity-caching-ensure-raid-redundancy.patch BuildRequires: make BuildRequires: gcc @@ -703,6 +714,11 @@ An extensive functional testsuite for LVM2. %endif %changelog +* Thu Jul 13 2023 Marian Csontos - 2.03.21-3 +- Fix lvresize fail in case of multiple mountpoints. +- Fix allocator for RAID LVs allocating multiple legs on single device. +- Fix device id handling of WWIDs with trailing spaces. + * Wed May 24 2023 Marian Csontos - 2.03.21-2 - Allow snapshots over raid+integrity LV.