Skip to main content

rucio-atropos

usage: rucio-atropos [-h] [--run-once] [--dry-run] [--threads THREADS]
[--grace-period GRACE_PERIOD] [--date-check DATE_CHECK]
[--unlock-rules] [--spread-period SPREAD_PERIOD]
[--purge-replicas] [--sleep-time SLEEP_TIME]

The Atropos Daemon is responsible for the deletion of rules with expired
eol_at (end the life at), according to the Lifetime Model. Once the rule is
deleted, the replicas covered by the rule will not be protected anymore and
eventually, will be deleted by another daemon.

optional arguments:
-h, --help show this help message and exit
--run-once Runs one loop iteration
--dry-run Dry run mode
--threads THREADS Concurrency control: number of threads
--grace-period GRACE_PERIOD
Grace period for the rules. In seconds !!!
--date-check DATE_CHECK
Date when the lifetime model will be applied. Cannot
be used for a date in the future if dry-run is not
enabled
--unlock-rules Automatically unlock affected rules
--spread-period SPREAD_PERIOD
Set the rules to randomly expire over a period (in
seconds). Uses a uniform distribution
--purge-replicas Set the replicas to be deleted instead of secondarised
--sleep-time SLEEP_TIME
Concurrency control: thread sleep time after each
chunk of work