Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Mounting a GCSFuse volume with image streaming on Google Batch

I'm trying to reduce the startup time of my Google Batch tasks. My task starts out by running the gcsfuse cli to mount a GCS bucket. When I tried using image streaming (enableImageStreaming=true) I get an error:

Error while mounting gcsfuse: mountWithArgs: mountWithStorageHandle: mount: mount: running /usr/bin/fusermount: exit status 1

This only happens when using image streaming. What could be the cause? Can you suggest a solution or a workaround?

0 7 304