chaen

Results 53 issues of chaen

TLDR: if a Request is canceled when having replicated everything and registered nothing, it ends up being `Processed` in the TS ```python In [2]: ReqClient().getRequestStatus(54974805) Out[2]: {'OK': True, 'Value': 'Canceled',...

See https://github.com/DIRACGrid/DIRAC/blob/dc65764b11d374854f571a3fd9db8087519e16cf/src/DIRAC/Resources/Storage/StorageBase.py#L72-L77

DMS

The error below is due to https://github.com/DIRACGrid/DIRAC/pull/8192 ```python $ dirac-admin-allow-se --AllowRemove Tier1-Archive Traceback (most recent call last): File "/home/chaen/dirac/diracx-project/lhcbdiracx/.pixi/envs/default/bin/dirac-admin-allow-se", line 10, in sys.exit(main()) ^^^^^^ File "/home/chaen/dirac/DIRAC/src/DIRAC/Core/Base/Script.py", line 74, in __call__...