mirror of
git://git.proxmox.com/git/qemu-server.git
synced 2025-01-21 18:03:56 +03:00
qm: rename 'ga' command group to 'guest'
https://pve.proxmox.com/pipermail/pve-devel/2018-July/033010.html Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
a489dd9c81
commit
34e4c0aa6c
@ -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],
|
||||
|
Loading…
x
Reference in New Issue
Block a user