mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #2763] fio stuck when using libaio #1291
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#1291
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 @myeyre on GitHub (Dec 2, 2025).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/2763
Additional Information
Version of s3fs being used (
s3fs --version)V1.96
Version of fuse being used (
pkg-config --modversion fuse,rpm -qi fuseordpkg -s fuse)fuse3_3.10.5-1build1_amd64
Provider (
AWS,OVH,Hetzner,iDrive E2, ...)JuiceFS 1.3.0 S3 Gateway
Kernel information (
uname -r)4.19.0-240.23.21.e18_2.bclinux.x86_64
GNU/Linux Distribution, if applicable (
cat /etc/os-release)I'm running s3fs inside a container, the container os is:
PRETTY_NAME="Ubuntu 22.04.4 LTS"
NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04.4 LTS (Jammy Jellyfish)"
VERSION_CODENAME=jammy
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=jammy
the host os is bclinux, a rhel compat distro in china:
NAME="BigCloud Enterprise Linux"
VERSION="8.2 (Core)"
ID="bclinux"
ID_LIKE="rhel fedora"
VERSION_ID="8.2"
PLATFORM_ID="platform:an8"
PRETTY_NAME="BigCloud Enterprise Linux 8.2 (Core)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:bclinux:bclinux:8"
HOME_URL="https://mirrors.bclinux.org/"
BUG_REPORT_URL="https://bugs.bclinux.org/"
BCLINUX_BUGZILLA_PRODUCT="BigCloud Enterprise Linux 8 (Core)"
BCLINUX_BUGZILLA_PRODUCT_VERSION=8.2
BCLINUX_SUPPORT_PRODUCT="BigCloud Enterprise Linux 8 (Core)"
BCLINUX_SUPPORT_PRODUCT_VERSION=8.2
How to run s3fs, if applicable
[x] command line
[] /etc/fstab
parallel_count changed to 10000 according to:
https://github.com/s3fs-fuse/s3fs-fuse/issues/2077
s3fs syslog messages (
grep s3fs /var/log/syslog,journalctl | grep s3fs, ors3fs outputs)Details about issue
I'm running s3fs inside a container, fio test stuck when using libaio. while it happened, df/ls both stuck.
df:
ls:

strace:
gdb:
@myeyre commented on GitHub (Dec 3, 2025):
It seemed that the juicefs gateway got throttled under high load.
We'll look into the juicefs side, it's not a s3fs problem anyway. Closing this issue.
@gaul commented on GitHub (Dec 7, 2025):
Could you share any logs from s3fs during this symptom? You should see something like:
if juicefs returns an HTTP 429, 500, or 503 error. This has exponential backoff behavior and retries up to
-o retriestimes (default 5).