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.30 Date: Wed, 22 Jan 2025 13:43:11 +0100 Message-ID: <20250122124315.14489-8-adolf.belka@ipfire.org> In-Reply-To: <20250122124315.14489-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2823270509570003018==" List-Id: --===============2823270509570003018== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 2.03.28 to 2.03.30 - Update of rootfile not required - Changelog 2.03.30 Lvresize reports origin vdo volume cannot be resized. Support setting reserved_memory|stack of --config cmdline. Fix support for disabling memory locking (2.03.27). Do not extend an LV if FS resize unsupported and '--fs resize' used. Prevent leftover temporary device when converting in use volume to a pool. lvconvert detects early volume in use when converting it to a pool. Handle NVMe with quirk changed WWID not matching WWID in devices file. 2.03.29 Configure --enable/disable-sd-notify to control lvmlockd build with sd-not= ify. Allow test mode when lvmlockd is built without dlm support. Add a note about RAID + integrity synchronization to lvmraid(7) man page. Add a function for running lvconvert --repair on RAID LVs to lvmdbusd. Improve option section of man pages for listing commands ({pv,lv,vg}{s,dis= play}). Fix renaming of raid sub LVs when converting a volume to raid (2.03.28). Fix segfault/VG write error for raid LV lvextend -i|--stripes -I|--stripes= ize. Revert ignore -i|--stripes, -I|--stripesize for lvextend on raid0 LV (2.03= .27). Signed-off-by: Adolf Belka --- lfs/lvm2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/lvm2 b/lfs/lvm2 index 8992ecf16..355691a43 100644 --- a/lfs/lvm2 +++ b/lfs/lvm2 @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2024 IPFire Team = # +# Copyright (C) 2007-2025 IPFire Team = # # = # # 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 = # @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 2.03.28 +VER =3D 2.03.30 =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 c4c64975d39b9f5c8def0ec6a405b6aa158b6646fcc010724dc500= cec7645a2f97b089665615c5fb0b03cd3c528c95f59122900b4f1d08d16364729c38acc10b +$(DL_FILE)_BLAKE2 =3D 4175f09235cb68064be2da073a499b6a022e98722bae47d63088d8= ee8b8a3f644695cd7de636ffd93c5e66f9cdce33b2a43d29ea527f5015172c6516ecf94e4c =20 install : $(TARGET) =20 --=20 2.48.1 --===============2823270509570003018==--