Willy Nojopranoto
Willy Nojopranoto
I've been working on this issue in parallel. My general recommendation would be to **not use GCR for _public_ images** as there is a perpetual risk of egress charges to...
I've been looking into a solution that uses [VPC SC settings](https://cloud.google.com/vpc-service-controls) to restrict bucket egress to specific locations. The gist of it is the owner of the docker image puts...
> Just curious, was the possibility of checking regionality within the Cromwell server rather than on the VM considered? This might not work in all cases if the target zones...
I did performance testing by with a wdl that has 50 outputs. On a cache hit, it attempts to copy the 50 files, so with my change it would also...
There is one test failing in Travis CI, but it looks unrelated to my change. I believe this PR is ready for another review @mcovarr
> I believe the next steps for this PR and its sibling are being discussed outside of GitHub Somewhat. We have a thread open with Kyle on high-level details of...
Hi @YaCui, Can you describe more about your use case? Do you need fuse in order to mount cloud storage? Are you hoping to do this on the local or...
Support for `--service-account` for `google-batch` was added with [0.4.11](https://github.com/DataBiosphere/dsub/pull/288/files#diff-c979b024d45ec503f3220c2de5a4825b5e0eb70f0c0ee74204e45541c57c24e6R190)
It sounds like you're running dsub on the AoU platform. From this [Aou Support Article](https://support.researchallofus.org/hc/en-us/articles/4692418691732), "Within the Researcher Workbench, internet access is restricted from batch VMs. With the exception of...
Hi @FreshAirTonight! Thanks for asking - no mount is not yet supported for the `google-batch` provider. It will likely be a part of the next release. I will report back...