[pve-devel] [PATCH qemu-server] qm: move 'agent' command into 'ga' and add alias
    Dietmar Maurer 
    dietmar at proxmox.com
       
    Wed Jul 11 15:20:33 CEST 2018
    
    
  
unrelated, bu what exactly is 'ga'? Can't we simply call that 'guest-agent'?
> -    agent  => [ "PVE::API2::Qemu::Agent", 'agent', ['vmid', 'command'],
> -		{ node => $nodename }, $print_agent_result ],
> +    agent  => { alias => 'ga cmd' },
>  
>      ga => {
> +	cmd  => [ "PVE::API2::Qemu::Agent", 'agent', ['vmid', 'command'], { node =>
> $nodename }, $print_agent_result ],
    
    
More information about the pve-devel
mailing list