-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Getting Frequent dismount issue of OCI object Storage #2457
Comments
We are frequently getting an issue. Can anyone respond to this issue please. |
Please attach |
If you can tolerate the slower performance, |
Hi Gaul, Have attached s3fs backtrace. Can you plerase check the output once. Also, I have checked /var/log/messages file in which I found below message. Not sure whether it is showing any error or not. Jun 17 10:59:55 vm01 s3fs[27838]: Loaded mime information from /etc/mime.types |
Hi Gaul, We have ran the valgrind for the process of s3fs and attaching the same log here. Can you please check the log once. |
gdb doesn't show a segfault -- are you sure you attached to the process that is failing? The valgrind output is more interesting:
But it appears that s3fs lacks debug symbols so I don't know where the failure is occuring. Which distribution do you have? Can you install debug symbols for s3fs separately? Otherwise you will need to compile s3fs locally to make sure the |
An error message is reported in dmesg:
In addition, I have added Also, not sure why am I getting commit as unknow:
|
Thanks. I hope the log you get gives some hints.
I think the reason why |
Hi @ggtakec, Did we got any progress on the above issue. Thanks in advance. |
Additional Information
Version of s3fs being used (
s3fs --version
)V1.93 (commit:unknown) with Open SSL
Version of fuse being used (
pkg-config --modversion fuse
,rpm -qi fuse
ordpkg -s fuse
)Name : fuse
Version : 2.9.4
Release : 1.0.9.el7
Kernel information (
uname -r
)5.4.17-2136.321.4.el7uek.x86_64
GNU/Linux Distribution, if applicable (
cat /etc/os-release
)NAME="Oracle Linux Server"
VERSION="7.9"
ID="ol"
ID_LIKE="fedora"
VARIANT="Server"
VARIANT_ID="server"
VERSION_ID="7.9"
PRETTY_NAME="Oracle Linux Server 7.9"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:oracle:linux:7:9:server"
HOME_URL="https://linux.oracle.com/"
BUG_REPORT_URL="https://github.com/oracle/oracle-linux"
ORACLE_BUGZILLA_PRODUCT="Oracle Linux 7"
ORACLE_BUGZILLA_PRODUCT_VERSION=7.9
ORACLE_SUPPORT_PRODUCT="Oracle Linux"
ORACLE_SUPPORT_PRODUCT_VERSION=7.9
How to run s3fs, if applicable
[] command line
[] /etc/fstab
s3fs syslog messages (
grep s3fs /var/log/syslog
,journalctl | grep s3fs
, ors3fs outputs
)Details about issue
Currently we are using Oracle Linux 7 system in which we have mounted an OCI object storage using s3fs-fuse utility. But since few months we are facing an issue as mountpoint dismounted frequetly with segement fault error.
Please check the below log, generated during dismount of the object storage in /var/log/messages file.
May 19 10:36:03 test01 kernel: s3fs[19840]: segfault at 0 ip 000055a7e80b01ed sp 00007efd2e7fb8c0 error 4 in s3fs[55a7e80a0000 9d000]
May 19 10:36:03 test01 kernel: Code: 00 00 00 48 89 44 24 38 31 c0 49 8d 44 24 18 48 89 44 24 20 31 c0 e8 b2 35 01 00 48 8d 3d 73 ce 06 00 b9 02 00 00 00 48 89 ee a6 74 23 48 8d 3d cc 4e 07 00 b9 02 00 00 00 48 89 ee f3 a6 74
May 19 10:36:03 test01 abrt-hook-ccpp: Process 19698 (s3fs) of user 0 killed by SIGSEGV - dumping core
May 19 10:36:07 test01 abrtd: Size of '/var/spool/abrt' >= 5000 MB (MaxCrashReportsSize), deleting old directory 'ccpp-2024-05-16-10:31:44-18344'
We have also tried to update the s3fs-fuse to it's latest version, though we falll into the same place.
Thank you,
Karan Parmar.
The text was updated successfully, but these errors were encountered: