mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #2190] Directories not shown with v1.92 using IAM Role #1114
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#1114
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @heironeous on GitHub (Jun 20, 2023).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/2190
Additional Information
Version of s3fs being used (
s3fs --version)V1.92 (commit: 161be3f )Version of fuse being used (
pkg-config --modversion fuse,rpm -qi fuseordpkg -s fuse)2.9.9Kernel information (
uname -r)6.1.29-50.88.amzn2023.x86_64GNU/Linux Distribution, if applicable (
cat /etc/os-release)How to run s3fs, if applicable
[x] command line
[] /etc/fstab
s3fs syslog messages (
grep s3fs /var/log/syslog,journalctl | grep s3fs, ors3fs outputs)I'll attach the whole debug logs after a round of sanitization
Details about issue
This issue happens with v1.92, but v1.91 is still working.
Here's how I can reproduce
lsthe contentsSince v1.91 is no longer available in many repos as RPM, I have compiled it from source.
No issues with compiling or installation, also the above process works correctly.
I am seeing some '400's in the logs, and I will be posting the whole log after I sanitize it.
@heironeous commented on GitHub (Jun 20, 2023):
Here's the sanitized log file
s3fs.log
@heironeous commented on GitHub (Jun 20, 2023):
Here's another run on a different machine (Amazon Linux 2 instead of Amazon Linux 2023), which also includes the 404 for the folder s3fs-with-folder.log
@ggtakec commented on GitHub (Jun 26, 2023):
@heironeous
I checked the log you provided.
I haven't been able to reproduce this issue yet, so I have a few questions:
In your log, I am concerned because there was a message about s3fs destroying at the end.
If it's crashing, it may have something to do with #2188.
Thanks in advance for your assistance.
@ggtakec commented on GitHub (Jul 2, 2023):
I merged PR #2204 from @VVoidV.
The cause of this is not yet clear, but it is possible that the bug found in #2204 has an effect.
If you can, could you try the latest code(current master branch)?
@heironeous commented on GitHub (Jul 30, 2023):
I apologize for the radio silence. For some reason, I'm not getting any e-mails from Github for notifications, I'll see about and fix that.
I provided 'how to reproduce', a simple
lsshowed that root-level objects were visible, but folders or items within folders were not visible within thelsoutput. I'm aware that 'folders' do not exist on the S3 level, but they are visualized as folders within an S3FS mount.The logs contain 'destroy' becuase I ran a
umountat the end, to show how it behaves at while doing aumount. I did not document that initial ticket, so you're right to think that #2204 might be the culprit, but I don't think it would be in this case.S3FS continued to work, but I couldn't see 'folders' as stated.
Will do, and I'll return with the results. Thanks.
@gaul commented on GitHub (Sep 8, 2023):
Could you test with 1.93 which fixes the directory regression?