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

Dietmar Maurer dietmar at proxmox.com
Fri Jul 13 08:19:27 CEST 2018


+1

> On July 12, 2018 at 2:49 PM Thomas Lamprecht <t.lamprecht at proxmox.com> 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],
> -- 
> 2.18.0
> 
> 
> _______________________________________________
> pve-devel mailing list
> pve-devel at pve.proxmox.com
> https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel




More information about the pve-devel mailing list