mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #1358] Will it work across system updates? #728
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#728
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 @gpow81 on GitHub (Aug 12, 2020).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1358
Apologize if this is inappropriate place for questions like this. I am still figuring out github.
We are starting to use s3fs-fuse in production on Redhat7.
Unfortunately redhat doesn't support it yet and doesn't provide rpm for it so we have to download it from github and compile.
Here is my concern - how much s3fs-fuse depends on specific versions of packages and libraries in the system? If we update for example rhel 7.7 to 7.8 can we assume that we don't need to touch s3fs-fuse or we actually should be certain that s3fs-fuse will need to be built again?
Thank you very much. I will appreciate any thoughts.
@gaul commented on GitHub (Aug 12, 2020):
s3fs should continue working after upgrading. However, I recommend that you install the EPEL package instead of compiling from source:
https://github.com/s3fs-fuse/s3fs-fuse#installation
This ensures that you get the latest version.