[pve-devel] applied: [PATCH qemu-server v2 1/2] qm: rename 'ga' command group to 'guest'

Thomas Lamprecht t.lamprecht at proxmox.com
Tue Jul 17 11:46:08 CEST 2018


On 7/12/18 2:49 PM, Thomas Lamprecht wrote:
> https://pve.proxmox.com/pipermail/pve-devel/2018-July/033010.html
> 
> Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
> ---
>  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 e44698d..76fda4d 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],
> 

applied




More information about the pve-devel mailing list