Bug 1294035
Summary: | gluster fails to propagate permissions on the root of a gluster export when adding bricks | |||
---|---|---|---|---|
Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | Susant Kumar Palai <spalai> | |
Component: | distribute | Assignee: | Susant Kumar Palai <spalai> | |
Status: | CLOSED ERRATA | QA Contact: | Prasad Desala <tdesala> | |
Severity: | medium | Docs Contact: | ||
Priority: | medium | |||
Version: | rhgs-3.1 | CC: | amukherj, bhubbard, hamiller, mzywusko, nbalacha, rcyriac, rhinduja, rhs-bugs, sankarshan, smohan, spalai, storage-qa-internal, surs, tdesala | |
Target Milestone: | --- | |||
Target Release: | RHGS 3.2.0 | |||
Hardware: | All | |||
OS: | Linux | |||
Whiteboard: | dht-data-loss, triaged, dht-gss, dht-gss-ask, dht-3.2.0-proposed | |||
Fixed In Version: | glusterfs-3.8.4-2 | Doc Type: | Bug Fix | |
Doc Text: |
When a new brick was added, Red Hat Gluster Storage did not propagate permissions on the root directory of a brick during a heal operation. This resulted in errors because of incorrect permissions. This has been corrected so that permissions are correctly propagated.
|
Story Points: | --- | |
Clone Of: | 1082671 | |||
: | 1368012 (view as bug list) | Environment: | ||
Last Closed: | 2017-03-23 05:25:27 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: | ||
Embargoed: | ||||
Bug Depends On: | 1082671 | |||
Bug Blocks: | 1286204, 1351515, 1351530, 1368012, 1374573 |
Comment 2
Susant Kumar Palai
2015-12-24 06:47:59 UTC
Upstream patch http://review.gluster.org/#/c/15195/ posted for review. Upstream mainline : http://review.gluster.org/15195 Upstream 3.8 : http://review.gluster.org/15465 downstream patch : https://code.engineering.redhat.com/gerrit/84877 Moving back to post since one of the patch that is needed is not merged in 3.8. link: http://review.gluster.org/#/c/15464/2 Both upstream patches are merged: mainline : http://review.gluster.org/15195 3.8 : http://review.gluster.org/15465 Downstream: https://code.engineering.redhat.com/gerrit/#/c/85965/ Verified this BZ against glusterfs version:3.8.4-2.el7rhgs.x86_64. Here are the steps that were performed, 1) Created a distributed replica volume and started it. 2) FUSE mounted the volume on a client as a non root user. 3) Changed the permission on the mount point. sudo chmod a+rwx,+t /mnt/bug/ 4) Created a file on the mount point. 5) Added few bricks to the volume. The newly added bricks has got the same permissions as in step-3. 6) From client, created files and folders. No permission denied errors are seen and files & directories are created successfully without errors. Hence, moving the BZ to Verified. Doc looks fine. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHSA-2017-0486.html |