Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GCSfuse doesn't sync all the sub-directories #829

Closed
danvimeo opened this issue Oct 3, 2022 · 4 comments
Closed

GCSfuse doesn't sync all the sub-directories #829

danvimeo opened this issue Oct 3, 2022 · 4 comments
Labels
bug Error or flaw in the code with unintended result pending customer action

Comments

@danvimeo
Copy link

danvimeo commented Oct 3, 2022

Bug description:
I use gcsfuse to mount a GCS bucket into a GKE pod, and the 3rd level of the sub-directories is not synced.

To Collect more Debug logs
e.g in GCS we have a bucket with the following structure: gs://bucket/dir1/dir2/dir3

I don't see dir3 on or any of its files on my mnt path.
This is the same for all the directories in the 3rd level.
When I run mkdir -p /mnt/test/dir1/dir2/dir3 I see the folder and all of its files.

System

  • OS: Ubuntu 16.04.7 LTS
  • Platform: Kubernetes
  • Version gcsfuse version 0.41.7 (Go version go1.18.4)

Additional context
I saw the same issue with gcsfuse version 0.28.1 (Go version go1.9.7)
issue 491

@danvimeo danvimeo added the bug Error or flaw in the code with unintended result label Oct 3, 2022
@vadlakondaswetha
Copy link
Collaborator

Did you try mounting GCSFuse with --implicit-dirs flag (https://github.com/GoogleCloudPlatform/gcsfuse/blob/master/docs/semantics.md#implicit-directories).

@danvimeo
Copy link
Author

danvimeo commented Oct 3, 2022

with --implicit-dirs flag the mount fails

@vadlakondaswetha
Copy link
Collaborator

Can you share the logs of gcsfuse by enabling --debug_gcs, --debug_fuse, --debug_fs, --debug_http flags

@sethiay
Copy link
Collaborator

sethiay commented Mar 17, 2023

Closing the issue since we haven't heard back from the customer.

@sethiay sethiay closed this as completed Mar 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Error or flaw in the code with unintended result pending customer action
Projects
None yet
Development

No branches or pull requests

3 participants