Skip to content

Conversation

alex-rg
Copy link

@alex-rg alex-rg commented Sep 2, 2025

Some sites have distinct local and remote storage infrastructure (e.g. use different endpoints for uploads from WNs and transfers from external sites). DIRAC already support local endpoint via "Access" parameter (can be set to local). However, currently in case of a failure SE operation will fall back to remote protocols, which can be undesirable (e.g. if it can create race conditions between uploads via local and remote endpoints). To address the problem, we introduce "remoteonly" value for the Access parameter, which acts similarly to "remote" but prevents fallbacks to the protocol in local context.

BEGINRELEASENOTES
NEW: support "remoteonly" value for the Access protocol parameter
ENDRELEASENOTES

Alexander Rogovskiy added 2 commits September 2, 2025 16:24
It's the same as "remote", but prevents using the protocol in local context (e.g. to upload data from some site's WNs to the local SE). This may be useful for sites with different storage infrastructure for local and remote transfers.
@fstagni fstagni requested review from chaen and removed request for atsareg, fstagni and andresailer September 2, 2025 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant