Signed-off-by: Christoph Heiss <[email protected]>
---
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
_______________________________________________
pve-devel mailing list
[email protected]
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel