[arvados] updated: 2.7.0-37-g014f114d11

git repository hosting git at public.arvados.org
Wed Dec 6 21:14:40 UTC 2023


Summary of changes:
 doc/admin/upgrading.html.textile.liquid | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

       via  014f114d110580f89ffb28a794ba09d57ea63fd7 (commit)
      from  1dd06b9c849b4cf20b6f21e6004d5b11234cf348 (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 014f114d110580f89ffb28a794ba09d57ea63fd7
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Wed Dec 6 16:14:02 2023 -0500

    Update upgrading notes, refs #21089
    
    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 3e7428eb17..faa8c0631d 100644
--- a/doc/admin/upgrading.html.textile.liquid
+++ b/doc/admin/upgrading.html.textile.liquid
@@ -28,10 +28,16 @@ TODO: extract this information based on git commit messages and generate changel
 <div class="releasenotes">
 </notextile>
 
-h2(#2_7_1). v2.7.1 (2023-11-29)
+h2(#2_7_1). v2.7.1 (2023-12-07)
 
 "previous: Upgrading to 2.7.0":#v2_7_0
 
+h3. Separate configs for MaxConcurrentRequests and MaxConcurrentRailsRequests
+
+The default configuration value @API.MaxConcurrentRequests@ (the number of concurrent requests that will be processed by a single instance of an arvados service process) is raised from 8 to 64.
+
+A new configuration key @API.MaxConcurrentRailsRequests@ (default 8) limits the number of concurrent requests processed by a RailsAPI service process.
+
 h3. Check implications of Containers.MaximumPriceFactor 1.5
 
 When scheduling a container, Arvados now considers using instance types other than the lowest-cost type consistent with the container's resource constraints. If a larger instance is already running and idle, or the cloud provider reports that the optimal instance type is not currently available, Arvados will select a larger instance type, provided the cost does not exceed 1.5x the optimal instance type cost.
@@ -42,12 +48,6 @@ h3. Synchronize keepstore and keep-balance upgrades
 
 The internal communication between keepstore and keep-balance about read-only volumes has changed. After keep-balance is upgraded, old versions of keepstore will be treated as read-only. We recommend upgrading and restarting all keepstore services first, then upgrading and restarting keep-balance.
 
-h3. Separate configs for MaxConcurrentRequests and MaxConcurrentRailsRequests
-
-The default configuration value @API.MaxConcurrentRequests@ (the number of concurrent requests that will be processed by a single instance of an arvados service process) is raised from 8 to 64.
-
-A new configuration key @API.MaxConcurrentRailsRequests@ (default 8) limits the number of concurrent requests processed by a RailsAPI service process.
-
 h2(#v2_7_0). v2.7.0 (2023-09-21)
 
 "previous: Upgrading to 2.6.3":#v2_6_3

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list