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
For the production submitter configuration, You only have to set
[conveyor]
transfertool = fts3,globus # if you don't need multi-hop between globus and fts3, you can set it to only 'fts3'
the production poller will have
[conveyor]
transfertool = fts3
It's important to not set filter_transfertool for this instances. If you set it to fts3, it will filter out RSEs which don't contain fts3 in their rse attribute transfertool . Alternatively, you can update all your RSEs to have this attribute set correctly. This will be required in a later (major) release of rucio anyway. We should have done t for 1.29, but we forgot about this database migration. (edited)
For the special "globus-conveyor" helm release, you'll set submitter to
[conveyor]
transfertool = globus,fts3 # if you plan to activate multi-hopping later; otherwise set it to 'globus'
filter_transfertool = globus
globus_auth_app = CMSRucioProduction
Check with Radu about configuration. Likely changed a lot since we last looked at this.
The text was updated successfully, but these errors were encountered: