18874: Merge branch 'main' from arvados-workbench2.git
[arvados.git] / doc / admin / upgrading.html.textile.liquid
index 9ae8cc9e8d598b4583ed43ba6414103d2bace6aa..32b3bf701cf0f82ad46334ab128e1065303082f7 100644 (file)
@@ -28,11 +28,21 @@ TODO: extract this information based on git commit messages and generate changel
 <div class="releasenotes">
 </notextile>
 
-h2(#main). development main (as of 2023-09-??)
+h2(#main). development main
 
 "previous: Upgrading to 2.7.0":#v2_7_0
 
-h2(#v2_7_0). v2.7.0 (2023-09-??)
+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