From 5a7f7b99b2442092a53d16caaf88ce850bd9526b Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 15 Jan 2020 17:40:12 +0100 Subject: [PATCH] qm start: document timeout default Signed-off-by: Thomas Lamprecht --- PVE/API2/Qemu.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/PVE/API2/Qemu.pm b/PVE/API2/Qemu.pm index 6ddedd2..89e2477 100644 --- a/PVE/API2/Qemu.pm +++ b/PVE/API2/Qemu.pm @@ -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, }, }, -- 2.39.2