-
Notifications
You must be signed in to change notification settings - Fork 176
DIRAC v6r21
Andre Sailer edited this page Jun 25, 2018
·
9 revisions
PR https://github.com/DIRACGrid/DIRAC/pull/3701 merges the ObjectLoaders and TypeLoaders used in AccountingSystem and MonitoringSystem into a single one. Pay attention in case you use them.
The RequestTaskAgent no longer sets the shifterProxy by default. If you need it you should set it explicitly in the Agent's configuration.
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)