Skip to content

Commit

Permalink
Bind /eos/cms folder properly
Browse files Browse the repository at this point in the history
  • Loading branch information
ggonzr committed Sep 16, 2024
1 parent dd00e16 commit 9196d47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mcm/json_layer/request.py
Original file line number Diff line number Diff line change
Expand Up @@ -1444,6 +1444,8 @@ def get_setup_file2(self, for_validation, automatic_validation, threads=None, co
'# Run in singularity container',
'# Mount afs, eos, cvmfs',
'# Mount /etc/grid-security for xrootd',
# Note the following line is also appended to the singularity run command
'APPTAINER_BINDPATH=/afs,/cvmfs,/cvmfs/grid.cern.ch/etc/grid-security:/etc/grid-security,/eos,/etc/pki/ca-trust,/run/user,/var/run/user; '
'singularity run -B /afs -B /eos -B /cvmfs -B /etc/grid-security -B /etc/pki/ca-trust --home $PWD:$PWD /cvmfs/unpacked.cern.ch/registry.hub.docker.com/cmssw/%s $(echo $(pwd)/%s)' % (cms_gen_os, cms_gen_file),
'',
]
Expand Down

0 comments on commit 9196d47

Please sign in to comment.