20318: Add install/upgrade notes about /var/cache.
[arvados.git] / doc / admin / upgrading.html.textile.liquid
index 48f8659dc755f194705083e94d42f8fd09c77b19..7b8c20fdf9eaba632b0554dea7be38f5f30f560b 100644 (file)
@@ -30,6 +30,16 @@ 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.
+
+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