X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/444dfb847a5d6eda3a84ef5f4e508703d0634a91..1a7c5c627ca9cbbbc13e1c9710bbd6268c59b22a:/lib/config/generated_config.go diff --git a/lib/config/generated_config.go b/lib/config/generated_config.go index 6fe0c73c59..097396a0ae 100644 --- a/lib/config/generated_config.go +++ b/lib/config/generated_config.go @@ -279,6 +279,7 @@ Clusters: AdminNotifierEmailFrom: arvados@example.com EmailSubjectPrefix: "[ARVADOS] " UserNotifierEmailFrom: arvados@example.com + UserNotifierEmailBcc: {} NewUserNotificationRecipients: {} NewInactiveUserNotificationRecipients: {} @@ -1031,7 +1032,12 @@ Clusters: LSF: # Additional arguments to bsub when submitting Arvados # containers as LSF jobs. - BsubArgumentsList: [] + # + # Note that the default arguments cause LSF to write two files + # in /tmp on the compute node each time an Arvados container + # runs. Ensure you have something in place to delete old files + # from /tmp, or adjust these arguments accordingly. + BsubArgumentsList: ["-o", "/tmp/crunch-run.%J.out", "-e", "/tmp/crunch-run.%J.err"] # Use sudo to switch to this user account when submitting LSF # jobs. @@ -1239,6 +1245,9 @@ Clusters: # If you use multiple storage classes, specify them here, using # the storage class name as the key (in place of "SAMPLE" in # this sample entry). + # + # Further info/examples: + # https://doc.arvados.org/admin/storage-classes.html SAMPLE: # Priority determines the order volumes should be searched