- Update from version 2.03.33 to 2.03.35
- Update of rootfile
- Changelog
2.03.35
Fix unlocking devices file only after all PVs are processed.
Avoid creating system.devices when deleting entries.
Fix existing issues with persistent reservations.
Fix possible report output format inconsistencies while processing
PVs.
Allow report options for pv/vg/lvdisplay only if used with
-C|--columns.
Fix vgsplit failing to split a VG with RAID+integrity or cache with
cachevol.
Fix --lockopt handling in lvmlockd when --nolocking is used.
Optimize dmeventd when remonitoring active devices.
2.03.34
Support dmeventd restart when there are no monitored devices.
Dmeventd no longer calls 'action commands' on removed devices.
Fix reader of VDO metadata on 32bit architecture.
Fix lvmdevices --deldev/--delpvid to error out if devices file not
writeable.
Fix lvresize corruption in LV->crypt->FS stack if near crypt min size
limit.
Enhanced lvresize -r support for btrfs.
Use glibc standard functions htoX, Xtoh functions for endian
conversion.
Fix structure copying within sanlock's release_rename().
Fix autoactivation on top of loop dev PVs to trigger once for change
uevents.
Add lvmlockd --lockopt repair to reinitialize corrupted sanlock
leases.
Fix support for lvcreate -T --setautoactivation.
Add lvm.conf global/lvresize_fs_helper_executable.
Enable lvm to use persistent reservations on a VG.
Signed-off-by: Adolf Belka <[email protected]>
---
config/rootfiles/common/lvm2 | 2 ++
lfs/lvm2 | 4 ++--
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/config/rootfiles/common/lvm2 b/config/rootfiles/common/lvm2
index bd1329e54..a71ac8be8 100644
--- a/config/rootfiles/common/lvm2
+++ b/config/rootfiles/common/lvm2
@@ -35,6 +35,7 @@ usr/sbin/lvmconfig
usr/sbin/lvmdevices
usr/sbin/lvmdiskscan
usr/sbin/lvmdump
+usr/sbin/lvmpersist
usr/sbin/lvmsadc
usr/sbin/lvmsar
usr/sbin/lvreduce
@@ -99,6 +100,7 @@ usr/sbin/vgsplit
#usr/share/man/man8/lvmdevices.8
#usr/share/man/man8/lvmdiskscan.8
#usr/share/man/man8/lvmdump.8
+#usr/share/man/man8/lvmpersist.8
#usr/share/man/man8/lvmsadc.8
#usr/share/man/man8/lvmsar.8
#usr/share/man/man8/lvreduce.8
diff --git a/lfs/lvm2 b/lfs/lvm2
index fd67dd59e..8fa0dc1b6 100644
--- a/lfs/lvm2
+++ b/lfs/lvm2
@@ -24,7 +24,7 @@
include Config
-VER = 2.03.33
+VER = 2.03.35
THISAPP = LVM2.$(VER)
DL_FILE = $(THISAPP).tgz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 =
89a5f4c338cae4196edf815820819e71a6d4211bdaa447ba6e71100469261d9f0d4071a70502b53e6734a8f857771a73efc9de62644b09363a807c2fa9562829
+$(DL_FILE)_BLAKE2 =
f1612a98de3bc9080a514acefc1c9c057e9b2e6915ee6b6755c809eaec960e87f35f67d48ef7e5ef2ccd8f79203af7ef41a43e5318f024159bbef91906097730
install : $(TARGET)
--
2.51.0