[pve-devel] [PATCH qemu-server] Add qm agent.

Dietmar Maurer dietmar at proxmox.com
Wed Nov 30 12:48:44 CET 2016


sorry, the code below was correct - no need to change.

> > diff --git a/PVE/CLI/qm.pm b/PVE/CLI/qm.pm
> > index a0e0ba5..0599260 100755
> > --- a/PVE/CLI/qm.pm
> > +++ b/PVE/CLI/qm.pm
> > @@ -529,6 +529,8 @@ our $cmddef = {
> >  
> >      monitor  => [ __PACKAGE__, 'monitor', ['vmid']],
> >  
> > +    agent  => [ "PVE::API2::Qemu", 'agent', ['vmid'], { node => $nodename
> > }],
> 
> should be:
> 
> agent  => [ __PACKAGE__, 'agent', ['vmid'], { node => $nodename }],




More information about the pve-devel mailing list