From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Zxh9V3xRXz348N for ; Tue, 13 May 2025 16:03:58 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Zxh9P0yw9z33gd for ; Tue, 13 May 2025 16:03:53 +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 4Zxh9M2CJbz6VP; Tue, 13 May 2025 16:03:51 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1747152231; 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=Q9Z48iKuXZ28KvP+u0w49KOFs4XwwpX/uZnqiEX2fC0=; b=6kLsAWfa1wUQeb5VRVjnzBDjhqO5V+o3AiSedrnoLW/HZSlxciaHiOlIm6nTR17T+c5Ir0 yiJ0aEkwqaFv1zAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1747152231; 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=Q9Z48iKuXZ28KvP+u0w49KOFs4XwwpX/uZnqiEX2fC0=; b=JQ7fkwNidmnczgnydb75KEQupQrhAD/bxFwPIBqZDa/2fZCLYBXLDSS5rUQyh07W1Bg/xS VMe8x2l3+5gX5reXpVrz4F+nr8O3niEljo2P6AS6a1TK3H/Rh8myUqPhbgqXWSp9YbRis6 s/ebc7RwkPOAHSoC4Ev+3xt+EHrGRgylepexCcAyDGewhbemwspFvAor55oAZ2xFOq/IkT 35sWWFYub0mYjXDlRxQ+0F+W+ejDpv6O/82GocuyKh2UDuijIbez3oiZ9bMGsN+JNZCKHC FsLTlu6Mquo07H+ZJikXFONHMHGlmHjMu5YmRe9gbFCV/XJlUb3FG9J9SvS/rA== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] lvm2: Update to version 2.03.32 Date: Tue, 13 May 2025 18:03:41 +0200 Message-ID: <20250513160343.2096670-9-adolf.belka@ipfire.org> In-Reply-To: <20250513160343.2096670-1-adolf.belka@ipfire.org> References: <20250513160343.2096670-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.31 to 2.03.32 - Update of rootfile not required - Changelog 2.03.32 Lvconvert vdopool conversion propperly validates acceptable LVs. Accept thin pool data LV as cachable LV. Allow using zram block devices (likely for testing). Fix lvresize when resizing COW snapshots already covering origin. Fix lvmdbusd read of executed lvm commands output. Fix construction of DM UUID for cachevol _cdata and _cmeta devices. Ignore PV claims from old metadata when then PV belongs to a new VG. Fix integrity metadata rounding. Accept --autobackup option in pvresize. Signed-off-by: Adolf Belka --- lfs/lvm2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/lvm2 b/lfs/lvm2 index 8ed124537..6a283b65a 100644 --- a/lfs/lvm2 +++ b/lfs/lvm2 @@ -24,7 +24,7 @@ include Config -VER = 2.03.31 +VER = 2.03.32 THISAPP = LVM2.$(VER) DL_FILE = $(THISAPP).tgz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 1f60fbafff8cbc62a2c19be0a95faf97aa68a6ed3e3e077209248e29d621f6a2b55f4e9039cae80abd4a6fab152bf0a6b6b8d613a2c150363d493c7c5dc7fe6f +$(DL_FILE)_BLAKE2 = ad5c7c171659557a8b2c537cdb3bd1dea9927274e861cfee7a32b9845f69564621dcf04ca055439429497f51334fe0725724b767e5dba2faf8bd943a3f66f327 install : $(TARGET) -- 2.49.0