-
Notifications
You must be signed in to change notification settings - Fork 439
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
Panic: inode 1 is *inode.dirInode, wanted *inode.FileInode" #2753
Comments
Hello, thanks for reaching out. Could you please share GCSFuse version, OS type and version, and if your bucket is hierarchical namespace enabled? |
I'm trying to deploy and a wordpress docker installation with the
|
I am not able to repro the issue but I am suspecting that the issue is related to unsupported empty object in your bucket. Could you please check if there are any directories with empty names? This gcloud command should print any such objects:
|
@mihaiav As suggested in last comment, GCSFuse does not support directories with empty names, can you please check if your bucket contains any such directory. In case there are no such directories, Could you please try one run using debug logs ON, this would help us understand the sequence of calls coming to GCSFuse. To turn On debug logs please use --log-severity trace command line parameter while running GCSFuse. |
Describe the issue
Please provide a clear description of what you were trying to achieve along with the details of the flags that you passed.
I'm trying to mount a gcs bucket on Google Cloud Run. Sometimes it works but sometimes panics as below:
Additional context
Add any other context about the problem here.
SLO:
We strive to respond to all bug reports within 24 business hours provided the information mentioned above is included.
The text was updated successfully, but these errors were encountered: