[ARVADOS] updated: 05c4cc66de22d6c4071af69d902f8864b9f2907d
git at public.curoverse.com
git at public.curoverse.com
Mon Nov 16 16:37:19 EST 2015
Summary of changes:
services/nodemanager/doc/azure.example.cfg | 2 +-
services/nodemanager/doc/ec2.example.cfg | 2 +-
services/nodemanager/doc/gce.example.cfg | 10 +++++-----
3 files changed, 7 insertions(+), 7 deletions(-)
via 05c4cc66de22d6c4071af69d902f8864b9f2907d (commit)
from f16505d89d60d3bd5abc04762712f4ddf78e39fe (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 05c4cc66de22d6c4071af69d902f8864b9f2907d
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Mon Nov 16 16:25:48 2015 -0500
5353: Add note that min_nodes boots cheapest nodes.
diff --git a/services/nodemanager/doc/azure.example.cfg b/services/nodemanager/doc/azure.example.cfg
index ef56ce1..bd7d24f 100644
--- a/services/nodemanager/doc/azure.example.cfg
+++ b/services/nodemanager/doc/azure.example.cfg
@@ -8,7 +8,7 @@
#dispatcher = slurm
# Node Manager will ensure that there are at least this many nodes
-# running at all times.
+# running at all times. By default, these will be the cheapest node size.
min_nodes = 0
# Node Manager will not start any compute nodes when at least this
diff --git a/services/nodemanager/doc/ec2.example.cfg b/services/nodemanager/doc/ec2.example.cfg
index 5c882e5..fcbd6a1 100644
--- a/services/nodemanager/doc/ec2.example.cfg
+++ b/services/nodemanager/doc/ec2.example.cfg
@@ -8,7 +8,7 @@
#dispatcher = slurm
# Node Manager will ensure that there are at least this many nodes
-# running at all times.
+# running at all times. By default, these will be the cheapest node size.
min_nodes = 0
# Node Manager will not start any compute nodes when at least this
diff --git a/services/nodemanager/doc/gce.example.cfg b/services/nodemanager/doc/gce.example.cfg
index 2da9c5f..2b12f6c 100644
--- a/services/nodemanager/doc/gce.example.cfg
+++ b/services/nodemanager/doc/gce.example.cfg
@@ -7,21 +7,21 @@
min_nodes = 0
# Node Manager will not start any compute nodes when at least this
-# many are running.
+# running at all times. By default, these will be the cheapest node size.
max_nodes = 8
# Poll compute nodes and Arvados for new information every N seconds.
poll_time = 60
-# Polls have exponential backoff when services fail to respond.
-# This is the longest time to wait between polls.
-max_poll_time = 300
-
# Upper limit on rate of spending (in $/hr), will not boot additional nodes
# if total price of already running nodes meets or exceeds this threshold.
# default 0 means no limit.
max_total_price = 0
+# Polls have exponential backoff when services fail to respond.
+# This is the longest time to wait between polls.
+max_poll_time = 300
+
# If Node Manager can't succesfully poll a service for this long,
# it will never start or stop compute nodes, on the assumption that its
# information is too outdated.
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list