[Bugs] [Bug 1285126] GlusterFS NFS does not implement an all_squash volume setting

bugzilla at redhat.com bugzilla at redhat.com
Thu Oct 13 04:04:54 UTC 2016


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

Earl Ruby <eruby at knowledgematters.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|needinfo?(eruby at knowledgema |
                   |tters.net)                  |



--- Comment #2 from Earl Ruby <eruby at knowledgematters.net> ---
The request was to implement all_squash, anonuid and anongid. The example given
in https://bugzilla.redhat.com/show_bug.cgi?id=1043886 was the export line:

/home/joe       pc001(rw,all_squash,anonuid=150,anongid=100)

... which will map all incoming user requests to UID 150, GID 100.

glusterfs-3.6.1 implements root_squash, anonuid and anongid.

root_squash maps UID 0 / GID 0 requests to anonuid / anongid.

all_squash should map ALL UIDs to anonuid and ALL GIDs to anongid.

-- 
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