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
Currently, zstash creates a tarball first, and then tries to transfer it to a Globus endpoint, if --hpss option is set to a Globus URL. It usually takes several minutes to create a default-size tarball, and then zstash exits if Globus endpoints are not activated. Zstash should check if --hpss points to a Globus URL and tries to get a Globus token and verify if Globus endpoints are activated before it starts creating tarballs.
The text was updated successfully, but these errors were encountered:
lukaszlacinski
changed the title
Check Globus tokens and endpoints before creating tarball
Check Globus tokens and endpoints before creating tarballs
Dec 13, 2021
This would be nice to have at some point, but we can live with what we have for now.
For new users, we should tell them to first do a small test transfer for the initial configuration to take place. For subsequent transfers, they should make sure to activate nodes first before starting zstash.
@forsyth2 : are you planning to update the documentation?
@forsyth2 : are you planning to update the documentation?
@golaz Do you mean for this issue? @lukaszlacinski included documentation updates in #154. If you want to include your suggestion for new users now, it would probably be best to include that in #154 too.
Currently, zstash creates a tarball first, and then tries to transfer it to a Globus endpoint, if --hpss option is set to a Globus URL. It usually takes several minutes to create a default-size tarball, and then zstash exits if Globus endpoints are not activated. Zstash should check if --hpss points to a Globus URL and tries to get a Globus token and verify if Globus endpoints are activated before it starts creating tarballs.
The text was updated successfully, but these errors were encountered: