[arvados] updated: 2.4.0-65-gb44e400ed

git repository hosting git at public.arvados.org
Tue May 31 20:01:42 UTC 2022


Summary of changes:
 doc/admin/upgrading.html.textile.liquid                                | 2 +-
 .../config_examples/single_host/single_hostname/pillars/arvados.sls    | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

       via  b44e400ed2d1e1970c70e2df9fb8202d051469a0 (commit)
       via  382ca991df9312feaa9f9c9f2d42f28cc216c537 (commit)
      from  5c30895e663c90a772b17d2a281836534727d6d4 (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 b44e400ed2d1e1970c70e2df9fb8202d051469a0
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

commit 382ca991df9312feaa9f9c9f2d42f28cc216c537
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Tue May 31 15:59:35 2022 -0400

    Add 2.4.1 to upgrading, refs #19017
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/doc/admin/upgrading.html.textile.liquid b/doc/admin/upgrading.html.textile.liquid
index efce633e9..dc20e9128 100644
--- a/doc/admin/upgrading.html.textile.liquid
+++ b/doc/admin/upgrading.html.textile.liquid
@@ -28,7 +28,7 @@ TODO: extract this information based on git commit messages and generate changel
 <div class="releasenotes">
 </notextile>
 
-h2(#main). development main (as of 2022-04-08)
+h2(#v2_4_1). v2.4.1 (2022-06-01)
 
 "previous: Upgrading to 2.4.0":#v2_4_0
 

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list