mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 21:35:58 +03:00
[GH-ISSUE #1587] Exclude s3fs mounts from updatedb #830
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#830
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 @gaul on GitHub (Feb 23, 2021).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1587
One of the most common issues is poor s3fs performance due to
updatedbunintentionally indexing remote mount points:https://github.com/s3fs-fuse/s3fs-fuse/issues?q=is%3Aissue+updatedb
GNU findutils excludes some file system types like NFS by default via
PRUNEFS. I submitted a PR to add s3fs:https://savannah.gnu.org/patch/?10032
However there are multiple popular updatedb implementations including mlocate (default in Fedora) and plocate. We should also patch these utilities.
@gaul commented on GitHub (Feb 23, 2021):
mlocate appears to lack an upstream project and various distributions have their own patched versions. ceph opened separate issues for Debian and Red Hat:
@juliogonzalez Do you have any insight into this issue? If we fixed these two would the patches flow into the other popular distributions?
@CarstenGrohmann commented on GitHub (Mar 5, 2021):
I have filed bug reports for the ArchLinux packages plocate and mlocate:
@gaul commented on GitHub (Mar 5, 2021):
Fedora mlocate issue: https://bugzilla.redhat.com/show_bug.cgi?id=1935668
@gaul commented on GitHub (Mar 5, 2021):
Debian merge request: https://salsa.debian.org/debian/mlocate/-/merge_requests/2
@gaul commented on GitHub (Mar 5, 2021):
Ubuntu issue: https://bugs.launchpad.net/ubuntu/+source/mlocate/+bug/1917912