[arvados] updated: 2.1.0-2549-g885f39ff7

git repository hosting git at public.arvados.org
Wed May 25 15:05:34 UTC 2022


Summary of changes:
 .../config_examples/single_host/single_hostname/pillars/arvados.sls    | 3 +++
 1 file changed, 3 insertions(+)

       via  885f39ff7e3919cb9b63a587fccba2e363368073 (commit)
      from  0152714fbaae387661b858ca1b761b9409ccf803 (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 885f39ff7e3919cb9b63a587fccba2e363368073
Author: Ward Vandewege <ward at curii.com>
Date:   Wed May 25 11:04:56 2022 -0400

    Disable LocalKeepBlobBuffersPerVCPU on the single node installer
    development config, Keep uses /tmp here.
    
    refs #18983
    
    Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>

diff --git a/tools/salt-install/config_examples/single_host/single_hostname/pillars/arvados.sls b/tools/salt-install/config_examples/single_host/single_hostname/pillars/arvados.sls
index 21bb2c45a..ec51fe590 100644
--- a/tools/salt-install/config_examples/single_host/single_hostname/pillars/arvados.sls
+++ b/tools/salt-install/config_examples/single_host/single_hostname/pillars/arvados.sls
@@ -125,6 +125,9 @@ arvados:
         DriverParameters:
           Root: /tmp
 
+    Containers:
+      LocalKeepBlobBuffersPerVCPU: 0
+
     Users:
       NewUsersAreActive: true
       AutoAdminFirstUser: true

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list