On the front-end of bamboo I can acess both CVMFS and acanas:
(bamboo)-[delislel@login1 ~]$ ls /acanas
biagetti biosc brunetti celen dpnc-test ehret hpc-exchange m-BioinfoSupport murrayry sagon seijo test-astro tonolla wengery
(bamboo)-[delislel@login1 ~]$ ls /cvmfs/singularity.galaxyproject.org/
1 2 3 a all b c d e f g h i j k l m n o p q r s t u v w x y z
But in compute nodes I cannot:
(bamboo)-[delislel@login1 ~]$ salloc
salloc: Granted job allocation 294958
salloc: Nodes cpu001 are ready for job
(bamboo)-[delislel@cpu001 ~]$ ls /acanas
(bamboo)-[delislel@cpu001 ~]$ ls /acanas/m-BioinfoSupport
ls: cannot access '/acanas/m-BioinfoSupport': No such file or directory
(bamboo)-[delislel@cpu001 ~]$ ls /cvmfs/singularity.galaxyproject.org/
Thanks
PS: this is the cause of RStudio open on demand fail on bamboo (because it mounts /acanas/m-BioinfoSupport).