From 676322634585705c2ea20c82e076fcf90b0e1d5b Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 12 May 2020 17:16:54 +0200 Subject: [PATCH] followup log messages nits Signed-off-by: Thomas Lamprecht --- PVE/CLI/pve5to6.pm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/PVE/CLI/pve5to6.pm b/PVE/CLI/pve5to6.pm index 0abb2574..d3ad26a9 100644 --- a/PVE/CLI/pve5to6.pm +++ b/PVE/CLI/pve5to6.pm @@ -356,7 +356,7 @@ sub check_kvm_nested { } sub check_vms_with_uefi { - log_info("Checking VMs with OVMF enabled, which may need manual intervention..."); + log_info("Checking VMs with OVMF enabled and bad efidisk sizes..."); my $vmlist = PVE::QemuServer::vzlist(); @@ -378,12 +378,13 @@ sub check_vms_with_uefi { } if (scalar(@$vms) > 0) { - my $warnmsg = "VMs with OVMF configured and potentially broken EFI disks: \n"; + my $warnmsg = "VMs with OVMF configured and problematic EFI disks: \n"; $warnmsg .= " " . join(',', @$vms); - $warnmsg .= "\nThere may be manual intervention required. See Known upgrade issues for details\n"; + $warnmsg .= "\nThere may be manual intervention required. For details see:\n"; + $warnmsg .= ""; log_warn($warnmsg); } else { - log_pass("No VMs with OVMF and potentially broken EFI disk found."); + log_pass("No VMs with OVMF and problematic efidisk found."); } } -- 2.39.2