-
Notifications
You must be signed in to change notification settings - Fork 14
Rucio client
Paul Nilsson edited this page Jun 20, 2025
·
1 revision
If the rucio (client or API) is used for file transfers, the pilot expects several rucio environment variables to be set.
- RUCIO_LOCAL_SITE_ID: (e.g. "BNL-ATLAS-OPP"). In ATLAS this is set by the local setup which is sourced before the pilot starts
- RUCIO_ACCOUNT: Typically this would be set to 'pilot' before the pilot starts
- RUCIO_LATITUDE and RUCIO_LONGITUDE: Optional. Only set for VP sites
The pilot itself, sets RUCIO_LOGGING_FORMAT to '%(asctime)s %(levelname)s [%(message)s]'.
See the rucio client documentation for more details.
- Introduction
- Pilot Architecture
- Project Structure
- Pilot Workflows
- Event service
- Metadata
- Signal Handling
- Error Codes
- Containers
- Special Algorithms
- Timing Measurements
- Data Transfers
- Copy Tools
- Direct Access
- Fallback Mechanism in Unified PanDA Queues
- Pilot release procedure