[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gluster-devel] Minor feature request, other comments on 1.4 branch
From: |
Amar Tumballi (bulde) |
Subject: |
Re: [Gluster-devel] Minor feature request, other comments on 1.4 branch |
Date: |
Wed, 10 Sep 2008 22:12:35 -0700 |
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