X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6c68141eb50255128cf38b5717b15b16f2a8cdff..56714c8df2f49a5b28ded29402d1af0cb3e45ba1:/services/nodemanager/doc/ec2.example.cfg diff --git a/services/nodemanager/doc/ec2.example.cfg b/services/nodemanager/doc/ec2.example.cfg index 0f9cacad55..024ed2b59b 100644 --- a/services/nodemanager/doc/ec2.example.cfg +++ b/services/nodemanager/doc/ec2.example.cfg @@ -27,6 +27,12 @@ max_poll_time = 300 # information is too outdated. poll_stale_after = 600 +# If Node Manager boots a cloud node, and it does not pair with an Arvados +# node before this long, assume that there was a cloud bootstrap failure and +# shut it down. Note that normal shutdown windows apply (see the Cloud +# section), so this should be shorter than the first shutdown window value. +boot_fail_after = 1800 + # "Node stale time" affects two related behaviors. # 1. If a compute node has been running for at least this long, but it # isn't paired with an Arvados node, do not shut it down, but leave it alone.