-
Notifications
You must be signed in to change notification settings - Fork 30
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
Mount PVC with reference data to executor #130
Comments
Requested by the Greek ELIXIR node, see here: https://docs.google.com/spreadsheets/d/1vBFhBQ-nFqhSL5dLjQfOWO6x9BzmV9x6l18p9GYRZdQ/edit#gid=0 Contacts: @zagganas & @vergoulis |
While this sounds like a useful feature to increase the performance of TESK in some use cases, I think it goes beyond of what TES tries to be, a thin API layer to execute atomic, containerized tasks in any compute backend. I therefore put this issue in the TESK repository, as I could imagine that this could possibly be provided in an implementation-specific manner that does not break the TES/DRS pattern of gaining access to data envisioned by the GA4GH Cloud WS & FASP. While I lack the technical k8s knowledge to devise a detailed design strategy, I could imagine that one could optionally co-deploy a DRS API service with TESK that gives access to data stored on one or more PVCs mounted in the executor pods of TES tasks. Deployments making use of this setup could then access data on those PVCs without having to rely on network traffic via DRS (even if this means - not sure - that those data are not accessible outside of TESK executor pods). I'm not at all sure if this is feasible, so let's discuss :) |
So there are two ideas on the table:
|
Same issue here, seems like there are multiple repos need to be updated: And the TES api definition: |
Thanks for bumping this, @hex43ver. I have opened ga4gh/task-execution-schemas#186 to discuss this on a wider scale. Perhaps you want to add your own opinions and use case? :) |
Allow a PVC on which reference data is saved, to be mounted on the executor pod for easy/fast data access.
The text was updated successfully, but these errors were encountered: