mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #1419] Frequently unmounted the mount point which is mounted using s3fs #749
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#749
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 @krishnakvk on GitHub (Sep 23, 2020).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1419
Additional Information
The following information is very important in order to help us to help you. Omission of the following details may delay your support request or receive no attention at all.
Keep in mind that the commands we provide to retrieve information are oriented to GNU/Linux Distributions, so you could need to use others if you use s3fs on macOS or BSD
Version of s3fs being used (s3fs --version)
example: 1.00
Amazon Simple Storage Service File System V1.86 (commit:unknown) with OpenSSL
Copyright (C) 2010 Randy Rizun rrizun@gmail.com
License GPL2: GNU GPL version 2 https://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Version of fuse being used (pkg-config --modversion fuse, rpm -qi fuse, dpkg -s fuse)
example: 2.9.4
Kernel information (uname -r)
command result: uname -r
4.14.35-1902.303.4.1.el7uek.x86_64
GNU/Linux Distribution, if applicable (cat /etc/os-release)
command result: cat /etc/os-release
NAME="Oracle Linux Server"
VERSION="7.8"
ID="ol"
ID_LIKE="fedora"
VARIANT="Server"
VARIANT_ID="server"
VERSION_ID="7.8"
PRETTY_NAME="Oracle Linux Server 7.8"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:oracle:linux:7:8:server"
HOME_URL="https://linux.oracle.com/"
BUG_REPORT_URL="https://bugzilla.oracle.com/"
ORACLE_BUGZILLA_PRODUCT="Oracle Linux 7"
ORACLE_BUGZILLA_PRODUCT_VERSION=7.8
ORACLE_SUPPORT_PRODUCT="Oracle Linux"
ORACLE_SUPPORT_PRODUCT_VERSION=7.8
s3fs command line used, if applicable
/etc/fstab entry, if applicable
s3fs syslog messages (grep s3fs /var/log/syslog, journalctl | grep s3fs, or s3fs outputs)
if you execute s3fs with dbglevel, curldbg option, you can get detail debug messages
Details about issue
I have mounted the object storage bucket on to the Linux server. it unmounting frequently. We are unable to find any logs and why it is unmounting. I have mounted the oracle cloud object storage bucket. Please let me know the solution
@gaul commented on GitHub (Sep 25, 2020):
SIGSEGVsuggests a bug in s3fs. Can you try upgrading to 1.87 which fixes many of these symptoms? If this does not work, please connectgdbtos3fsand get a backtrace. Thanks!@krishnakvk commented on GitHub (Sep 25, 2020):
Thanks for the update. Can you please provide the rpm of version 1.87 so that I can install using yum. What is gdb?
@juliogonzalez commented on GitHub (Sep 25, 2020):
@krishnakvk you can get it from the EPEL8 repository.
Or (I am not so familiar with Oracle Linux), maybe you can just add the EPEL8 repositoriy and then install the package.
@gaul commented on GitHub (Sep 26, 2020):
s3fs does not provide rpms; instead it relies on distributions. Oracle Linux supports EPEL but I have never used it:
https://blogs.oracle.com/wim/using-epel-repos-with-oracle-linux
It would be great if someone could add instructions for Oracle on the wiki:
https://github.com/s3fs-fuse/s3fs-fuse/wiki/Non-Amazon-S3
We cannot provide general software debugging advice but here is a starting point if upgrading doesn't help:
https://sourceware.org/gdb/onlinedocs/gdb/Backtrace.html
@gaul commented on GitHub (Oct 6, 2020):
Please reopen if symptoms persist.