lvm2: Update to version 2.03.23

Message ID 20240123112647.8800-6-adolf.belka@ipfire.org
State Staged
Commit ad06db0aca745d4169222b2def2c2b9db8e172ad
Headers
Series lvm2: Update to version 2.03.23 |

Commit Message

Adolf Belka Jan. 23, 2024, 11:26 a.m. UTC
  - Update from version 2.03.22 to 2.03.23
- Update of rootfile not required
- Changelog
    2.03.23
	  Set the first lv_attr flag for raid integrity images to i or I.
	  Add -A option for pvs and pvscan to show PVs outside devices file.
	  Improve searched_devnames temp file usage to prevent redundant scanning.
	  Change default search_for_devnames from auto to all.
	  Add lvmdevices --refresh to search for missing PVIDs on all devices.
	  Add comparison between old and new entries in lvmdevices --check.
	  Fix device_id matching order - match non-devname first.
	  Fix "lvconvert -m 0" when there is other than first in-sync leg.
	  Use system.devices as default for dmeventd when dmeventd.devices is undefined.
	  Accept WWIDs containing QEMU HARDDISK for device_id.
	  Improve handling of non-standard WWID prefixes used for device_id.
	  Configure automatically enables cmdlib for dmeventd and notify-dbus for dbus.
	  Fix hint calculation for pools with zero or error segment.
	  Configure supports --disable-shared to build only static binaries.
	  Configure supports --without-{blkid|systemd|udev} for easier static build.
	  Refresh device ids if the system changes.
	  Fix pvmove when specifying raid components as moved LVs.
	  Enhance error detection for lvm_import_vdo.
	  Support PV lists with thin lvconvert.
	  Fix support for lvm_import_vdo with SCSI VDO volumes.
	  Fix locking issue leading to hanging concurrent vgchange --refresh.
	  Recognize lvm.conf report/headings=2 for full column names in report headings.
	  Add --headings none|abbrev|full cmd line option to set report headings type.
	  Fix conversion to thin pool using lvmlockd.
	  Fix conversion from thick into thin volume using lvmlockd.
	  Require writable LV for conversion to vdo pool.
	  Fix return value from lvconvert integrity remove.
	  Preserve UUID for pool metadata spare.
	  Preserve UUID for swapped pool metadata.
	  Rewrite validation of device name entries used as device_id.

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

Patch

diff --git a/lfs/lvm2 b/lfs/lvm2
index 7dedadcac..4e8cf6614 100644
--- a/lfs/lvm2
+++ b/lfs/lvm2
@@ -1,7 +1,7 @@ 
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2023  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2024  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,7 +24,7 @@ 
 
 include Config
 
-VER        = 2.03.22
+VER        = 2.03.23
 
 THISAPP    = LVM2.$(VER)
 DL_FILE    = $(THISAPP).tgz
@@ -40,7 +40,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 79bbea84bd82f111c1bb5de336e6a9f1368b2c9e43f075dccaa90c7746a364259ad278adf650379eca75f2803ed74e74dd372be2cca8518462182657f96a0033
+$(DL_FILE)_BLAKE2 = 00d215d395d92fa23743fc77d91a6bd14df29bc4fb334e1e8c4deb8d34007bfdb4e188821ec1789b5f0bca39fe944923050e401ddae0d25e4932cffb109a0dda
 
 install : $(TARGET)