From 451fd7eccd17e07555b3544d8ed1dc85f5d67875 Mon Sep 17 00:00:00 2001 From: Lucas Di Pentima Date: Thu, 13 Oct 2022 17:37:56 -0300 Subject: [PATCH] 19582: Enables the new keepstore S3 driver by default, updates documentation. Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima --- doc/admin/upgrading.html.textile.liquid | 6 +++++- lib/config/config.default.yml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/admin/upgrading.html.textile.liquid b/doc/admin/upgrading.html.textile.liquid index a3717e3c56..40f7034c32 100644 --- a/doc/admin/upgrading.html.textile.liquid +++ b/doc/admin/upgrading.html.textile.liquid @@ -29,10 +29,14 @@ TODO: extract this information based on git commit messages and generate changel -h2(#main). development main (as of 2022-09-21) +h2(#main). development main (as of 2022-10-13) "previous: Upgrading to 2.4.3":#v2_4_3 +h3. New keepstore S3 driver enabled by default + +A more actively maintained S3 client library is now enabled by default for keeepstore services. The previous driver is still available for use in case of unknown issues. To use the old driver, set @DriverParameters.UseAWSS3v2Driver@ to @false@ on the appropriate @Volumes@ config entries. + h3. Login-sync script requires configuration update on LoginCluster federations If you have @arvados-login-sync@ running on a satellite cluster, please update the environment variable settings by removing the @LOGINCLUSTER_ARVADOS_API_*@ variables and setting @ARVADOS_API_TOKEN@ to a LoginCluster's admin token, as described on the "updated install page":{{site.baseurl}}/install/install-shell-server.html#arvados-login-sync. diff --git a/lib/config/config.default.yml b/lib/config/config.default.yml index 816d0f99e2..ca54840fd4 100644 --- a/lib/config/config.default.yml +++ b/lib/config/config.default.yml @@ -1495,7 +1495,7 @@ Clusters: RaceWindow: 24h PrefixLength: 0 # Use aws-s3-go (v2) instead of goamz - UseAWSS3v2Driver: false + UseAWSS3v2Driver: true # For S3 driver, potentially unsafe tuning parameter, # intentionally excluded from main documentation. -- 2.30.2