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

feat: minimize Singularity bind paths #85

Open
uniqueg opened this issue Feb 5, 2024 · 0 comments
Open

feat: minimize Singularity bind paths #85

uniqueg opened this issue Feb 5, 2024 · 0 comments
Labels
future will not be fixed for NOW

Comments

@uniqueg
Copy link
Member

uniqueg commented Feb 5, 2024

Is your feature request related to a problem? Please describe.

Currently, sample paths, resource paths, temporary paths are all passed individually for mounting in Singularity images. For runs with many samples this can lead to excessively long calls (potentially exceeding the max length of POSIX commands).

It would be good to include an algorithm that minimizes bind paths by finding common parent paths to mount.

Describe the solution you'd like

N/A

Describe alternatives you've considered

Rather than finding parent paths, it might also be good to think of ways how to bind only what's necessary for each call.

Additional context

Binding parent paths can have security implications.

@uniqueg uniqueg added the future will not be fixed for NOW label Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
future will not be fixed for NOW
Projects
None yet
Development

No branches or pull requests

1 participant