cserf
cserf
Motivation ---------- Some scopes are too big resulting in snapshot too old. DBAs suggested the following improvement : https://its.cern.ch/jira/secure/attachment/307216/RUCIO_ACCOUNTING_change_20220307.txt
Motivation ---------- Transfers : Add the possibility to enable FTS overwrite for the TAPE endpoints
Motivation ---------- Currently when a DID is deleted, it is archived in the `deleted_did` table. The metadata stored in the `dids` are therefore archived, but not the one stored in...
Motivation ---------- If subscriptions are reevaluated when a dataset already contain files, we might want to filter on average file size in the subscription filter
Motivation ---------- Currently subscriptions are evaluated at the creation of a DID. We might want to delay the subscription evaluation at the time the container or dataset is closed. To...
Motivation ---------- Sometimes sign_url is extracted from rse settings (e.g. https://github.com/rucio/rucio/blob/e5d701a555ebdec64d10361523390365a32402a6/lib/rucio/daemons/reaper/reaper.py#L168), sometimes it comes from RSE attribute : (e.g. https://github.com/rucio/rucio/blob/38ec2ecafe436fafbc148176a9ab3244b3815be6/lib/rucio/core/transfer.py#L209) We need to use it in a coherent way (either...
This patch introduce a new bulk_list_files method that is useful for some workflows. The new methods takes a list of dids and return the list of associated files. Closes #5465
Motivation ---------- Add missing permission for set_metadata_bulk
Motivation ---------- Continue making unit tests compatible with non-ATLAS policies
### Description In case of a FTS transfer from a file with a single replica from GCS to a grid site, the conveyor use the source FTS instead of the...