Skip to main content

rucio-rse-decommissioner

usage: rucio-rse-decommissioner [-h] [--run-once] [--sleep-time SLEEP_TIME]

RSE-Decommissioner is a daemon that clears RSEs scheduled for decommissioning.
The actual operations (e.g. just delete all replicas, move the replicas to
specific RSEs, etc.) that are performed on the RSEs depend on the
"decommissioning profile", which must be specified for each RSE through RSE
attributes.

optional arguments:
-h, --help show this help message and exit
--run-once One iteration only.
--sleep-time SLEEP_TIME
Concurrency control: thread sleep time after each
chunk of work

To mark an RSE for decommissioning
----------------------------------

Clearing with the generic "delete all" profile:

$ rucio-admin rse set-attribute --rse MOCK_RSE --key decommission --value profile=generic_delete

Clearing with the generic "move all" profile:

$ rucio-admin rse set-attribute --rse MOCK_RSE --key decommission --value profile=generic_move,destination=ANOTHER_RSE