mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #1367] url from fstab is not used #731
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#731
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 @michagruner on GitHub (Aug 18, 2020).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1367
(At least) The url-option in fstab is not getting used on Alpine linux, while on the command-line it is getting used.
Additional Information
Version of s3fs being used (s3fs --version)
bash-5.0# s3fs --version
Amazon Simple Storage Service File System V1.86 (commit:unknown) with OpenSSL
Version of fuse being used (pkg-config --modversion fuse, rpm -qi fuse, dpkg -s fuse)
fuse-2.9.9-r1
Kernel information (uname -r)
bash-5.0# uname -r
5.4.0-42-generic
GNU/Linux Distribution, if applicable (cat /etc/os-release)
bash-5.0# cat /etc/os-release
NAME="Alpine Linux"
ID=alpine
VERSION_ID=3.12.0
PRETTY_NAME="Alpine Linux v3.12"
HOME_URL="https://alpinelinux.org/"
BUG_REPORT_URL="https://bugs.alpinelinux.org/"
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
@gaul commented on GitHub (Oct 10, 2020):
@michagruner I successfully mounted a GCS bucket via fstab:
Perhaps something related to Alpine Linux?
@gaul commented on GitHub (Nov 15, 2020):
Please reopen if symptoms persist.
@michagruner commented on GitHub (Nov 22, 2020):
@gaul I'm not sure what happened in between, but it works on that system now after upgrading:
bash-5.0# s3fs --version
Amazon Simple Storage Service File System V1.87 (commit:unknown) with OpenSSL
Thanks to whoever fixed it! :)