DIRAC
DIRAC copied to clipboard
DIRAC Grid
Discussed during [BiLD meeting of March 3rd 2022](https://indico.cern.ch/event/1130620/), and before in [BiLD meeting of 11/11/21](https://indico.cern.ch/event/1092190/) (see also [slides from 12](https://docs.google.com/presentation/d/1Cmn7nb7FSTPZkU2DC2tFYedmZEDm6ZCz_Gu7rTtELT0/edit#slide=id.gd869edefc8_0_166)) we agreed on moving to a configuration in which there...
BEGINRELEASENOTES *Resources NEW: occupancy plugin for pure xroot storages ENDRELEASENOTES
It can be a week delay, but in general we don't see why we should keep them.
If a user get a new certificate regstered in VOMS, it is properly added to the DIRAC CS. But if one of the two CERTIFICATE is remove from VOMS, it...
We had a single case of a user that had as new certificate a DN with spaces between each component. DIRAC would clearly not survive that. There was a change...
There isn't an easy way to get a list of storage elements filtered by VO they support. The DMSHelpers `__init__()` takes a VO parameter, however it is only used to...
```python SSLTransport.py::test_simpleMessage[M2-M2] FAILED [100%] =================================== FAILURES ===================================________ test_simpleMessage[M2-M2] ___________________________ create_serverAndClient = (, )answer """ serv, client = create_serverAndClient > serverAnswer = ping_server(client) client = ET.private.Transports.test.Test_SSLTransport.DummyServiceReactor object at 0x7fd43ed8cac0>, )s/test/Test_SSLTransport.py:204: _...
Currently, the [Watchdog](https://github.com/DIRACGrid/DIRAC/blob/integration/src/DIRAC/WorkloadManagementSystem/JobWrapper/Watchdog.py) seems to compute the "[time left](https://github.com/DIRACGrid/DIRAC/blob/integration/src/DIRAC/WorkloadManagementSystem/JobWrapper/Watchdog.py#L792)" based on the CPU work, which is the product of the CPUtime that we get from the underlying batch system, which...
Here is a potential issue I discovered running pilots on a SLURM batch system which could batch systems based on wallclock time (when cpu time left depends on real time...
Should be very easy to avoid cases like #4773. Any ideas of other things that this job should check? Maybe existence/formatting of release notes?