Mario Lassnig
Mario Lassnig
Motivation ---------- When getting rid of a rule, e.g., with: `RUCIO_ACCOUNT=ddmadmin rucio update-rule --stuck --lifetime 0 --cancel-requests 9DBC493B5157409DB77273C515E1A878` and it takes too long to cancel the requests, it will fail...
Motivation ---------- The RPG scripts currently run cron'ified and take care of some of the more important dataflows. RPG thus takes over some of the functionality that cannot be expressed...
Motivation ---------- It's impossible to figure out if rucio-clients are hanging due to external libraries (e.g., libgfal.so). Make the client forcefully kill -9 itself upon repeated presses of CTRL-C.
Motivation ---------- To help tape systems with colocation, we will pass two metadata hints per file: `storage_class`:`` as a single value, and `group_hints`:`['', .... , '']` as an ordered list...
Motivation ---------- https://github.com/rucio/rucio/issues/5443
Motivation ---------- Currently we explicitly require `bp.before_request(request_auth_env)` for each call that requires authentication. We should flip this around and make that the default, and instead introduce something like `bp.before_request(no_request_auth_env_necessary)` on...
Motivation ---------- Right now this feature is hardcoded to a few hostnames used by ATLAS R&Ds. Implement a more generic way to deal with exception lists for XCache prefix handling,...
Motivation ---------- - [ ] Default alembic.ini location should not be main rucio directory, but should point to etc/alembic.ini like the rest of the configuration. - [ ] Some hosts...