X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/13ab78a6ba36ef69007d62ffa73600defd79972d..1a7c5c627ca9cbbbc13e1c9710bbd6268c59b22a:/lib/config/config.default.yml diff --git a/lib/config/config.default.yml b/lib/config/config.default.yml index 8640e71418..ff48d48f41 100644 --- a/lib/config/config.default.yml +++ b/lib/config/config.default.yml @@ -273,6 +273,7 @@ Clusters: AdminNotifierEmailFrom: arvados@example.com EmailSubjectPrefix: "[ARVADOS] " UserNotifierEmailFrom: arvados@example.com + UserNotifierEmailBcc: {} NewUserNotificationRecipients: {} NewInactiveUserNotificationRecipients: {} @@ -1025,7 +1026,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.