]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
lvm2: Update to version 2.03.39
authorAdolf Belka <adolf.belka@ipfire.org>
Tue, 7 Apr 2026 15:10:54 +0000 (17:10 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 7 Apr 2026 16:37:28 +0000 (16:37 +0000)
- Update from version 2.03.38 to 2.03.39
- Update of rootfile
- Changelog
    2.03.39
  Support --interval +N to delay first poll in pvmove and lvpoll.
  Add lvmpolld 'cmd' log keyword to enable verbose lvpoll output.
  Add atomic leases using Compare and Write (CAW) to lvmlockd.
  Fix pofile generation to include SOURCES2 binaries and update xgettext options.
  Reject lvreduce of CoW snapshot COW store when it would truncate exception data.
  Skip filesystem resize handling for CoW snapshot COW store LVs in lvresize.
  Fix dmeventd inode fallback to use /dev/dm-X when dm_dir() path is unavailable.
  Use temporary activations for integrity, writecache, thin and VDO pool conv.
  Add activate_lv_temporary() to consolidate LV_TEMPORARY and sync handling.
  Add missing sync in add_mirror_log() and activate_and_wipe_lv_list().
  Propagate bcache _wait_all() failure to bcache_flush() and bcache_invalidate_di().
  Propagate io_getevents() EINTR failure through bcache wait chain to abort I/O.
  Retry io_getevents() on EINTR unless LVM interrupt signal was caught.
  Fix checking error codes from io_destroy() and io_getevents().
  Add lvm-index(7), lvm-categories(7) and lvm-args(7) man pages.
  Show active cache mode in kernel table line with lvs -o kernel_cache_mode.
  Preserve file descriptors with CLOEXEC opened in library constructors.
  Use -Wl,-rpath-link for library linking.
  Switch from use of internal device_mapper library to libdm.
  Refactor libbase radix tree to lib/datastruct.
  Use dm_device_list_equal for DM cache comparison.
  Fix cachevol cmeta/cdata device offsets.
  Fix RAID LV health report to distinguish 'refresh needed' from 'repair needed'.
  Fix vgreduce --removemissing --force infinite loop for raid/mirror snapshot.
  Fix vgsplit to not fail on no active LV on a PV being split to an existing 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 0242549a96c54a12dc79e70ce0eb8c6c87f4d5ff..61da721b17dcd30547e6a142d9ce99ceeddd4a6e 100644 (file)
@@ -74,6 +74,9 @@ usr/sbin/vgs
 usr/sbin/vgscan
 usr/sbin/vgsplit
 #usr/share/man/man5/lvm.conf.5
+#usr/share/man/man7/lvm-args.7
+#usr/share/man/man7/lvm-categories.7
+#usr/share/man/man7/lvm-index.7
 #usr/share/man/man7/lvmautoactivation.7
 #usr/share/man/man7/lvmcache.7
 #usr/share/man/man7/lvmraid.7
index f0384619e471bf8b764fcfa1a8d943acdb0f9312..bc2de39043859bd9d3629eca527db26085654265 100644 (file)
--- a/lfs/lvm2
+++ b/lfs/lvm2
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2025  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2026  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # 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 @@
 
 include Config
 
-VER        = 2.03.38
+VER        = 2.03.39
 
 THISAPP    = LVM2.$(VER)
 DL_FILE    = $(THISAPP).tgz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 2cdec7e7256855ec1d40f690e3b3b2d0538cef275c68bfaa15235b10890f05c4d9e861607fc611e420619e9e07a0dd431b1a0d9258c8ccf4af7a5b772281f33e
+$(DL_FILE)_BLAKE2 = 24dc0f3a07dbd07a808343bb35078b6fe9e0372052c5d58c1d18b525ed23621434accce891d0a9390f9b5bd790c2d67dd22280746aada409e02c7cef9d9fae1f
 
 install : $(TARGET)