[ARVADOS] updated: 1.3.0-2037-gfc0e284de
Git user
git at public.arvados.org
Mon Dec 30 21:28:42 UTC 2019
Summary of changes:
lib/config/generated_config.go | 25 ++++++++++++++++++++++++-
1 file changed, 24 insertions(+), 1 deletion(-)
via fc0e284debae23e88e3e17cd3d7b58966eec6090 (commit)
from 9f4a1c3767bfffed94e90fa6737e58fa13fb5a21 (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 fc0e284debae23e88e3e17cd3d7b58966eec6090
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Mon Dec 30 16:28:04 2019 -0500
Update default config with go generate refs #15572
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/lib/config/generated_config.go b/lib/config/generated_config.go
index 3e58d249b..22c2d5dac 100644
--- a/lib/config/generated_config.go
+++ b/lib/config/generated_config.go
@@ -888,7 +888,6 @@ Clusters:
SAMPLE: true
Driver: s3
DriverParameters:
-
# for s3 driver -- see
# https://doc.arvados.org/install/configure-s3-object-storage.html
IAMRole: aaaaa
@@ -902,6 +901,15 @@ Clusters:
ConnectTimeout: 1m
ReadTimeout: 10m
RaceWindow: 24h
+
+ # For S3 driver, potentially unsafe tuning parameter,
+ # intentionally excluded from main documentation.
+ #
+ # Enable deletion (garbage collection) even when the
+ # configured BlobTrashLifetime is zero. WARNING: eventual
+ # consistency may result in race conditions that can cause
+ # data loss. Do not enable this unless you understand and
+ # accept the risk.
UnsafeDelete: false
# for azure driver -- see
@@ -920,6 +928,21 @@ Clusters:
# for local directory driver -- see
# https://doc.arvados.org/install/configure-fs-storage.html
Root: /var/lib/arvados/keep-data
+
+ # For local directory driver, potentially confusing tuning
+ # parameter, intentionally excluded from main documentation.
+ #
+ # When true, read and write operations (for whole 64MiB
+ # blocks) on an individual volume will queued and issued
+ # serially. When false, read and write operations will be
+ # issued concurrently.
+ #
+ # May possibly improve throughput if you have physical spinning disks
+ # and experience contention when there are multiple requests
+ # to the same volume.
+ #
+ # Otherwise, when using SSDs, RAID, or a shared network filesystem, you
+ # should leave this alone.
Serialize: false
Mail:
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list