Merge branch '18094-update-uuid-endpoint-removal' into main. Closes #18094
[arvados.git] / lib / config / generated_config.go
index 36a21d4c357165628aa321ef8d97b67c1ea894bd..097396a0ae6095c48622210e2d89262ec20f0e39 100644 (file)
@@ -1032,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.