[pve-devel] [PATCH manager 2/2] pve8to9: lvm: fix missing space and remove unnecessary line break
Friedrich Weber
f.weber at proxmox.com
Mon Jul 28 17:10:49 CEST 2025
Signed-off-by: Friedrich Weber <f.weber at proxmox.com>
---
PVE/CLI/pve8to9.pm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/PVE/CLI/pve8to9.pm b/PVE/CLI/pve8to9.pm
index a6ea3f82..d1a5349f 100644
--- a/PVE/CLI/pve8to9.pm
+++ b/PVE/CLI/pve8to9.pm
@@ -1651,8 +1651,7 @@ sub check_lvm_autoactivation {
"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. "
. "$extra\nYou can run the following command to disable autoactivation for existing"
- . "LVM/LVM-thin "
- . "guest volumes:" . "\n\n"
+ . " LVM/LVM-thin guest volumes:\n\n"
. "\t/usr/share/pve-manager/migrations/pve-lvm-disable-autoactivation"
. "\n");
}
--
2.47.2
More information about the pve-devel
mailing list