X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/89f8175850a9279036053b2a6785980a479e08d8..ca6c0353c236d5fc0f829880e845cbd8489ea9ad:/lib/config/config.default.yml diff --git a/lib/config/config.default.yml b/lib/config/config.default.yml index ec32613905..2b474ffdb0 100644 --- a/lib/config/config.default.yml +++ b/lib/config/config.default.yml @@ -1026,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. @@ -1067,7 +1072,7 @@ Clusters: # Shell command to execute on each worker to determine whether # the worker is booted and ready to run containers. It should # exit zero if the worker is ready. - BootProbeCommand: "docker ps -q" + BootProbeCommand: "systemctl is-system-running" # Minimum interval between consecutive probes to a single # worker.