DIRAC icon indicating copy to clipboard operation
DIRAC copied to clipboard

DIRAC Grid

Results 195 DIRAC issues
Sort by recently updated
recently updated
newest added

Reminder to remove this workaround from #6882 when we can: https://github.com/DIRACGrid/DIRAC/blob/b76c247a567cfc515b35ae4ba8cd6e183feb2d3a/integration_tests.py#L754

OAuth2

Some additional flexibility will be good to add. 1. Choose InputDataResolution policy according to `jobType` specified in CS. -> Lets say i want only `User` job to use `InputDataByProtocol` and...

We should be able to specify a DIRACOS2 version in SystemAdministrator and Pilot (and keep `latest` as default.

It’s probably worth adding a clear error message for when this situation happens: ``` toffo   v7r3-fixes11 → upstream/integration ↑12 {21}  ❲c❳ dirac-development  ~/Devs/DIRACGrid/DIRAC  ipy Python...

If the job is multi-processor, we should take into account the number of processors when submitting the accounting report. In general, we should start by reporting the number of processors...

Once https://github.com/PyCQA/pylint/issues/8138 is fixed, remove the `no-callable` comment a bit everywhere (including `LHCbDIRAC`)

Currently in LHCb some jobs upload files with invalid GUID's due to the wrong `makeGUID` function being called here: https://github.com/DIRACGrid/DIRAC/blob/ea0facf13c75419772c115338280771b042b401b/Resources/Catalog/PoolXMLFile.py#L48 (opening this issue so I don't forget to fix it)

These two methods should be merged together: https://github.com/DIRACGrid/DIRAC/blob/41c6ed285bd34ab573caa3651f3aa63d6c3df87b/DataManagementSystem/Client/FailoverTransfer.py#L66 https://github.com/DIRACGrid/DIRAC/blob/41c6ed285bd34ab573caa3651f3aa63d6c3df87b/DataManagementSystem/Client/FailoverTransfer.py#L154 They largely overlap, and having them as a single method would allow for more clever retry mechanism. Triggered by https://github.com/DIRACGrid/DIRAC/pull/4699)

Feature request
DMS

Very low priority for me to fix (if ever...) but if you specify the source of the replication in the transformation and that the said source is tape, and you...

Bug
DMS

Dear all, We have an issue with certificates having "sn" and "gn" fields, as in the example below: `/C=DE/O=GridGermany/OU=Max-Planck-Gesellschaft/OU=Max-Planck-Institut fuer Kernphysik/sn=Werner/gn=Felix/CN=Felix Werner` When users issue a proxy with dirac-proxy-init they...