Re: [Gluster-users] does Gluster support O_DIRECT ?

2012-03-19 Thread Adam Tygart
Currently, FUSE doesn't support O_DIRECT, If you need to use O_DIRECT with a FUSE mounted volume, you should check out liboindirect. https://github.com/avati/liboindirect There have been patches submitted to the FUSE project to properly support O_DIRECT, but they have not been accepted yet. -- Ad

Re: [Gluster-users] does Gluster support O_DIRECT ?

2012-03-14 Thread Deepak C Shetty
On 03/14/2012 07:29 AM, Bill Bao wrote: This might be a question asked before, but I just couldn't effectively search the whole archives, So please bear me and kindly advise. We have a 3^rd party application (video streaming kind of) which uses directIO (O_DIRECT). On the server side, in

[Gluster-users] does Gluster support O_DIRECT ?

2012-03-14 Thread Bill Bao
This might be a question asked before, but I just couldn't effectively search the whole archives, So please bear me and kindly advise. We have a 3rd party application (video streaming kind of) which uses directIO (O_DIRECT). On the server side, in the posix translator, we added the "option o-