* [pve-devel] [PATCH manager] pve8to9: lvm autoactivation: rephrase misleading message and fix typo
@ 2025-08-05 7:42 Friedrich Weber
0 siblings, 0 replies; only message in thread
From: Friedrich Weber @ 2025-08-05 7:42 UTC (permalink / raw)
To: 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 <f.weber@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
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-08-05 7:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-08-05 7:42 [pve-devel] [PATCH manager] pve8to9: lvm autoactivation: rephrase misleading message and fix typo Friedrich Weber
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.