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

bypass S3FS if downloading #187

Merged
merged 1 commit into from
Dec 4, 2024
Merged

bypass S3FS if downloading #187

merged 1 commit into from
Dec 4, 2024

Conversation

ErinWeisbart
Copy link
Member

Was stuck in a situation where I was trying to work off of CPG in 2.2.0_4.2.8 (and erinweisbart:2.2.0rc1_4.2.4) and kept getting an error, possibly something to do with mounting. #186

I haven't tracked down what was causing the error yet, but to get around it by downloading files instead of using S3FS, this change needed to be made to run_worker.py (which it seems should be there regardless to prevent other hypothetical problems because there's no need to try to mount bucket with S3FS if you are downloading your files)

@bethac07
Copy link
Collaborator

bethac07 commented Dec 4, 2024

Yeah, we couldn't do this pre #130 being merged in a post #130 world we can definitely just skip mount entirely.

@ErinWeisbart ErinWeisbart merged commit e870124 into master Dec 4, 2024
@ErinWeisbart ErinWeisbart deleted the dont_mount branch December 4, 2024 17:37
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

Successfully merging this pull request may close these issues.

2 participants