[pve-devel] [PATCH qemu-server] qm: move 'agent' command into 'ga' and add alias
Dietmar Maurer
dietmar at proxmox.com
Wed Jul 11 15:28:10 CEST 2018
> On July 11, 2018 at 3:20 PM Dietmar Maurer <dietmar at proxmox.com> wrote:
>
>
> unrelated, bu what exactly is 'ga'? Can't we simply call that 'guest-agent'?
or maybe only 'guest' (if 'guest-agent' is too long).
# qm guest cmd
# qm guest exec
# qm guest password
>
>
> > - 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 ],
>
> _______________________________________________
> 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