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

If somebody modifies the CS, it is possible that the `diracx` schema does not contain the correct options, so a warning should be triggered. Not a failure, because we do...

In the spirit of https://github.com/DIRACGrid/Pilot/pull/266. This one is optional. If this one is merged, it fully halts all python2 support for pilots. So, we can wait longer before merging. BEGINRELEASENOTES...

So that it can be reused for HPCs with no ARC endpoint.

Add "remoteonly" Access -- similar to "remote" but prevents usage in local context. Can be helpful to prevent race between local/remote endpts. BEGINRELEASENOTES NEW: support "remoteonly" value for the Access...

Currently on the LHCb HLT farm the CE is configured to send SIGUSR1 to the Gaudi processes directly. This has a couple of issues: 1. If there is more than...

This is absolutely not ready, and not even existing. FTS expects to support tokens for tape Q4 25, so implement it while it's fresh in my mind, ready for testing

Problem seen by Juno and LHCb. Current solution is to distribute requests over time directly in the DB: ``` update Request set NotBefore = DATE_ADD(NOW(), INTERVAL FLOOR(RAND() * 3 *...

BEGINRELEASENOTES *Resources CHANGE: wrap up gfal2.stat calls with timeout ENDRELEASENOTES

This is currently not possible as the transformation system calls `getMetadataFields` which is not implemented for the `RucioFileCatalog`. ``` src/DIRAC/TransformationSystem/DB/TransformationDB.py 1708: res = catalog.getMetadataFields() ``` As commented in #8329, it's...

The operations works, but the `Successfull` dict is empty: ``` In [8]: help(fc.setMetadata) In [17]: from rucio.client.client import Client In [18]: from DIRAC.Resources.Catalog.RucioFileCatalogClient import RucioFileCatalogClient In [19]: fc = RucioFileCatalogClient()...