dsub icon indicating copy to clipboard operation
dsub copied to clipboard

gcsfuse v2.0

Open carbocation opened this issue 1 year ago • 1 comments

gcsfuse v2.0 seems to have benefits—not sure if this is an element of the coreos image that is used or if this can be controlled by dsub. If the latter, might be worthwhile.

carbocation avatar Apr 04 '24 07:04 carbocation

Thanks for the pointer, @carbocation !

dsub has been pinned to the same gcsfuse docker image for a while now:

https://github.com/DataBiosphere/dsub/blob/main/dsub/providers/google_v2_base.py#L51

# This image is for an optional mount on a bucket using GCS Fuse
_GCSFUSE_IMAGE = 'gcr.io/cloud-genomics-pipelines/gcsfuse:latest'

I see that the gcsfuse repo includes a Dockerfile:

https://github.com/GoogleCloudPlatform/gcsfuse/blob/master/Dockerfile

but there's no indication that I could find of an official published Docker image. Having that would make this much easier.

I don't know if it will help, but please thumbs up the first comment in this issue:

https://github.com/GoogleCloudPlatform/gcsfuse/issues/683

Thanks!

-Matt

mbookman avatar Apr 08 '24 18:04 mbookman