Questions tagged [gcsfuse]

gcsfuse is a user-space file system for interacting with Google Cloud Storage.

149 questions
1
vote
2 answers

Google Storage Cloud bucket attached with GCSFUSE but nor gsutil nor ftp allow me to upload files

I deployed an instance of Wowza Streaming Engine on Google Cloud thank Made a bucket in Google Cloud Storage and mounted it all with GCFUSE. My bucket connected with success and I can see in it and list but I can't write any file with gsutil nor…
manuperro
  • 11
  • 3
1
vote
1 answer

Uploaded Folders wont show up

I'm having trouble when uploading folders onto my google-cloud-storage bucket: They wont show up in the mounted drive /mnt/willferbucket (with gcsfuse) It doesnt matter if i upload them through the webfrontend or by using gsutil, the only folders…
1
vote
2 answers

Accessing bucket from dataproc cluster

I'm trying to access data stored in a Google storage bucket from a Dataproc cluster. However thus far, even if I declare my bucket files public, my jobs exit with an error that the file does not exist. I considering trying to mount the bucket to a…
rajjo
  • 11
  • 1
  • 3
1
vote
1 answer

Mount bucket with gcsfuse in GKE

I'm trying to mount a bucket in a container inside of GKE in Google Cloud, but I have the following error ... Any ideas? gcsfuse -o nonempty --foreground --debug_fuse --debug_fuse --debug_http --debug_invariants --key-file=credentials.json…
jbelenus
  • 483
  • 1
  • 7
  • 18
1
vote
1 answer

Mounting a GCS bucket on AppEngine Flexible Environment

I am trying to mount a GCS bucket on AppEngine Flexible Environment app using gcsfuse. My Dockerfiles includes the following: # gscfuse setup RUN echo "deb http://packages.cloud.google.com/apt cloud-sdk-jessie main" | tee…
1
vote
1 answer

How to run script on Google Cloud Storage?

Recently I am using Google Cloud Storage to store some files. I have used Cloud Storage Fuse to mount it with my instance from Google Compute Engine. When I try to run my own script in the bucket, it does not allow to do so even if I use chmod a+x.…
dinex
  • 367
  • 5
  • 15
1
vote
1 answer

How to mount a bucket from Google Cloud in Ubuntu?

I'm trying to mount a bucket into Ubuntu using Gcloud to authenticate me and GCSFuse to mount the bucket. When i use the command gcsfuse my-bucket /path/to/mount It returns that it couldn't find the default credentials. So i changed the command…
1
vote
2 answers

How to mount Google Bucket as local disk on Linux instance with full access rights

Using five lines below install gcsfuse on a brand new Ubuntu14 instance: export GCSFUSE_REPO=gcsfuse-`lsb_release -c -s` echo "deb http://packages.cloud.google.com/apt $GCSFUSE_REPO main" | sudo tee /etc/apt/sources.list.d/gcsfuse.list curl…
1
vote
1 answer

Use jessie (Debian) for Kubernetes cluster

I want to set up gcsFUSE on my cluster. It's easier to do this in Debian jessie according to the gcsFUSE page. The config-default.sh that kube-up.sh uses contains the…
J Bramble
  • 237
  • 2
  • 7
1
vote
1 answer

Executed PHP Script Cannot Access GCS Mounted Drive on GCE

I was able to mount my Google Cloud Storage using the command line below: gcsfuse -o allow_other -file-mode=660 -dir-mode=770 --uid= --gid= testbucket /path/to/domain/folder The group includes the user apache. Apache is able to write to…
Syclone
  • 1,235
  • 13
  • 14
1
vote
1 answer

Use Jupyter together with file share or mounted folder

how can we synchronize notebooks between a jupyter service and other services (Google Cloud Storage or git repository)? Some background on this question: Currently I am on the way moving from Google's Datalab to my own container. My motivation is to…
Frank
  • 406
  • 2
  • 13
0
votes
1 answer

Mounting GCS Bucket as a Volume in Cloud Run with PostgreSQL/RDBMS Image for Serverless Database

I'm trying to set up a serverless database on Cloud Run using a PostgreSQL or any other RDBMS image. I want to know if it's possible to mount a Google Cloud Storage (GCS) bucket as a volume within a Cloud Run container using gcsfuse. Can someone…
0
votes
0 answers

How to execute a binary file on a gcsfuse file system?

I am working in a bucket (gcsfuse) and I was explained that the command syntaxes are different on this type of file system. I need to launch a script.e script but I can't find anywhere the command use to launch that type of script. I was hoping…
I.M.
  • 344
  • 3
  • 14
0
votes
1 answer

gcsfuse is not updating the m3u8 file content

This issue only happens in gcs bucket . It works normally on AWS. Have you ever encountered this problem? I mounted the /stream directory. When I check content of m3u8 file it is updated in the folder (OS side). But when I check in gcs bucket I see…
MrTux01
  • 343
  • 3
  • 9
0
votes
0 answers

gcsfuse not running command with set service account

I am trying to mount a bucket using gscfuse, and the command is unable to be run from a service account. When I run gcloud auth list, the service account is selected. However, when I run the command gcsfuse testing_bucket_images…