Closed vkuznet closed 2 years ago
The following query:
dasgoclient -query="file dataset=/SingleMu/Run2012D-ZMu-15Apr2014-v1/RAW-RECO run=206574 site=T2_CH_CERN"
tries CMSWEB url to place Rucio request, it can be fixed with RUCIO_URL
RUCIO_URL=http://cms-rucio.cern.ch ./dasgoclient -query="file dataset=/SingleMu/Run2012D-ZMu-15Apr2014-v1/RAW-RECO run=206574 site=T2_CH_CERN"
Therefore, I need to adjust setup of Rucio URL in combined plugin (outside of Rucio maps).
The following query:
tries CMSWEB url to place Rucio request, it can be fixed with RUCIO_URL
Therefore, I need to adjust setup of Rucio URL in combined plugin (outside of Rucio maps).