Skip to content

[POC] Configurable mounting point via config option google.batch.mountRoot #6058

New issue

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

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

Already on GitHub? # to your account

Conversation

adamrtalbot
Copy link
Collaborator

This commit adds the ability to configure the root of the mounting point for gcsfuse such that you could specify where the data is mounted. It is controlled by the config item google.batch.mountRoot with a default of /mnt/disks

Note: from some testing it appears it is not possible to actually change the root path, so I do not recommend working on this until we get confirmation from Google. However, I'm opening this PR so someone doesn't make my mistakes.

  • /mnt/disks
  • /data
  • /mnt/disks2
  • /mnt/disks/hello
  • /mnt

Copy link

netlify bot commented May 9, 2025

Deploy Preview for nextflow-docs-staging ready!

Name Link
🔨 Latest commit cc64841
🔍 Latest deploy log https://app.netlify.com/sites/nextflow-docs-staging/deploys/681df2d81a8a6b0008ed5765
😎 Deploy Preview https://deploy-preview-6058--nextflow-docs-staging.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

…gle.batch.mountRoot

This commit adds the ability to configure the root of the mounting point for gcsfuse such that you could specify where the data is mounted. It is controlled by the config item google.batch.mountRoot with a default of /mnt/disks

Signed-off-by: adamrtalbot <12817534+adamrtalbot@users.noreply.github.com>
@adamrtalbot adamrtalbot force-pushed the google-batch-configurable-root-path branch from 7896f59 to cc64841 Compare May 9, 2025 12:19
@adamrtalbot adamrtalbot linked an issue May 9, 2025 that may be closed by this pull request
@adamrtalbot
Copy link
Collaborator Author

Not possible 😢

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make Google Batch mount path configurable
2 participants