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
NOAA's security posture prevents direct copying of data from external "untrusted" sources in the usual fashion. This means moving data from certain places will require performing the transfer in multiple "hops".
For example, to move data from an untrusted source to Hera:
Copy the data from the untrusted host to niagara:///collab1/data_unstrusted/...
Copy the data from niagara:///collab1/data_unstrusted/... to hera://scratch2/...
or
Copy the data from the untrusted host tohera:///scratch2/data_untrusted/...
Copy the data from hera:///scratch2/data_untrusted/... to hera://scratch2/...
It is not clear how to tell Parsl to perform the multi-hop transfer automatically.
This capability is now available as a GlobusFlow (two-stage-transfer). But it needs testing. And we need to understand how best to serve this Flow to users building NWP workflows.
The text was updated successfully, but these errors were encountered:
NOAA's security posture prevents direct copying of data from external "untrusted" sources in the usual fashion. This means moving data from certain places will require performing the transfer in multiple "hops".
For example, to move data from an untrusted source to Hera:
niagara:///collab1/data_unstrusted/...
niagara:///collab1/data_unstrusted/...
tohera://scratch2/...
or
hera:///scratch2/data_untrusted/...
hera:///scratch2/data_untrusted/...
tohera://scratch2/...
It is not clear how to tell Parsl to perform the multi-hop transfer automatically.
This capability is now available as a GlobusFlow (two-stage-transfer). But it needs testing. And we need to understand how best to serve this Flow to users building NWP workflows.
The text was updated successfully, but these errors were encountered: