[arvados] updated: 2.6.0-30-g577927085
git repository hosting
git at public.arvados.org
Tue Apr 18 15:14:07 UTC 2023
Summary of changes:
doc/admin/upgrading.html.textile.liquid | 6 +-
...configure-s3-object-storage.html.textile.liquid | 9 -
lib/config/config.default.yml | 2 -
sdk/go/arvados/config.go | 1 -
services/keep-web/s3.go | 52 +-
services/keepstore/s3_volume.go | 1084 --------------------
services/keepstore/s3_volume_test.go | 594 -----------
services/keepstore/s3aws_volume.go | 33 +-
.../multi_host/aws/pillars/arvados.sls | 1 -
9 files changed, 55 insertions(+), 1727 deletions(-)
delete mode 100644 services/keepstore/s3_volume.go
delete mode 100644 services/keepstore/s3_volume_test.go
via 57792708500261a817e6957e65c80c7f798a36e9 (commit)
via f5a90a8dd208596aa8ce8cfd3086bd367b84b147 (commit)
via cefc46389792e233ee5db00da2a22a68e54e0a69 (commit)
from 347c7205cde8e9e969975ea79dca4135e9f2ce5a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 57792708500261a817e6957e65c80c7f798a36e9
Merge: 347c7205c f5a90a8dd
Author: Tom Clegg <tom at curii.com>
Date: Tue Apr 18 11:13:41 2023 -0400
Merge branch '19620-remove-old-s3-driver'
closes #19620
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curii.com>
diff --cc doc/admin/upgrading.html.textile.liquid
index 3527a5c93,026931ed0..02ded1fc4
--- a/doc/admin/upgrading.html.textile.liquid
+++ b/doc/admin/upgrading.html.textile.liquid
@@@ -28,20 -28,14 +28,24 @@@ TODO: extract this information based o
<div class="releasenotes">
</notextile>
- h2(#main). development main (as of 2023-04-17)
-h2(#main). development main (as of 2023-04-06)
++h2(#main). development main (as of 2023-04-18)
-"previous: Upgrading to 2.6.0":#v2_6_0
+"previous: Upgrading to 2.6.1":#v2_6_1
+ h3. UseAWSS3v2Driver option removed
+
+ The old "v1" S3 driver for keepstore has been removed. The new "v2" implementation, which has been the default since Arvados 2.5.0, is always used. The @Volumes.*.DriverParameters.UseAWSS3v2Driver@ configuration key is no longer recognized. If your config file uses it, remove it to avoid warning messages at startup.
+
+h2(#v2_6_1). v2.6.1 (2023-04-17)
+
+"previous: Upgrading to 2.6.0":#v2_6_0
+
+h3. Performance improvement for permission row de-duplication migration
+
+The migration which de-duplicates permission links has been optimized. We recommend upgrading from 2.5.0 directly to 2.6.1 in order to avoid the slow permission de-deplication migration in 2.6.0.
+
+You should still plan for the arvados-api-server package upgrade to take longer than usual due to the database schema update changing the integer id column in each table from 32-bit to 64-bit.
+
h2(#v2_6_0). v2.6.0 (2023-04-06)
"previous: Upgrading to 2.5.0":#v2_5_0
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list