lvm2: Update to version 2.03.31

Message ID 20250318212018.3324141-14-adolf.belka@ipfire.org
State Staged
Commit 4cb0499fb1868f59b1a5bde5be7b2917f147f2f9
Headers
Series lvm2: Update to version 2.03.31 |

Commit Message

Adolf Belka March 18, 2025, 9:20 p.m. UTC
  - Update from version 2.03.30 to 2.03.31
- Update of rootfile not required
- Changelog
    2.03.31
	  Reduce 'mandoc -T lint' reported issues for man pages.
	  Restore support for LVM_SUPPRESS_FD_WARNINGS (2.03.24).
	  Fix uncache and split cache restoring original state of volume.
	  Extend use of lockopt skip to more scenarios.
	  Enhance error path resolving in polling code.
	  Disallow shared activation of LV with CoW snapshot.
	  Fix lvmlockd use in lvremove of CoW snapshot, VDO pool, and uncache.
	  Improve mirror split with opened temporary volumes.
	  Improve pvmove finish with opened temporary volumes.
	  Fix backup limit for devices file, handle over 10,000 files.
	  Ignore reported optimal_io_size not divisible by 4096.
	  Fix busy-loop in config reading when read returned 0.
	  Fix DM cache preserving logic (2.03.28).
	  Improve use of lvmlockd for usecases involving thin volumes and pools.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 lfs/lvm2 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Patch

diff --git a/lfs/lvm2 b/lfs/lvm2
index 355691a43..8ed124537 100644
--- a/lfs/lvm2
+++ b/lfs/lvm2
@@ -24,7 +24,7 @@ 
 
 include Config
 
-VER        = 2.03.30
+VER        = 2.03.31
 
 THISAPP    = LVM2.$(VER)
 DL_FILE    = $(THISAPP).tgz
@@ -40,7 +40,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 4175f09235cb68064be2da073a499b6a022e98722bae47d63088d8ee8b8a3f644695cd7de636ffd93c5e66f9cdce33b2a43d29ea527f5015172c6516ecf94e4c
+$(DL_FILE)_BLAKE2 = 1f60fbafff8cbc62a2c19be0a95faf97aa68a6ed3e3e077209248e29d621f6a2b55f4e9039cae80abd4a6fab152bf0a6b6b8d613a2c150363d493c7c5dc7fe6f
 
 install : $(TARGET)