From 34e4c0aa6c1394faa8fde44929ef9b5c7b64d38d Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 12 Jul 2018 14:44:50 +0200 Subject: [PATCH] qm: rename 'ga' command group to 'guest' https://pve.proxmox.com/pipermail/pve-devel/2018-July/033010.html Signed-off-by: Thomas Lamprecht --- PVE/CLI/qm.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/CLI/qm.pm b/PVE/CLI/qm.pm index e44698d8..76fda4dc 100755 --- a/PVE/CLI/qm.pm +++ b/PVE/CLI/qm.pm @@ -887,7 +887,7 @@ our $cmddef = { agent => [ "PVE::API2::Qemu::Agent", 'agent', ['vmid', 'command'], { node => $nodename }, $print_agent_result ], - ga => { + guest => { passwd => [ "PVE::API2::Qemu::Agent", 'set-user-password', [ 'vmid', 'username' ], { node => $nodename }], exec => [ __PACKAGE__, 'exec', [ 'vmid', 'extra-args' ], { node => $nodename }, $print_agent_result], 'exec-status' => [ "PVE::API2::Qemu::Agent", 'exec-status', [ 'vmid', 'pid' ], { node => $nodename }, $print_agent_result], -- 2.39.5