Hi Team.
I have mounted a gcs bucket on a directory in my ubuntu gce using gcsfuse.
gcsfuse -o allow_other --gid=XXX --uid=XXX <gcs-name> <directory>
where gid and uid are values of a user, which will also have access to this shared directory. The clone command used to clone the repository is git clone --branch <branch-name> --depth=1 --single-branch <repo-path> <destination-path>, but it fails with error
fatal: cannot create directory at '<path>': Interrupted system call
though it did downloaded some of the content from repository but keeps on failing every-time at different-different paths.
While running gcsfuse in debugging mode using flags --debug_fuse --debug_gcs, the error captured is
gcs: Req 0x3c7: -> StatObject("<a-file-path-in-repository>") (10.194465ms): Error in fetching object attributes: context canceled
FlushFile: interrupted system call, FileInode.Sync: StatObject: Error in fetching object attributes: context canceled
fuse_debug: Op 0x000033a0 connection.go:500] -> Error: "interrupted system call"
fuse: *fuseops.FlushFileOp error: interrupted system call
I am currently running on Ubuntu 20:04 and gcsfuse version 0.42.2 (Go version go1.19.5).
Kindly help.
Hi Team.
I have mounted a gcs bucket on a directory in my ubuntu gce using gcsfuse.
gcsfuse -o allow_other --gid=XXX --uid=XXX <gcs-name> <directory>where
gidanduidare values of a user, which will also have access to this shared directory. The clone command used to clone the repository isgit clone --branch <branch-name> --depth=1 --single-branch <repo-path> <destination-path>, but it fails with errorthough it did downloaded some of the content from repository but keeps on failing every-time at different-different paths.
While running gcsfuse in debugging mode using flags
--debug_fuse --debug_gcs, the error captured isI am currently running on Ubuntu 20:04 and gcsfuse version 0.42.2 (Go version go1.19.5).
Kindly help.