lvm2: Update to version 2.03.42
Commit Message
- 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(-)
@@ -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)