lvm2: Update to version 2.03.42

Message ID 20260809213007.3446185-3-adolf.belka@ipfire.org
State Staged
Commit 987a6be411cfc2098e335e3cd28c5ec9c754bde4
Headers
Series lvm2: Update to version 2.03.42 |

Commit Message

Adolf Belka 9 Aug 2026, 9:30 p.m. UTC
- Update from version 2.03.41 to 2.03.42
- No change in rootfile
- Changelog
2.03.42
  Add `--lockopt retries=N` to lvmlockd.
  Add `--lockopt removeretry=SECONDS` to lvmlockd to retry vgremove.
  Use lockd_lv lock probes for pvmove holder availability in shared VGs.
  Auto-revert metadata when initial pvmove mirror activation fails.
  Refuse activation of pvmove-locked LV when pvmove runs on another node.
  Allow pvmove --abort without args when using lvmlockd.
  Add cluster lock lifecycle for pvmove LV in shared VGs.
  Add support for pvmove in a shared VG.
  Allow lvremove -f to remove pvmove-locked LVs after interrupted pvmove.
  Handle active pvmove during vgchange -an with force flags.
  Fix pvmove completion to use suspend+resume for DM table reload.
  Fix deactivation cascade during active pvmove.
  Support inactive LVs in pvmove with metadata-only mirror insertion.
  Kill orphaned polling process on pvmove --abort.
  Support formatting vdo volumes with kernel vdo target (version >= 9.2).
  Fix VDO index_memory_size_mb quantization and report minimum required pool size.
  Add vdo_format.c with pre-format logical size computation for kernel format.
  Add --enable-asan/--enable-tsan to build with sanitizer options.
  Mirror cleans orphaned missing DM nodes on image removal.
  Splitcache deactivates individually activated component.
  Fix memleak in vgimportclone and vg_write_commit_bad_mdas().
  Fix autoactivation on top of MD and loop devices if udev db records incomplete.
  Make MD device ready state check in udev to be in sync with MD udev rules.

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 e7a065e1b..3d8ce3d25 100644
--- a/lfs/lvm2
+++ b/lfs/lvm2
@@ -24,7 +24,7 @@ 
 
 include Config
 
-VER        = 2.03.41
+VER        = 2.03.42
 
 THISAPP    = LVM2.$(VER)
 DL_FILE    = $(THISAPP).tgz
@@ -40,7 +40,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 17dccb4ac2f171bb3ca1d6a542845aebb4690aed5e56aa644b4b42ad5ff085e55f222da3035b28199dd19788b8554ad311f5df14e325c6c4289881b5ee23ecb7
+$(DL_FILE)_BLAKE2 = 1eaa2ab5867adf37e9a8fb62b46d0b79568bf344d5d4ea2e785477a5f1099b8a61443e29dfc3baa4e4bcb5166815fda921a5cf8d2459878fe2e020b0a267c36f
 
 install : $(TARGET)