Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 265935

Summary: sys-fs/fuse: Performance Patch
Product: Gentoo Linux Reporter: Richard Scott <gentoo.bugs>
Component: [OLD] Core systemAssignee: Gentoo Kernel Miscellaneous <kernel-misc>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: FUSE with GLUSTER patch
FUSE with GlusterFS patch UPDATED

Description Richard Scott 2009-04-13 02:30:45 UTC
Hi,

There is a patch available on the GlusterFS website that will increase the throughput available to a fuse mounted filesystem.

http://ftp.gluster.com/pub/gluster/glusterfs/fuse/

Would it be possible to include this into the main fuse ebuild?

I have tested it with adding the following to the 2.7.4 ebuild:

epatch "${FILESDIR}"/fuse-2.7.4glfs11.diff

It seems to work ok and you can find out more about the patch here:
http://www.gluster.org/docs/index.php/Guide_to_Optimizing_GlusterFS#Tuning_FUSE_kernel_module

Thanks

Rich

Reproducible: Always

Steps to Reproduce:
Comment 1 John Simmonds (overfuse) 2009-07-12 12:29:51 UTC
It wouls be good if there could be a USE flag for glusterfs, when enabled the patch is applied.
Comment 2 Richard Scott 2009-07-12 17:02:17 UTC
(In reply to comment #1)
> It wouls be good if there could be a USE flag for glusterfs, when enabled the
> patch is applied.
> 

The patch will incrase performance on all applications that use fuse not just for glusterfs.
Comment 3 tomas charvat 2009-10-23 13:37:35 UTC
Thus would help with gluster on Gentoo.
Other bug realted to this package is here:
http://bugs.gentoo.org/show_bug.cgi?id=288034
Comment 4 Jan Hejl 2009-10-24 03:12:05 UTC
Created attachment 208122 [details]
FUSE with GLUSTER patch

Modified ebuild with FUSE USE flag - depends on patch from #0 comment
Comment 5 Jan Hejl 2009-10-24 17:41:36 UTC
Created attachment 208150 [details]
FUSE with GlusterFS patch UPDATED

Fixed use flag name (fuse -> glfs)
Comment 6 Tim Harder gentoo-dev 2010-10-08 00:07:52 UTC
I'm closing this because I don't think it's an issue anymore with the latest glusterfs and fuse packages in the tree since fuse-2.8 removed the out-of-tree fuse module. Please reopen if it is.