mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #2442] use V1.89,find print many "could not get fd_manager_lock when clean up file" information in s3fs logs . What will be affected? #1204
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#1204
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 @loongyiyao on GitHub (Apr 8, 2024).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/2442
Additional Information
Version of s3fs being used (
s3fs --version)V1.89
Version of fuse being used (
pkg-config --modversion fuse,rpm -qi fuseordpkg -s fuse)Kernel information (
uname -r)5.10.134-13.1.zncgsl6.x86_64
GNU/Linux Distribution, if applicable (
cat /etc/os-release)How to run s3fs, if applicable
s3fs syslog messages (
grep s3fs /var/log/syslog,journalctl | grep s3fs, ors3fs outputs)Details about issue
i find print many "could not get fd_manager_lock when clean up file" information in s3fs logs . What will be affected?
@loongyiyao commented on GitHub (Apr 8, 2024):
/usr/bin/s3fs sttest /dev/mount1 -o url=https://xx.xx.xx.xx:xx/ -o endpoint=cn-east-1 -o sigv2 -o passwd_file=/home/.passwd-s3fs -o use_path_request_style -o allow_other -o umask=0 -o use_cache=/dev/cache1 -o del_cache -o ensure_diskfree=-4096 -o enable_noobj_cache -o parallel_count=20 -o multipart_size=52 -o dbglevel=warn
@gaul commented on GitHub (Apr 8, 2024):
Please test with the latest version 1.94 and reopen if your symptoms persist.