From e2c583d5581ce40d18505d3af4155a85869fe40c Mon Sep 17 00:00:00 2001 From: Santiago Lacalle <33420220+slacalle@users.noreply.github.com> Date: Thu, 25 Mar 2021 12:38:15 +0000 Subject: [PATCH] Remove "/rdsgpfs" "/rdsgpfs" symlink will not be present on all nodes. Without that mount the container creation will fail. --- conf/imperial.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/imperial.config b/conf/imperial.config index f40d92b..eeb98ae 100644 --- a/conf/imperial.config +++ b/conf/imperial.config @@ -27,7 +27,7 @@ executor { singularity { enabled = true autoMounts = true - runOptions = "-B /rds/,/rdsgpfs/,/rds/general/user/$USER/ephemeral/tmp/:/tmp,/rds/general/user/$USER/ephemeral/tmp/:/var/tmp" + runOptions = "-B /rds/,/rds/general/user/$USER/ephemeral/tmp/:/tmp,/rds/general/user/$USER/ephemeral/tmp/:/var/tmp" } process {