Skip to content
Snippets Groups Projects
Commit 88cd08aa authored by Guido Trotter's avatar Guido Trotter
Browse files

Add default instance shutdown timeout constant


It reflects the "current" two minutes we give to the instance.

Signed-off-by: default avatarGuido Trotter <ultrotter@google.com>
Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
parent 07b49e41
No related merge requests found
...@@ -315,6 +315,9 @@ BIND_ADDRESS_GLOBAL = "0.0.0.0" ...@@ -315,6 +315,9 @@ BIND_ADDRESS_GLOBAL = "0.0.0.0"
MIN_VG_SIZE = 20480 MIN_VG_SIZE = 20480
DEFAULT_MAC_PREFIX = "aa:00:00" DEFAULT_MAC_PREFIX = "aa:00:00"
LVM_STRIPECOUNT = _autoconf.LVM_STRIPECOUNT LVM_STRIPECOUNT = _autoconf.LVM_STRIPECOUNT
# default maximum instance wait time, in seconds.
DEFAULT_SHUTDOWN_TIMEOUT = 120
# RPC constants # RPC constants
(RPC_ENCODING_NONE, (RPC_ENCODING_NONE,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment