mirror of
https://git.proxmox.com/git/qemu-server
synced 2026-01-04 15:50:36 +00:00
qm agent: pass command as second required argument
usage: qm agent <vmid> <command>
This commit is contained in:
parent
788a6a35da
commit
ee2ff074b1
@ -553,7 +553,7 @@ our $cmddef = {
|
||||
|
||||
monitor => [ __PACKAGE__, 'monitor', ['vmid']],
|
||||
|
||||
agent => [ "PVE::API2::Qemu", 'agent', ['vmid'],
|
||||
agent => [ "PVE::API2::Qemu", 'agent', ['vmid', 'command'],
|
||||
{ node => $nodename }, $print_agent_result ],
|
||||
|
||||
mtunnel => [ __PACKAGE__, 'mtunnel', []],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user