Daemon rucio-dark-reaper¶
The Dark-Reaper daemon is responsible for the deletion of quarantined replicas.
usage: rucio-dark-reaper [-h] [--run-once] [--total-workers TOTAL_WORKERS] [--chunk-size CHUNK_SIZE] [--scheme SCHEME] [--rses RSES [RSES ...]]
                         [--exclude-rses EXCLUDE_RSES] [--include-rses INCLUDE_RSES] [--vos VOS [VOS ...]]
Named Arguments¶
- --run-once
 One iteration only
Default: False
- --total-workers
 Total number of workers per process
Default: 1
- --chunk-size
 Chunk size
Default: 10
- --scheme
 Force the reaper to use a particular protocol, e.g., mock.
- --rses
 List of RSEs
- --exclude-rses
 RSEs expression to exclude RSEs
- --include-rses
 RSEs expression to include RSEs
- --vos
 Optional list of VOs to consider. Only used in multi-VO mode.