]> git.proxmox.com Git - qemu-server.git/commit
add exec(-status) to qm
authorDominik Csapak <d.csapak@proxmox.com>
Tue, 26 Jun 2018 12:15:47 +0000 (14:15 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 11 Jul 2018 08:29:45 +0000 (10:29 +0200)
commit520884deca56f20774a10f6cc6bb965c7b2db284
treebc81bac7082e1dc625d449d8b46e1ff127709a41
parent8efdf41820951ea65c15e538a83766716518460d
add exec(-status) to qm

on the commandline the implementation for exec is a bit different
because there we want (by default) to wait for the result,
as opposed to the api, where it is enough to return the pid and
let the client handle the polling

this behaviour is optional and can be turned off, as well as the
timeout of 30 seconds

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
PVE/CLI/qm.pm