[pve-devel] [PATCH qemu-server 1/3] config: fix OVMF typo in error message

Christoph Heiss c.heiss at proxmox.com
Fri Dec 19 11:54:27 CET 2025


Signed-off-by: Christoph Heiss <c.heiss at proxmox.com>
---
As we translate that string in the UI (see also next patch), this can
lead to this error being untranslated in the UI in certain package
version combinations (i.e. newer qemu-server, older pve-manager). 

Not sure if we consider something like that breaking though, at has
least no functional impact per se.

 src/PVE/QemuConfig.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/PVE/QemuConfig.pm b/src/PVE/QemuConfig.pm
index ad6ce6b0..844ed69a 100644
--- a/src/PVE/QemuConfig.pm
+++ b/src/PVE/QemuConfig.pm
@@ -194,7 +194,7 @@ sub get_backup_volumes {
 
         if ($key =~ m/^efidisk/ && (!defined($conf->{bios}) || $conf->{bios} ne 'ovmf')) {
             $included = 0;
-            $reason = "efidisk but no OMVF BIOS";
+            $reason = "efidisk but no OVMF BIOS";
         }
 
         push @$return_volumes,
-- 
2.51.2





More information about the pve-devel mailing list