Re: [Pvfs2-developers] FUSE

2010-02-02 Thread Bradley W. Settlemyer
In fuse work I've done and seen, it is possible to extract decent performance from fuse, but it isn't free. By default, FUSE only performs I/O 4K at a time. With the direct_io mount option, you get the benefit of only a single copy from userspace to userspace effectively for I/O buffers and t

Re: [Pvfs2-developers] FUSE

2010-02-01 Thread John Chandy
On Feb 1, 2010, at 7:18 PM, John Chandy wrote: Walt, Its been about 3 years since I wrote the PVFS code and I havent done any extensive testing to qualitatively pronounce it production worthy. Obviously that should have been "... since I wrote the PVFS2FUSE code ..." :-) John. _

Re: [Pvfs2-developers] FUSE

2010-02-01 Thread John Chandy
Walt, Its been about 3 years since I wrote the PVFS code and I havent done any extensive testing to qualitatively pronounce it production worthy. Sumit Narayan did some further work when he was at ANL during the 2008 summer and wrote a report about his testing at http://www.engr.uconn.edu/~

[Pvfs2-developers] FUSE

2010-02-01 Thread Walter Ligon
So who knows the status of the FUSE interface? Is there any reason to believe or not believe it is production worthy? Walt ___ Pvfs2-developers mailing list Pvfs2-developers@beowulf-underground.org http://www.beowulf-underground.org/mailman/listinfo/p

Re: [Pvfs2-developers] FUSE stuff

2010-01-25 Thread Sam Lang
On Jan 25, 2010, at 12:59 PM, Walter Ligon wrote: > In the current head how do you use the FUSE stuff? Just --enable-fuse, or do > you have to do anything else (like tell it which kernel or anything)? Just --enable-fuse. > > How about startup, what do you do to configure it and get it going?

[Pvfs2-developers] FUSE stuff

2010-01-25 Thread Walter Ligon
In the current head how do you use the FUSE stuff? Just --enable-fuse, or do you have to do anything else (like tell it which kernel or anything)? How about startup, what do you do to configure it and get it going? If you don't specify to build the old kernel mod, does it use FUSE automatical

Re: [Pvfs2-developers] FUSE for PVFS

2007-06-13 Thread Walter B. Ligon III
Awesome! Walt John Chandy wrote: To all, If there is any interest in running non-linux clients on PVFS, we have a preliminary release of pvfs2fuse which is a FUSE implementation of a PVFS filesystem. It allows any OS that supports FUSE to mount a PVFS filesystem. Presently, this includ

[Pvfs2-developers] FUSE for PVFS

2007-06-12 Thread John Chandy
To all, If there is any interest in running non-linux clients on PVFS, we have a preliminary release of pvfs2fuse which is a FUSE implementation of a PVFS filesystem. It allows any OS that supports FUSE to mount a PVFS filesystem. Presently, this includes Linux, FreeBSD, and MacOSX. T