]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
lvm2: Update to version 2.03.35
authorAdolf Belka <adolf.belka@ipfire.org>
Mon, 15 Sep 2025 17:46:29 +0000 (19:46 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 16 Sep 2025 08:48:28 +0000 (08:48 +0000)
- Update from version 2.03.33 to 2.03.35
- Update of rootfile
- Changelog
    2.03.35
  Fix unlocking devices file only after all PVs are processed.
  Avoid creating system.devices when deleting entries.
  Fix existing issues with persistent reservations.
  Fix possible report output format inconsistencies while processing PVs.
  Allow report options for pv/vg/lvdisplay only if used with -C|--columns.
  Fix vgsplit failing to split a VG with RAID+integrity or cache with cachevol.
  Fix --lockopt handling in lvmlockd when --nolocking is used.
  Optimize dmeventd when remonitoring active devices.
    2.03.34
  Support dmeventd restart when there are no monitored devices.
  Dmeventd no longer calls 'action commands' on removed devices.
  Fix reader of VDO metadata on 32bit architecture.
  Fix lvmdevices --deldev/--delpvid to error out if devices file not writeable.
  Fix lvresize corruption in LV->crypt->FS stack if near crypt min size limit.
  Enhanced lvresize -r support for btrfs.
  Use glibc standard functions htoX, Xtoh functions for endian conversion.
  Fix structure copying within sanlock's release_rename().
  Fix autoactivation on top of loop dev PVs to trigger once for change uevents.
  Add lvmlockd --lockopt repair to reinitialize corrupted sanlock leases.
  Fix support for lvcreate -T --setautoactivation.
  Add lvm.conf global/lvresize_fs_helper_executable.
  Enable lvm to use persistent reservations on a VG.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/common/lvm2
lfs/lvm2

index bd1329e54222825e3e402dc6b133f4dd2a9cd8fa..a71ac8be8e0b64542c14f7d714a6d0198cca7d36 100644 (file)
@@ -35,6 +35,7 @@ usr/sbin/lvmconfig
 usr/sbin/lvmdevices
 usr/sbin/lvmdiskscan
 usr/sbin/lvmdump
+usr/sbin/lvmpersist
 usr/sbin/lvmsadc
 usr/sbin/lvmsar
 usr/sbin/lvreduce
@@ -99,6 +100,7 @@ usr/sbin/vgsplit
 #usr/share/man/man8/lvmdevices.8
 #usr/share/man/man8/lvmdiskscan.8
 #usr/share/man/man8/lvmdump.8
+#usr/share/man/man8/lvmpersist.8
 #usr/share/man/man8/lvmsadc.8
 #usr/share/man/man8/lvmsar.8
 #usr/share/man/man8/lvreduce.8
index fd67dd59e6889fa19c247634e4c6b4c0bc2b3148..8fa0dc1b6ce16c4973fe0d7fa9e8a4db0fa6b449 100644 (file)
--- a/lfs/lvm2
+++ b/lfs/lvm2
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 2.03.33
+VER        = 2.03.35
 
 THISAPP    = LVM2.$(VER)
 DL_FILE    = $(THISAPP).tgz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 89a5f4c338cae4196edf815820819e71a6d4211bdaa447ba6e71100469261d9f0d4071a70502b53e6734a8f857771a73efc9de62644b09363a807c2fa9562829
+$(DL_FILE)_BLAKE2 = f1612a98de3bc9080a514acefc1c9c057e9b2e6915ee6b6755c809eaec960e87f35f67d48ef7e5ef2ccd8f79203af7ef41a43e5318f024159bbef91906097730
 
 install : $(TARGET)