>
>
> the GlusterFS client works over FUSE, and FUSE doesn't support mmap yet.
> That means you can't load libraries (.so) from FUSE filesystems. Witch
> takes
> to no GlusterFS root filesystems.


Fuse does not support mmap() for O_RDWR mode alone. for loading .so mmap is
done as O_RDONLY which works fine. Some users have tested glusterfs as root
before with some success.

avati

-- 
It always takes longer than you expect, even when you take into account
Hofstadter's Law.

-- Hofstadter's Law
_______________________________________________
Gluster-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/gluster-devel

Reply via email to