From: Tom Clegg Date: Thu, 14 Apr 2022 18:41:57 +0000 (-0400) Subject: 18992: Document how to use local keepstores with HPC dispatch. X-Git-Tag: 2.5.0~202^2~1 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/817394edfcffb0f80e0a40e979e3027469bd9652 18992: Document how to use local keepstores with HPC dispatch. Arvados-DCO-1.1-Signed-off-by: Tom Clegg --- diff --git a/lib/config/config.default.yml b/lib/config/config.default.yml index 6512389815..e60880c217 100644 --- a/lib/config/config.default.yml +++ b/lib/config/config.default.yml @@ -969,15 +969,25 @@ Clusters: # A zero value disables this feature. # # In order for this feature to be activated, no volume may use - # AccessViaHosts, and each volume must have Replication higher - # than Collections.DefaultReplication. If these requirements are - # not satisfied, the feature is disabled automatically - # regardless of the value given here. + # AccessViaHosts, and no writable volume may have Replication + # lower than Collections.DefaultReplication. If these + # requirements are not satisfied, the feature is disabled + # automatically regardless of the value given here. # - # Note that when this configuration is enabled, the entire - # cluster configuration file, including the system root token, - # is copied to the worker node and held in memory for the - # duration of the container. + # When an HPC dispatcher is in use (see SLURM and LSF sections), + # this feature depends on the operator to ensure an up-to-date + # cluster configuration file (/etc/arvados/config.yml) is + # available on all compute nodes. If it is missing or not + # readable by the crunch-run user, the feature will be disabled + # automatically. To read it from a different location, add a + # "-config=/path/to/config.yml" argument to + # CrunchRunArgumentsList above. + # + # When the cloud dispatcher is in use (see CloudVMs section) and + # this configuration is enabled, the entire cluster + # configuration file, including the system root token, is copied + # to the worker node and held in memory for the duration of the + # container. LocalKeepBlobBuffersPerVCPU: 1 # When running a dedicated keepstore process for a container