[ARVADOS] updated: c04608e40b971b2fc342db8e5e44817b568a3a4c

Git user git at public.curoverse.com
Tue Mar 14 11:06:46 EDT 2017


Summary of changes:
 doc/install/install-nodemanager.html.textile.liquid | 20 +++++++++++++++++++-
 1 file changed, 19 insertions(+), 1 deletion(-)

       via  c04608e40b971b2fc342db8e5e44817b568a3a4c (commit)
      from  a13833894cda6bc1c872b3eb4215dec5c67aad62 (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 c04608e40b971b2fc342db8e5e44817b568a3a4c
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Tue Mar 14 11:06:43 2017 -0400

    6520: Add node_mem_scaling to documentation.

diff --git a/doc/install/install-nodemanager.html.textile.liquid b/doc/install/install-nodemanager.html.textile.liquid
index d8ead76..88fa1ab 100644
--- a/doc/install/install-nodemanager.html.textile.liquid
+++ b/doc/install/install-nodemanager.html.textile.liquid
@@ -10,7 +10,7 @@ Note: node manager is only required for elastic computing cloud environments.  F
 
 h2. Install
 
-Node manager may run anywhere.  It must be able to communicate with the cluster's SLURM controller using the command line tools @sinfo@, @squeue@ and @scontrol at .
+Node manager may run anywhere, however it must be able to communicate with the cloud provider's APIs, and use the command line tools @sinfo@, @squeue@ and @scontrol@ to communicate with the cluster's SLURM controller.
 
 On Debian-based systems:
 
@@ -98,6 +98,12 @@ boot_fail_after = 1800
 # an Arvados node that hasn't been updated for this long.
 node_stale_after = 14400
 
+# Scaling factor to be applied to nodes' available RAM size. Usually there's a
+# variable discrepancy between the advertised RAM value on cloud nodes and the
+# actual amount available.
+# If not set, this value will be set to 0.95
+node_mem_scaling = 0.95
+
 # File path for Certificate Authorities
 certs_file = /etc/ssl/certs/ca-certificates.crt
 
@@ -246,6 +252,12 @@ poll_stale_after = 600
 # an Arvados node that hasn't been updated for this long.
 node_stale_after = 14400
 
+# Scaling factor to be applied to nodes' available RAM size. Usually there's a
+# variable discrepancy between the advertised RAM value on cloud nodes and the
+# actual amount available.
+# If not set, this value will be set to 0.95
+node_mem_scaling = 0.95
+
 # File path for Certificate Authorities
 certs_file = /etc/ssl/certs/ca-certificates.crt
 
@@ -418,6 +430,12 @@ boot_fail_after = 1800
 # an Arvados node that hasn't been updated for this long.
 node_stale_after = 14400
 
+# Scaling factor to be applied to nodes' available RAM size. Usually there's a
+# variable discrepancy between the advertised RAM value on cloud nodes and the
+# actual amount available.
+# If not set, this value will be set to 0.95
+node_mem_scaling = 0.95
+
 # File path for Certificate Authorities
 certs_file = /etc/ssl/certs/ca-certificates.crt
 

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list