findutils - Patches: patch #10032, Include s3fs in PRUNEFS
You are not allowed to post comments on this tracker with your current authentication level.
patch #10032: Include s3fs in PRUNEFS
Submitter: | Andrew Gaul <gaul> | ||
Submitted: | Mon 22 Feb 2021 10:46:31 AM UTC | ||
Category: | updatedb enhancement | Priority: | 5 - Normal |
Status: | Done | Privacy: | Public |
Assigned to: | berny | Originator Name: | |
Open/Closed: | Open | Release: | None |
Fixed Release: | None |
Tue 23 Feb 2021 01:49:32 PM UTC, comment #3: |
Bernhard Voelker <berny>![]() ![]() |
Tue 23 Feb 2021 01:27:06 AM UTC, comment #2:
|
Andrew Gaul <gaul> |
Mon 22 Feb 2021 07:27:02 PM UTC, comment #1: Sounds okay to me.
|
Bernhard Voelker <berny>![]() ![]() |
Mon 22 Feb 2021 10:46:31 AM UTC, original submission:
s3fs is a popular way to access S3-compatible object storage. We have many bug reports of users surprised that updatedb crawls these remote storage systems which causes poor performance:
|
Andrew Gaul <gaul> |
Depends on the following items: None found
Items that depend on this one: None found
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follow 5 latest changes.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2021-02-23 | berny | Status | In Progress | ![]() |
Done |
2021-02-22 | berny | Attached File | - | ![]() |
Added 0001-updatedb-exclude-s3fs-filesystems-by-default.patch, #50907 |
Status | None | ![]() |
In Progress | ||
Assigned to | None | ![]() |
berny | ||
2021-02-22 | gaul | Attached File | - | ![]() |
Added updatedb-s3fs.patch, #50906 |
Powered by Savane 3.12.
Corresponding source code
Thanks, pushed at:
https://git.savannah.gnu.org/cgit/findutils.git/commit/?id=caa038677b48019c5905c6f48f8a13ce40e24c58
Re. how to create a patch: 'git show' does not result in something
git can grok as input (although it looks a bit similar).
Please use "git format-patch" - here e.g. with argument "-1" to only
write out one commit. The resulting file can then be applied with
"git am" (short for "apply-mail").