From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) by lore.proxmox.com (Postfix) with ESMTPS id E16A21FF16F for ; Tue, 5 Aug 2025 09:40:55 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 61E963F8FE; Tue, 5 Aug 2025 09:42:27 +0200 (CEST) From: Friedrich Weber To: pve-devel@lists.proxmox.com Date: Tue, 5 Aug 2025 09:42:05 +0200 Message-ID: <20250805074220.28307-1-f.weber@proxmox.com> X-Mailer: git-send-email 2.47.2 MIME-Version: 1.0 X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1754379725178 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.011 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record URIBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [pve8to9.pm] Subject: [pve-devel] [PATCH manager] pve8to9: lvm autoactivation: rephrase misleading message and fix typo X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Proxmox VE development discussion Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pve-devel-bounces@lists.proxmox.com Sender: "pve-devel" Currently, the message implies that *disabling* autoactivation might cause issues, which is not the case. While at it, fix a minor typo. Signed-off-by: Friedrich Weber --- PVE/CLI/pve8to9.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PVE/CLI/pve8to9.pm b/PVE/CLI/pve8to9.pm index bb0dc94d..5784701a 100644 --- a/PVE/CLI/pve8to9.pm +++ b/PVE/CLI/pve8to9.pm @@ -1822,7 +1822,7 @@ sub check_lvm_autoactivation { ? "Some affected volumes are on shared LVM storages, which has known issues (Bugzilla" . " #4997). Disabling autoactivation for those is strongly recommended!" : "All volumes with autoactivations reside on local storage, where this normally does" - . " not causes any issues."; + . " not cause any issues."; $_log->( "Starting with PVE 9, autoactivation will be disabled for new LVM/LVM-thin guest" . " volumes. This system has some volumes that still have autoactivation enabled. " @@ -1832,7 +1832,7 @@ sub check_lvm_autoactivation { . "\n"); } else { log_pass( - "No volumes were found that could potentially have issues due to the disabling of LVM autoactivation." + "No volumes were found that could potentially have issues due to enabled LVM autoactivation." ); } -- 2.47.2 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel