You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TLDR: OSDF transfers are not going to work on LDG clusters (still fine on OSG for now) unless we get a new pegasus release, or one uses an older version of stashcp (e.g. through singularity images).
We have a potential problem with OSDF transfers that may hit us soon. If transferring a frame file using stashcp, one might do (with the current version) something like this:
ERROR[2025-01-22T07:56:01-08:00] Failure transferring /igwn/ligo/frames/O4/hoft_C00_AR/H1/H-H1_HOFT_C00_AR-137/H-H1_HOFT_C00_AR-1379799472-3664.gwf: unable to determine direction of transfer. Both source and destination are either local or remote
using:
/usr/bin/stashcp --version
Version: 7.12.0
This is a new thing, using an older stashcp (e.g. in the singularity image):
As an addendum to this ... I think we also shouldn't declare that OSDF files are on site=local. Pegasus then seems to think that there is a file URL it can use, which causes additional failures. Can't test this though until we have a new pegasus release because the patch from Mats changes a bit about how OSDF files are handled
TLDR: OSDF transfers are not going to work on LDG clusters (still fine on OSG for now) unless we get a new pegasus release, or one uses an older version of stashcp (e.g. through singularity images).
We have a potential problem with OSDF transfers that may hit us soon. If transferring a frame file using stashcp, one might do (with the current version) something like this:
However, with current releases of pegasus, it will do the following:
which fails with:
using:
This is a new thing, using an older stashcp (e.g. in the singularity image):
the same commang works
There is already a patch to fix this (and support the new client, pelican, by default). This hasn't yet made a release.
The text was updated successfully, but these errors were encountered: