]> git.proxmox.com Git - qemu-server.git/commitdiff
qm start: document timeout default
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 15 Jan 2020 16:40:12 +0000 (17:40 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 15 Jan 2020 16:40:12 +0000 (17:40 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/API2/Qemu.pm

index 6ddedd2b1d16f438d3e2aa1ff4b95ef35e4ca28f..89e247729971790629c3da620cd78656dc7d0175 100644 (file)
@@ -1994,6 +1994,7 @@ __PACKAGE__->register_method({
                description => "Wait maximal timeout seconds.",
                type => 'integer',
                minimum => 0,
+               default => 'max(30, vm memory in GiB)',
                optional => 1,
            },
        },