Merge branch '18094-update-uuid-endpoint-removal' into main. Closes #18094
[arvados.git] / lib / config / config.default.yml
index eb05c22fd7bd0250647b296fab31f5cbe569e113..ff48d48f411e025a9dcefd30dea47219699441fa 100644 (file)
@@ -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.
@@ -1233,6 +1239,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