[arvados] created: 2.7.0-5090-gebbb591d0d
git repository hosting
git at public.arvados.org
Thu Oct 26 14:55:32 UTC 2023
at ebbb591d0d68e10934e3c8132b24b12a70daaf99 (commit)
commit ebbb591d0d68e10934e3c8132b24b12a70daaf99
Author: Lucas Di Pentima <lucas.dipentima at curii.com>
Date: Thu Oct 26 11:54:42 2023 -0300
21125: Updates S3 PrefixLength to 3, adding a warning note.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima at curii.com>
diff --git a/tools/salt-install/config_examples/multi_host/aws/pillars/arvados.sls b/tools/salt-install/config_examples/multi_host/aws/pillars/arvados.sls
index 84df363c2e..af4734d12c 100644
--- a/tools/salt-install/config_examples/multi_host/aws/pillars/arvados.sls
+++ b/tools/salt-install/config_examples/multi_host/aws/pillars/arvados.sls
@@ -152,6 +152,11 @@ arvados:
Bucket: __KEEP_AWS_S3_BUCKET__
IAMRole: __KEEP_AWS_IAM_ROLE__
Region: __KEEP_AWS_REGION__
+ # IMPORTANT: The default value for PrefixLength is 0, and should not
+ # be changed once the cluster is in use. For new installations it's
+ # recommended to set it to 3 for better performance.
+ # See: https://doc.arvados.org/install/configure-s3-object-storage.html
+ PrefixLength: 3
Users:
NewUsersAreActive: true
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list