[pve-devel] [PATCH manager] pve8to9: lvm autoactivation: rephrase misleading message and fix typo
Friedrich Weber
f.weber at proxmox.com
Tue Aug 5 09:42:05 CEST 2025
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 <f.weber at proxmox.com>
---
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
More information about the pve-devel
mailing list