| Summary: | Missing option acl for glusterfs volume. | ||
|---|---|---|---|
| Product: | [Community] GlusterFS | Reporter: | Daniel Horák <dahorak> |
| Component: | gluster-hadoop-install | Assignee: | Jeff Vance <jvance> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Daniel Horák <dahorak> |
| Severity: | medium | Docs Contact: | |
| Priority: | high | ||
| Version: | pre-release | CC: | ashetty, eboyd, matt, mbukatov, mkudlej, shaines |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | 0.54 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-03-03 16:32:50 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Bug Depends On: | |||
| Bug Blocks: | 1057253 | ||
|
Description
Daniel Horák
2013-12-13 15:06:13 UTC
Additional information: Upstream documentation (wiki) mentions the acl option here: https://forge.gluster.org/hadoop/pages/InstallingAndConfiguringGlusterFS Should be fixed in version 0.53 and later. Looks like this has been fixed with rhs-hadoop-install-0_54-1.el6rhs.noarch What is the current status of: "acl mount option is required"?
Or better, which mount options are actually required for GlusterFS volume?
>> needinfo
Current status is that it was fixed in install.sh many versions earlier (0.54). "acl" was added to the gluster mount options. Tested and verified on RHSS-2.1.bd-20140211.n.0:
# rpm -q rhs-hadoop-install
rhs-hadoop-install-0_65-2.el6rhs.noarch
# grep HadoopVol /etc/fstab
HOSTNAME:/HadoopVol /mnt/glusterfs glusterfs entry-timeout=0,attribute-timeout=0,use-readdirp=no,acl,_netdev 0 0
"acl" option is between mount options.
>>> VERIFIED
|