Hi Brent, > I mentioned previously that GlusterFS is currently mounting with FUSE > default options, which now include nosuid and nodev. I've since been > hacking xlators/mount/fuse/src/fuse-bridge.c to add "-o suid" and "-o dev" > to the mount options, which works fine, but I think it would be generally > useful if a small patch could be added to the repository to add proper > [no]suid and [no]dev mount option processing. > I added support to have -o dev, -o suid by default, and --nodev and --nosuid as options to glusterfs to override if required. Noticed that 'nodev,nosuid' gets added by default in later libfuse in many flavors of GNU/Linux. (support added in glusterfs--mainline--3.0--patch-364) Regards, Amar