X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/4bdddf57dbfe6565fe7f1a583fc15be4024a21b1..75fbb4eabf0da2fceebf8196bec769e4cbc6547b:/doc/admin/upgrading.html.textile.liquid diff --git a/doc/admin/upgrading.html.textile.liquid b/doc/admin/upgrading.html.textile.liquid index 739a08b5b3..c802098225 100644 --- a/doc/admin/upgrading.html.textile.liquid +++ b/doc/admin/upgrading.html.textile.liquid @@ -30,8 +30,26 @@ TODO: extract this information based on git commit messages and generate changel h2(#main). development main +"previous: Upgrading to 2.7.1":#v2_7_1 + +h3. WebDAV service uses @/var/cache@ for file content + +@keep-web@ now stores copies of recently accessed data blocks in @/var/cache/arvados/keep@ instead of in memory. That directory will be created automatically. The default cache size is 10% of the filesystem size. Use the new @Collections.WebDAVCache.DiskCacheSize@ config to specify a different percentage or an absolute size. + +If the previously supported @MaxBlockEntries@ config is present, remove it to avoid warning messages at startup. + +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) + "previous: Upgrading to 2.7.0":#v2_7_0 +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. + h3. Remove Workbench1 packages and configuration The Workbench1 application has been removed from the Arvados distribution. We recommend the following follow-up steps.