[ARVADOS] updated: 2.1.0-2148-gb9d619971

Git user git at public.arvados.org
Tue Mar 22 21:06:58 UTC 2022


Summary of changes:
 doc/_includes/_container_scheduling_parameters.liquid | 2 +-
 lib/config/config.default.yml                         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

       via  b9d619971bc10bf4fadf8841085ddaf1ec548dac (commit)
       via  03c43c5986e63cfa753e212677d540d9cb2c7df8 (commit)
      from  603cad6467e3d186c19e0b7092efb7cd716007d0 (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 b9d619971bc10bf4fadf8841085ddaf1ec548dac
Merge: 603cad646 03c43c598
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Tue Mar 22 17:06:41 2022 -0400

    Merge branch '18180-spot-default' refs #18180
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>


commit 03c43c5986e63cfa753e212677d540d9cb2c7df8
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Tue Mar 22 17:04:23 2022 -0400

    18180: Change AlwaysUsePreemptibleInstances: default to false
    
    Add a little more detail to API docs about preemptible scheduling parameter.
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/doc/_includes/_container_scheduling_parameters.liquid b/doc/_includes/_container_scheduling_parameters.liquid
index be046173a..636b6df59 100644
--- a/doc/_includes/_container_scheduling_parameters.liquid
+++ b/doc/_includes/_container_scheduling_parameters.liquid
@@ -11,5 +11,5 @@ Parameters to be passed to the container scheduler (e.g., Slurm) when running a
 table(table table-bordered table-condensed).
 |_. Key|_. Type|_. Description|_. Notes|
 |partitions|array of strings|The names of one or more compute partitions that may run this container. If not provided, the system will choose where to run the container.|Optional.|
-|preemptible|boolean|If true, the dispatcher will ask for a preemptible cloud node instance (eg: AWS Spot Instance) to run this container.|Optional. Default is false.|
+|preemptible|boolean|If true, the dispatcher should use a preemptible cloud node instance (eg: AWS Spot Instance) to run this container.  Whether a preemptible instance is actually used "depends on cluster configuration.":{{site.baseurl}}/admin/spot-instances.html|Optional. Default is false.|
 |max_run_time|integer|Maximum running time (in seconds) that this container will be allowed to run before being cancelled.|Optional. Default is 0 (no limit).|
diff --git a/lib/config/config.default.yml b/lib/config/config.default.yml
index 8bbc33ba0..22e2c58b7 100644
--- a/lib/config/config.default.yml
+++ b/lib/config/config.default.yml
@@ -917,7 +917,7 @@ Clusters:
       #
       # This flag is ignored if no preemptible instance types are
       # configured, and has no effect on top-level containers.
-      AlwaysUsePreemptibleInstances: true
+      AlwaysUsePreemptibleInstances: false
 
       # PEM encoded SSH key (RSA, DSA, or ECDSA) used by the
       # cloud dispatcher for executing containers on worker VMs.

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list