Skip to main content

rucio-auditor

usage: rucio-auditor [-h] [--nprocs NPROCS] [--rses RSES] [--keep-dumps]
[--delta DELTA]

The auditor daemon is the one responsable for the detection of inconsistencies on storage, i.e.: dark data discovery.

optional arguments:
-h, --help show this help message and exit
--nprocs NPROCS Number subprocess, each subprocess check a fraction of the
DDM Endpoints in sequence (default: 1).
--rses RSES RSEs to check specified as a RSE expression, defaults to
check all the RSEs known to Rucio (default: check all
RSEs).
--keep-dumps Keep RSE and Rucio Replica Dumps on cache (default: False).
--delta DELTA How many days older/newer than the RSE dump must the Rucio
replica dumps be (default: 3).

examples:
# Check all RSEs using only 1 subprocess
rucio-auditor

# Check all SCRATCHDISKs with 4 subprocesses
rucio-auditor --nprocs 4 --rses "type=SCRATCHDISK"

# Check all Tier 2 DATADISKs, except "BLUE_DATADISK" and "RED_DATADISK"
rucio-auditor --rses "tier=1&type=DATADISK\(BLUE_DATADISK|RED_DATADISK)"