lvm2: Update to version 2.03.37
Commit Message
- Update from version 2.03.36 to 2.03.37
- No change to rootfile
- Changelog
2.03.37
Remove unsupported --blockdevice option from lvscan.
Support output in list mode for all lvmconfig --typeconfig types with --list.
Enhance shutdown performance of daemons using libdaemon.
Update lvmdevices(8).
Add --force option for lvmdevices --update.
Add --listids, --delid, --addid options for manipulation by device_id to
lvmdevices.
Add missing synchronization for vdopool.
Fix deadlock in lvmdbusd on SIGINT in lvm shell mode.
Add VG attr character and pr field for persistent reservation status to vgs.
Fix persistent reservations setting handling in vgmerge, vgsplit and
vgimportclone.
Add missing synchronization while converting cachevols.
Warn on classic snapshot on raid creation and error on activation if missing.
Translate udev device paths in lvmdbusd for test environments.
Use source='udev' in lvmdbusd to monitor processed udev events.
Symlink to /dev nodes when using alternative dev dir to trigger udev.
Avoid passing uninitilized buffer in dmeventd to fix valgrind report.
Improve lvmdbusd matching of udevd reported device paths.
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.36
+VER = 2.03.37
THISAPP = LVM2.$(VER)
DL_FILE = $(THISAPP).tgz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 487acd55d640d9f8265f62165485f6e3d94f3a4378f10e7086aa3bcc1adf0e82b2ae04f9f6a055d26d92554f219143013dc233ee45296437d5b73fd9e96fc150
+$(DL_FILE)_BLAKE2 = 4762ebe827b886c0e72a91c545c8c4fa9c9d1629e987f13d0c52ee41b80444c3c5c8a81a90566ed9bd7b68d67684749a7ad2cc066b20a3fa44eb8466ae0cc82e
install : $(TARGET)