X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/d3716fbfea120893e1a23915c5f9bcb7ca96c371..eb8850ab27ddfb0fc2e393e6b687394348078ca3:/doc/install/crunch2/install-compute-node-singularity.html.textile.liquid diff --git a/doc/install/crunch2/install-compute-node-singularity.html.textile.liquid b/doc/install/crunch2/install-compute-node-singularity.html.textile.liquid index 1c9e0674ab..9f1e6a8990 100644 --- a/doc/install/crunch2/install-compute-node-singularity.html.textile.liquid +++ b/doc/install/crunch2/install-compute-node-singularity.html.textile.liquid @@ -32,15 +32,19 @@ This page describes how to configure a compute node so that it can be used to ru {% include 'install_packages' %} +{% include 'install_cuda' %} + h2(#singularity). Set up Singularity -Follow the "Singularity installation instructions":https://sylabs.io/guides/3.7/user-guide/quick_start.html. Make sure @singularity@ and @mksquashfs@ are working: +Follow the "Singularity installation instructions":https://sylabs.io/guides/latest/user-guide/quick_start.html. Note that while the latest stable version is normally expected to be compatible, Arvados is currently tested with singularity 3.10.4. + +Make sure @singularity@ and @mksquashfs@ are working:
$ singularity version
-3.7.4
+singularity-ce version 3.10.4-dirty
 $ mksquashfs -version
-mksquashfs version 4.3-git (2014/06/09)
+mksquashfs version 4.4 (2019/08/29)
 [...]
 
@@ -54,20 +58,3 @@ Then update @Containers.RuntimeEngine@ in your cluster configuration: {% include 'singularity_mksquashfs_configuration' %} - -h2(#singularity_loop_device_errors). Singularity loop device errors - -With singularity v3.9.1 and earlier, containers may fail intermittently at startup with an error message similar to the following in the container log's @stderr.txt@ (line breaks added): - - -
FATAL:   container creation failed:
- mount /proc/self/fd/3->/usr/local/var/singularity/mnt/session/rootfs error:
- while mounting image /proc/self/fd/3:
- failed to find loop device:
- could not attach image file to loop device:
- failed to set loop flags on loop device:
- resource temporarily unavailable
-
-
- -This has been fixed in the latest development version of singularity, but not in the latest released version (v3.9.1) as of this writing. For details, please see "Arvados issue #18489":https://dev.arvados.org/issues/18489 and "singularity PR #458":https://github.com/sylabs/singularity/pull/458.