[Bugs] [Bug 1285126] New: GlusterFS NFS does not implement an all_squash volume setting
bugzilla at redhat.com
bugzilla at redhat.com
Tue Nov 24 23:52:01 UTC 2015
https://bugzilla.redhat.com/show_bug.cgi?id=1285126
Bug ID: 1285126
Summary: GlusterFS NFS does not implement an all_squash volume
setting
Product: GlusterFS
Version: 3.7.6
Component: cli
Assignee: bugs at gluster.org
Reporter: eruby at knowledgematters.net
CC: bugs at gluster.org, gluster-bugs at redhat.com
Description of problem:
all_squash is a standard NFS volume export option that sets all incoming
request UIDs to anonuid and all GIDs to anongid. root_squash is a standard NFS
volume export option that sets incoming requests from root to anonuid and
anongid. GlusterFS implements volume settings for anonuid (server.anonuid),
anongid (server.anongid), and root_squash (server.root-squash), but does not
implement all_squash (should be server.all-squash).
This option was requested in
https://bugzilla.redhat.com/show_bug.cgi?id=1043886 but that part of the
request was overlooked.
Version-Release number of selected component (if applicable): 3.7.6
How reproducible: always
Steps to Reproduce:
1. gluster volume set volume1 server.all-squash on
Actual results:
volume set: failed: option : server.all-squash does not exist
Did you mean server.root-squash?
Expected results:
volume set: success
Additional info:
https://bugzilla.redhat.com/show_bug.cgi?id=1043886
--
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