From 5b7642b3efca4b2ed2b6742d9fb88f5d412e7feb Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Mon, 8 Jul 2024 17:46:06 -0400 Subject: [PATCH] Synchronize upgrade notes between 2.7 branch and main refs #21947 Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- doc/admin/upgrading.html.textile.liquid | 36 ++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/doc/admin/upgrading.html.textile.liquid b/doc/admin/upgrading.html.textile.liquid index 2a36481023..c3f6e27d20 100644 --- a/doc/admin/upgrading.html.textile.liquid +++ b/doc/admin/upgrading.html.textile.liquid @@ -115,10 +115,44 @@ h3. Check MaxGatewayTunnels config If you use the LSF or Slurm dispatcher, ensure the new @API.MaxGatewayTunnels@ config entry is high enough to support the size of your cluster. See "LSF docs":{{site.baseurl}}/install/crunch2-lsf/install-dispatch.html#MaxGatewayTunnels or "Slurm docs":{{site.baseurl}}/install/crunch2-slurm/install-dispatch.html#MaxGatewayTunnels for details. -h2(#2_7_1). v2.7.1 (2023-12-12) +h2(#v2_7_4). v2.7.4 (2024-07-08) + +"previous: Upgrading to 2.7.3":#v2_7_3 + +Starting from 2.7.4, Arvados no longer supports CentOS. CentOS users should migrate to an Arvados-supported version of Red Hat Enterprise Linux (RHEL), Rocky Linux or AlmaLinux. + +There are no other configuration changes requiring administrator attention in this release. + +h2(#v2_7_3). v2.7.3 (2024-05-24) + +"previous: Upgrading to 2.7.2":#v2_7_2 + +There are no configuration changes requiring administrator attention in this release. + +h2(#v2_7_2). v2.7.2 (2024-04-09) + +"previous: Upgrading to 2.7.1":#v2_7_1 + +h3. Check MaxGatewayTunnels config + +If you use the LSF or Slurm dispatcher, ensure the new @API.MaxGatewayTunnels@ config entry is high enough to support the size of your cluster. See "LSF docs":{{site.baseurl}}/install/crunch2-lsf/install-dispatch.html#MaxGatewayTunnels or "Slurm docs":{{site.baseurl}}/install/crunch2-slurm/install-dispatch.html#MaxGatewayTunnels for details. + +h3. New LSF dispatcher config items MaxRunTimeOverhead and MaxRunTimeDefault + +Now supports configuration parameter @Containers.LSF.MaxRunTimeDefault@ as the default value for @max_run_time@ for containers that do not specify a time limit (using CWL @ToolTimeLimit@). + +Now supports configuration parameter @Containers.LSF.MaxRunTimeOverhead@ so that when @scheduling_constraints.max_run_time@ or @MaxRunTimeDefault@ are non-zero, this adds time to account for crunch-run startup/shutdown overhead. + +h2(#v2_7_1). v2.7.1 (2023-12-12) "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. Remove Workbench1 packages after upgrading the salt installer If you installed a previous version of Arvados with the Salt installer, and you upgrade your installer to upgrade the cluster, you should uninstall the @arvados-workbench@ package from the workbench instance afterwards. -- 2.30.2