From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] lvm2: Update to version 2.03.22 Date: Mon, 07 Aug 2023 18:45:40 +0200 Message-ID: <20230807164542.3448886-3-adolf.belka@ipfire.org> In-Reply-To: <20230807164542.3448886-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0727091971391206314==" List-Id: --===============0727091971391206314== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 2.03.21 to 2.03.22 - Update of rootfile not required - Changelog 2.03.22 - 02nd August 2023 Fix pv_major/pv_minor report field types so they are integers, not strings. Add lvmdevices --delnotfound to delete entries for missing devices. Always use cachepool name for metadata backup LV for lvconvert --repair. Make metadata backup LVs read-only after pool's lvconvert --repair. Improve VDO and Thin support with lvmlockd. Handle 'lvextend --usepolicies' for pools for all activation variants. Fix memleak in vgchange autoactivation setup. Update py-compile building script. Support conversion from thick to fully provisioned thin LV. Cache/Thin-pool can use error and zero volumes for testing. Individual thin volume can be cached, but cannot take snapshot. Better internal support for handling error and zero target (for testing). Resize COW above trimmed maximal size is does not return error. Support parsing of vdo geometry format version 4. Add lvm.conf thin_restore and cache_restore settings. Handle multiple mounts while resizing volume with a FS. Handle leading/trailing spaces in sys_wwid and sys_serial used by deivce_i= d. Enhance lvm_import_vdo and use snapshot when converting VDO volume. Fix parsing of VDO metadata. Fix failing -S|--select for non-reporting cmds if using LV info/status fie= lds. Allow snapshots of raid+integrity LV. Fix multisegment RAID1 allocator to prevent using single disk for more leg= s. Signed-off-by: Adolf Belka --- lfs/lvm2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/lvm2 b/lfs/lvm2 index 4e2bd6235..7dedadcac 100644 --- a/lfs/lvm2 +++ b/lfs/lvm2 @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 2.03.21 +VER =3D 2.03.22 =20 THISAPP =3D LVM2.$(VER) DL_FILE =3D $(THISAPP).tgz @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 529bc01b3d1ba6207c9ddc95309b39e6293fcd0286334240b9fdc0= 76da0b7bc7e026338ec0243564ec153f2fb5009014149c3f8e0db0cd47a29418af62068728 +$(DL_FILE)_BLAKE2 =3D 79bbea84bd82f111c1bb5de336e6a9f1368b2c9e43f075dccaa90c= 7746a364259ad278adf650379eca75f2803ed74e74dd372be2cca8518462182657f96a0033 =20 install : $(TARGET) =20 --=20 2.41.0 --===============0727091971391206314==--