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
LocalSite
{
Tag = Token
}
Resources
{
Computing
{
CEDefaults
{
Tag = /cvmfs/unpacked.cern.ch/
Tag += /cvmfs/cernvm-prod.cern.ch/
Tag += Token
Tag += /cvmfs/lhcbdev.cern.ch/
Tag += /cvmfs/lhcb.cern.ch/
Tag += /cvmfs/lhcb-condb.cern.ch/
}
}
}
In the pilot there are two places that the
Tag
field can be set:/LocalSite/Tag
is set here: https://github.com/DIRACGrid/Pilot/blob/15a0874e520a83243aee2fdcec20a87ccc1328d6/Pilot/pilotCommands.py#L565-L568/Resources/Computing/CEDefaults/Tag
is set here: https://github.com/DIRACGrid/Pilot/blob/15a0874e520a83243aee2fdcec20a87ccc1328d6/Pilot/pilotCommands.py#L680-L681This results in a
pilot.cfg
like:This is then loaded here:
DIRAC/src/DIRAC/Resources/Computing/ComputingElement.py
Lines 140 to 159 in 4b5a821
/LocalSite/Tag
takes priority resulting in the per pilot tags being ignored:Related, it looks like
getCEConfigDict
is buggy and doesn't considerINTEGER_PARAMETERS
/FLOAT_PARAMETERS
/LIST_PARAMETERS
.The text was updated successfully, but these errors were encountered: