You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @DrDaveD,
I'm trying to set up singcvmfs on LUMI to make it as usable as possible.
Basic CVMFS operations work: I can list CMSSW releases from CVMFS, create a working area, run local workflows, etc.
Now I'm trying to get grid/voms proxies to work :-)
When CVMFS is available, the container images used by CMS bind-mount the grid certificates and voms configuration from /cvmfs/grid.cern.ch:
cvmfsexec can't currently do it but I'm planning on making a similar tool called bindexec that allows exactly that and is based on the cvmfsexec implementation. You're the third person to express a desire for that functionality. See also #100 (comment).
Hi @DrDaveD,
I'm trying to set up
singcvmfs
on LUMI to make it as usable as possible.Basic CVMFS operations work: I can list CMSSW releases from CVMFS, create a working area, run local workflows, etc.
Now I'm trying to get grid/voms proxies to work :-)
When CVMFS is available, the container images used by CMS bind-mount the grid certificates and voms configuration from
/cvmfs/grid.cern.ch
:Attempting a similar approach with
singcvmfs
reasonably fails:Trying to bind-mount once the container is running also fails:
So, is there a way to achieve the same effect with
singcvmfs
?The text was updated successfully, but these errors were encountered: