DIRAC v6r20p7 - DIRACGrid/DIRAC GitHub Wiki
TransformationSystem (v6r20p5)
RequestTaskAgent
The RequestTaskAgent no longer sets the shifterProxy by default. If you need it you should set it explicitly in the Agent's configuration. The previously used value was shifterProxy=DataManager
MultiVO Support for WorkflowTaskAgent and RequestTaskAgent
If these agents are running without any shifterProxy they will be able to submit Jobs or Requests for multiple VOs. Each job or request will belong to the person that created the transformation. More information can be found in
- PR: https://github.com/DIRACGrid/DIRAC/pull/3723/
- Issue: https://github.com/DIRACGrid/DIRAC/issues/3695
- the documentation https://dirac.readthedocs.io/en/integration/AdministratorGuide/Systems/Transformation/index.html#multi-vo-configuration (once the PR was merged)
TransformationSystem (v6r20p7)
TransformationCleaningAgent
The default value for the shifterProxy (DataManager) as removed. By default the agent now uses the author of the transformation for cleanup to enable easy multi VO support.