patchfindutils - 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: 

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").

Bernhard Voelker <berny>
Group administrator
Tue 23 Feb 2021 01:27:06 AM UTC, comment #2: 

comment #1:

> Sounds okay to me.
> I wrapped your diff into a proper Git patch
> (with "Copyright-paperwork-exempt: Yes").
>
> Okay to push in your name?


OK to push.  I used `git show` to create this patch -- how should I submit future patches?

Andrew Gaul <gaul>
Mon 22 Feb 2021 07:27:02 PM UTC, comment #1: 

Sounds okay to me.
I wrapped your diff into a proper Git patch
(with "Copyright-paperwork-exempt: Yes").

Okay to push in your name?


(file #50907)

Bernhard Voelker <berny>
Group administrator
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:

https://github.com/s3fs-fuse/s3fs-fuse/issues?q=is%3Aissue+updatedb

Can updatedb include s3fs in PRUNEFS like it does for NFS?

Andrew Gaul <gaul>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #50907:  0001-updatedb-exclude-s3fs-filesystems-by-default.patch added by berny (1KiB - text/x-patch - [PATCH] updatedb: exclude s3fs filesystems by default)
file #50906:  updatedb-s3fs.patch added by gaul (429B - text/x-patch)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by berny (Updated the item)
  • -email is unavailable- added by gaul (Submitted the item)
  •  

    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 StatusIn Progress Done
    2021-02-22 berny Attached File- Added 0001-updatedb-exclude-s3fs-filesystems-by-default.patch, #50907
        StatusNone In Progress
        Assigned toNone berny
    2021-02-22 gaul Attached File- Added updatedb-s3fs.patch, #50906

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code