-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for prestaging data to a cache
The new `pelican object prestage` command (and the corresponding public APIs) allow a user to trigger the prestaging of data to a specific cache. The prestage itself is not intelligent: it checks to see if a file is already present and, if not, it triggers a full download. Future work may extend this on the Pelican-side so there's a control interface exposed that triggers prestaging without data movement all the way to the client. Includes unit tests and some modest refactoring. Given the current LIGO origins don't have the collections URL set (and I wanted to test it out), this also provides the ability to override the collections URL on the CLI.
- Loading branch information
Showing
12 changed files
with
815 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.