[pve-devel] [PATCH qemu-server] QemuServer: Fix 'keyboard' parameter description

Dylan Whyte d.whyte at proxmox.com
Mon Apr 25 17:21:38 CEST 2022


The option has not defaulted to using the cluster-wide datacenter.cfg
since 2018.

Signed-off-by: Dylan Whyte <d.whyte at proxmox.com>
---
 PVE/QemuServer.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm
index 1d176165..a1c2cbb5 100644
--- a/PVE/QemuServer.pm
+++ b/PVE/QemuServer.pm
@@ -367,8 +367,8 @@ my $confdesc = {
     keyboard => {
 	optional => 1,
 	type => 'string',
-	description => "Keyboard layout for VNC server. The default is read from the"
-	    ."'/etc/pve/datacenter.cfg' configuration file. It should not be necessary to set it.",
+	description => "Keyboard layout for VNC server. This option is generally not required and"
+        ." is often better handled from within the guest OS.",
 	enum => PVE::Tools::kvmkeymaplist(),
 	default => undef,
     },
-- 
2.30.2






More information about the pve-devel mailing list