Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support more CVMFS paths #10

Open
duncanmmacleod opened this issue Oct 27, 2022 · 0 comments
Open

Support more CVMFS paths #10

duncanmmacleod opened this issue Oct 27, 2022 · 0 comments

Comments

@duncanmmacleod
Copy link

Currently stashcp will check locally against /cvmfs/stash.osgstorage.org to see if CVMFS already has the file:

func download_cvmfs(sourceFile string, destination string, payload *payloadStruct) (int64, error) {
//Check if file is available in cvfms
var cvmfs_file string = path.Join("/cvmfs/stash.osgstorage.org", sourceFile)

Is it reasonable to add more CVMFS repository paths to that list to support other uses (e.g. IGWN)?

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

No branches or pull requests

1 participant