[Bugs] [Bug 1162910] New: mount options no longer valid: noexec, nosuid, noatime

bugzilla at redhat.com bugzilla at redhat.com
Wed Nov 12 00:55:36 UTC 2014


https://bugzilla.redhat.com/show_bug.cgi?id=1162910

            Bug ID: 1162910
           Summary: mount options no longer valid: noexec, nosuid, noatime
           Product: GlusterFS
           Version: 3.6.0
         Component: fuse
          Severity: medium
          Assignee: bugs at gluster.org
          Reporter: skippy at skippy.net
                CC: bugs at gluster.org, gluster-bugs at redhat.com



Description of problem:
After upgrading to 3.6.1 from upstream repo, Gluster clients no longer support
the following mount options:
* noatime
* noexec
* nosuid


Version-Release number of selected component (if applicable): 3.6.1


How reproducible: Always


Steps to Reproduce:
1. upgrade to Gluster 3.6.1
2. mount -t glusterfs -o noexec,nosuid,noatime gluster-t1:/epa /mnt


Actual results:
root at gluster-t1:TESTING:~> mount -t glusterfs -o noatime,noexec,nosuid
gluster-t1:/epa /mnt
Invalid option noatime
root at gluster-t1:TESTING:~> mount -t glusterfs -o noexec,nosuid gluster-t1:/epa
/mnt
Invalid option noexec
root at gluster-t1:TESTING:~> mount -t glusterfs -o nosuid gluster-t1:/epa
/mntInvalid option nosuid
root at gluster-t1:TESTING:~> mount -t glusterfs gluster-t1:/epa /mnt
root at gluster-t1:TESTING:~>

Expected results:
With Gluster 3.5.2, all three mount options worked (or, at least, did not
prevent a mount).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.


More information about the Bugs mailing list