From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4d2VRw6JCVz35ZK for ; Thu, 06 Nov 2025 18:03:40 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4d2VRs3pHPz335s for ; Thu, 06 Nov 2025 18:03:37 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4d2VRs2PW9z3Y0; Thu, 06 Nov 2025 18:03:37 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1762452217; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=za41Kv6sF8ODIzVH5j1CbAwknOiWaCf1kBGTsm6cZi4=; b=vNpt6aKtYVZ51k7jqT9H819nWlt7ADjY/OKqoCvwEDEuJjAMl4QxlptelBUfxw9uGxhVI5 ii5JwHNsP8tLKCCQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1762452217; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=za41Kv6sF8ODIzVH5j1CbAwknOiWaCf1kBGTsm6cZi4=; b=vri2X97V6PX41DySBjALGRnbnBgjJ0orCYKuyghvCW9vggwVYpeDUMHQV0IWsWQNb0VnRI EnQ+A/1OPLQ3Z19ovQHiEbbYhIuS2r/EsTK0kuswvXA6adyFhyAtmw+PBn2lfI61RJBhKt 66fqEAatL8LyktbIjZ+ruT/6ll41W5YhwEnHzoVPQCenKT+MIqpe08nZ52cA3npW3DFuaJ i8xZ1pl9CxI9U3QcCNJPRMCI4zTdG6MUujArwmZonOO1M+nN0giJ1QTgXXpv3dQEuUQRkA Yo9bhIuoMsnGDoOMtUiQZold/g1cCdT5PYvPLqB6nK2O80P1Wn8/3Ab1PXP5tA== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] lvm2: Update to version 2.03.36 Date: Thu, 6 Nov 2025 19:03:28 +0100 Message-ID: <20251106180330.3678184-5-adolf.belka@ipfire.org> In-Reply-To: <20251106180330.3678184-1-adolf.belka@ipfire.org> References: <20251106180330.3678184-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit - Update from version 2.03.35 to 2.03.36 - No change to rootfile - Changelog 2.03.36 Fix uninitialized chunk_size_calc_policy in pool parameter functions. Fix approximate allocation for Raid with insufficient extents. Fix race in dmeventd remonitoring optimization (2.03.35). Use -real suffix for pvmove UUID. Add support pvmove segmentation allocation/pvmove_max_segmentation_size_mb. Allow creating _imeta with multiple segments. Fix driver_version() accepts NULL version buffer pointer. Fix invalid free() call in error path of _add_metadata_area_to_pv(). Avoid destroying aio context in forked process. Add lvs -o cache_promotions,cache_promotions fields. Update pvmove logic when moving i.e. raid legs. Display integrity info in lvdisplay. Increase storage size for internal filter chain. Add helper function display_mb_size(). Enhance code for adding and removing integrity to RAID volumes. Add code for basic validation of integrity segment. Use -real private suffix for integrity origin and meta volumes. Use -real private suffix for mirror and raid legs. Detect and use existing XFS quota mount options for lvresize --fs resize. Signed-off-by: Adolf Belka --- lfs/lvm2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/lvm2 b/lfs/lvm2 index 8fa0dc1b6..e76926c9a 100644 --- a/lfs/lvm2 +++ b/lfs/lvm2 @@ -24,7 +24,7 @@ include Config -VER = 2.03.35 +VER = 2.03.36 THISAPP = LVM2.$(VER) DL_FILE = $(THISAPP).tgz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = f1612a98de3bc9080a514acefc1c9c057e9b2e6915ee6b6755c809eaec960e87f35f67d48ef7e5ef2ccd8f79203af7ef41a43e5318f024159bbef91906097730 +$(DL_FILE)_BLAKE2 = 487acd55d640d9f8265f62165485f6e3d94f3a4378f10e7086aa3bcc1adf0e82b2ae04f9f6a055d26d92554f219143013dc233ee45296437d5b73fd9e96fc150 install : $(TARGET) -- 2.51.2