[ARVADOS] updated: 55e78d1096d8a76b77911bcb1561412cda7ffb8a
git at public.curoverse.com
git at public.curoverse.com
Wed Nov 18 09:52:50 EST 2015
Summary of changes:
services/nodemanager/doc/azure.example.cfg | 7 +++++--
services/nodemanager/doc/ec2.example.cfg | 7 +++++--
services/nodemanager/doc/gce.example.cfg | 7 +++++--
3 files changed, 15 insertions(+), 6 deletions(-)
via 55e78d1096d8a76b77911bcb1561412cda7ffb8a (commit)
from d01d6bdf901b49e8856e199a131fb263f98b370e (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 55e78d1096d8a76b77911bcb1561412cda7ffb8a
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Wed Nov 18 09:52:46 2015 -0500
5353: Update comment about min_nodes and node size.
diff --git a/services/nodemanager/doc/azure.example.cfg b/services/nodemanager/doc/azure.example.cfg
index bd7d24f..0b5f1d3 100644
--- a/services/nodemanager/doc/azure.example.cfg
+++ b/services/nodemanager/doc/azure.example.cfg
@@ -7,8 +7,11 @@
# through SLURM before shutting them down.
#dispatcher = slurm
-# Node Manager will ensure that there are at least this many nodes
-# running at all times. By default, these will be the cheapest node size.
+# Node Manager will ensure that there are at least this many nodes running at
+# all times. If node manager needs to start new idle nodes for the purpose of
+# satisfying min_nodes, it will use the cheapest node type. However, depending
+# on usage patterns, it may also satisfy min_nodes by keeping alive some
+# more-expensive nodes
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 fcbd6a1..1c33bfd 100644
--- a/services/nodemanager/doc/ec2.example.cfg
+++ b/services/nodemanager/doc/ec2.example.cfg
@@ -7,8 +7,11 @@
# through SLURM before shutting them down.
#dispatcher = slurm
-# Node Manager will ensure that there are at least this many nodes
-# running at all times. By default, these will be the cheapest node size.
+# Node Manager will ensure that there are at least this many nodes running at
+# all times. If node manager needs to start new idle nodes for the purpose of
+# satisfying min_nodes, it will use the cheapest node type. However, depending
+# on usage patterns, it may also satisfy min_nodes by keeping alive some
+# more-expensive nodes
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 2b12f6c..06fcdff 100644
--- a/services/nodemanager/doc/gce.example.cfg
+++ b/services/nodemanager/doc/gce.example.cfg
@@ -2,8 +2,11 @@
# All times are in seconds unless specified otherwise.
[Daemon]
-# Node Manager will ensure that there are at least this many nodes
-# running at all times.
+# Node Manager will ensure that there are at least this many nodes running at
+# all times. If node manager needs to start new idle nodes for the purpose of
+# satisfying min_nodes, it will use the cheapest node type. However, depending
+# on usage patterns, it may also satisfy min_nodes by keeping alive some
+# more-expensive nodes
min_nodes = 0
# Node Manager will not start any compute nodes when at least this
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list