fusefs broken on 8-stable?

Gleb Kurtsou gleb.kurtsou at gmail.com
Fri Dec 30 09:02:49 UTC 2011


On (29/12/2011 14:06), David P Discher wrote:
> Is this a straight dump for p4 ?  
> 
> Earlier this week, I checked out //depot/projects/soc2011/ilya_fuse/...  out of p4.  But only used the kmod, not the libs. Unfortunately, it was 10x slower than the 0.3.9 version currently in the ports tree. I never got it to the same point ... after a few days, had only written about 6-10GB of data.  

It's the same as p4 (+ few minor tweaks). fuse-0.4 is more strict on
resizing files which is very likely to be slow for encrypted file
system (encfs). Try setting sysctl vfs.fuse.sync_resize=0.

I don't know all the details but there was memory leak and arbitrary
memory corruption in old fuse. It's believed to be fixed in fuse-0.4. My
guess you are hitting the same bug.


> My panic happens after about 500-600GB of data has been written via the fuse. 
> 
> However, my testing is easy (except for the waiting) ... I'll gladly give it a try. 
> 
> ---
> David P. Discher
> dpd at bitgravity.com * AIM: bgDavidDPD
> BITGRAVITY * http://www.bitgravity.com
> 
> On Dec 29, 2011, at 1:51 PM, Gleb Kurtsou wrote:
> 
> > 
> > There is alternative fuse port at https://github.com/glk/fuse-freebsd-ports
> > 
> > Could you try it and let us know if it works.
> 


More information about the freebsd-fs mailing list