Daemon rucio-conveyor-stager

The conveyor-stager is responsible for issuing staging requests to the tape system.

usage: rucio-conveyor-stager [-h] [--run-once] [--total-threads TOTAL_THREADS] [--bulk BULK] [--group-bulk GROUP_BULK] [--group-policy GROUP_POLICY]
                             [--mock] [--source-strategy SOURCE_STRATEGY] [--exclude-rses EXCLUDE_RSES] [--include-rses INCLUDE_RSES]
                             [--rses RSES [RSES ...]] [--vos VOS [VOS ...]] [--activities ACTIVITIES [ACTIVITIES ...]] [--sleep-time SLEEP_TIME]
                             [--retry-other-fts]

Named Arguments

--run-once

One iteration only

Default: False

--total-threads

Concurrency control: total number of threads per process

Default: 1

--bulk

Bulk control: number of requests

Default: 100

--group-bulk

Group control: number of requests per group

Default: 1

--group-policy

Group control: policy used to group. enum{rule, dest, src_dest, rule_src_dest}

Default: “rule”

--mock

Fake source replicas for requests

Default: False

--source-strategy

Source strategy. Overload the strategy defined in config DB.

--exclude-rses

RSE expression to exclude

--include-rses

RSE expression to include

--rses

Explicit list of RSEs to include

--vos

Optional list of VOs to consider. Only used in multi-VO mode.

--activities

Explicit list of activities to include

--sleep-time

Seconds to sleep if few requests

Default: 600

--retry-other-fts

retry on a different FTS

Default: False