Feature #24564
Add additional condor requirements to check the fifeuser[1-4] CVMFS repositories if --use_cvmfs_dropbox option is supplied
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
06/25/2020
Due date:
% Done:
0%
Estimated time:
Stakeholders:
Description
It occurs to me that when people start adding --use_cvmfs_dropbox most of them won't add checks that the fifeuser CVMFS repos are actually mounted at the site. For example you should do
--append_condor_requirements='(TARGET.HAS_CVMFS_fifeuser1_opensciencegrid_org==true&&TARGET.HAS_CVMFS_fifeuser2_opensciencegrid_org==true&&TARGET.HAS_CVMFS_fifeuser3_opensciencegrid_org==true&&TARGET.HAS_CVMFS_fifeuser4_opensciencegrid_org==true)'
Perhaps jobsub should just automatically add those requirements when it detects that the user gave the --use_cvmfs_dropbox option.