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

Add local override #56

Merged
merged 5 commits into from
May 12, 2020
Merged

Add local override #56

merged 5 commits into from
May 12, 2020

Conversation

agraubert
Copy link
Collaborator

This allows files to be downloaded by worker nodes outside of the NFS.
Added two new localizer arguments:

  • localizer.local_download_dir: Where canine temporary disks will be downloaded. {download_dir}/{disk_name}/. Defaults to /mnt/canine-local-downloads/{random string}
  • localizer.temporary_disk_type: Either 'standard' or 'ssd'. Controls type of disk that gets provisioned. If set to None, then disks will not be provisioned. Downloads are saved to the local download dir without mounting a new disk there

Closes #55

@agraubert agraubert added the enhancement New feature or request label Apr 10, 2020
@agraubert agraubert added this to Testing/In Review in Features via automation Apr 10, 2020
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.1%) to 59.58% when pulling bf0b26b on local_download into f1c1cd9 on master.

@agraubert agraubert merged commit d283629 into master May 12, 2020
Features automation moved this from Testing/In Review to Done May 12, 2020
@julianhess julianhess deleted the local_download branch September 2, 2020 19:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Features
  
Done
Development

Successfully merging this pull request may close these issues.

local override
2 participants