[ARVADOS] updated: 1.3.0-845-g3309c3663

Git user git at public.curoverse.com
Wed May 8 20:42:46 UTC 2019


Summary of changes:
 services/nodemanager/doc/ec2.example.cfg | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

       via  3309c3663ccab0e4401384d8e159eb09e9a1670b (commit)
      from  7881bce47e7bce5375778b185f598ba53b6a64c6 (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 3309c3663ccab0e4401384d8e159eb09e9a1670b
Author: Ward Vandewege <wvandewege at veritasgenetics.com>
Date:   Wed May 8 16:39:17 2019 -0400

    Fix unit error in the node manager documentation for EC2.
    
    refs #15199
    
    Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege at veritasgenetics.com>

diff --git a/services/nodemanager/doc/ec2.example.cfg b/services/nodemanager/doc/ec2.example.cfg
index f5329ebe1..3bc905b08 100644
--- a/services/nodemanager/doc/ec2.example.cfg
+++ b/services/nodemanager/doc/ec2.example.cfg
@@ -176,7 +176,7 @@ security_groups = idstring1, idstring2
 # size class (since libcloud does not provide any consistent API for exposing
 # this setting).
 # You may also want to define the amount of scratch space (expressed
-# in GB) for Crunch jobs.  You can also override Amazon's provided
+# in MB) for Crunch jobs.  You can also override Amazon's provided
 # data fields (such as price per hour) by setting them here.
 #
 # Additionally, you can ask for a preemptible instance (AWS's spot instance)
@@ -184,19 +184,22 @@ security_groups = idstring1, idstring2
 # both spot & reserved versions of the same size, you can do so by renaming
 # the Size section and specifying the instance type inside it.
 
+# 100 GB scratch space
 [Size m4.large]
 cores = 2
 price = 0.126
-scratch = 100
+scratch = 100000
 
+# 10 GB scratch space
 [Size m4.large.spot]
 instance_type = m4.large
 preemptible = true
 cores = 2
 price = 0.126
-scratch = 100
+scratch = 10000
 
+# 200 GB scratch space
 [Size m4.xlarge]
 cores = 4
 price = 0.252
-scratch = 100
+scratch = 200000

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list