-
Notifications
You must be signed in to change notification settings - Fork 470
Closed
Labels
bugError or flaw in the code with unintended resultError or flaw in the code with unintended resultknown-issuesIssues that are known or not supported yet.Issues that are known or not supported yet.p2P2P2
Description
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.
Mistic92, yelinaung, IchordeDionysos, cgetzen and 01tot10
Metadata
Metadata
Assignees
Labels
bugError or flaw in the code with unintended resultError or flaw in the code with unintended resultknown-issuesIssues that are known or not supported yet.Issues that are known or not supported yet.p2P2P2