Bug 1131418
Summary: | remove-brick: logs display the error related to "Operation not permitted" | ||
---|---|---|---|
Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | Saurabh <saujain> |
Component: | distribute | Assignee: | Susant Kumar Palai <spalai> |
Status: | CLOSED ERRATA | QA Contact: | Triveni Rao <trao> |
Severity: | medium | Docs Contact: | |
Priority: | high | ||
Version: | rhgs-3.0 | CC: | annair, bmohanra, mzywusko, nbalacha, nsathyan, sashinde, spalai, vagarwal |
Target Milestone: | --- | ||
Target Release: | RHGS 3.1.0 | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | glusterfs-3.7.1-1 | Doc Type: | Bug Fix |
Doc Text: |
Previously, when the gf_defrag_handle_hardlink function was executed, the setxattr was performed on the internal afr keys too. This lead to afr aborting the operation with the following error, which resulted in hard link migration failures:
"operation not supported".
With this fix, setxattr is performed only on the required keys.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2015-07-29 04:35:15 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: | |||
Bug Blocks: | 1202842 |
Description
Saurabh
2014-08-19 08:43:37 UTC
Upstream patch: http://review.gluster.org/#/c/7943/ Downstream patch: https://code.engineering.redhat.com/gerrit/#/c/26486/ [root@casino-vm1 ~]# gluster v info kit Volume Name: kit Type: Distributed-Replicate Volume ID: ae805fc4-45c2-4d80-94e8-ce50336bc3c4 Status: Started Number of Bricks: 5 x 2 = 10 Transport-type: tcp Bricks: Brick1: 10.70.35.57:/rhs/brick1/s0 Brick2: 10.70.35.136:/rhs/brick1/s0 Brick3: 10.70.35.57:/rhs/brick2/s0 Brick4: 10.70.35.136:/rhs/brick2/s0 Brick5: 10.70.35.57:/rhs/brick4/s0 Brick6: 10.70.35.136:/rhs/brick4/s0 Brick7: 10.70.35.57:/rhs/brick3/s0 Brick8: 10.70.35.136:/rhs/brick3/s0 Brick9: 10.70.35.57:/rhs/brick3/s1 Brick10: 10.70.35.136:/rhs/brick3/s1 Options Reconfigured: performance.readdir-ahead: on [root@casino-vm1 ~]# [root@casino-vm1 ~]# gluster v remove-brick kit 10.70.35.57:/rhs/brick3/s1 10.70.35.136:/rhs/brick3/s1 start volume remove-brick start: success ID: 11cfca87-0737-42fe-88ab-ec698b77914d [root@casino-vm1 ~]# [root@casino-vm1 ~]# gluster v remove-brick kit 10.70.35.57:/rhs/brick3/s1 10.70.35.136:/rhs/brick3/s1 status Node Rebalanced-files size scanned failures skipped status run time in s ecs --------- ----------- ----------- ----------- ----------- ----------- ------------ ----------- --- localhost 121 0Bytes 987 0 0 in progress 6 .00 10.70.35.136 0 0Bytes 0 0 0 in progress 6.00 [root@casino-vm1 ~]# gluster v remove-brick kit 10.70.35.57:/rhs/brick3/s1 10.70.35.136:/rhs/brick3/s1 status Node Rebalanced-files size scanned failures skipped status run time in secs --------- ----------- ----------- ----------- ----------- ----------- ------------ -------------- localhost 800 0Bytes 2492 0 0 in progress 26.00 10.70.35.136 0 0Bytes 0 0 0 completed 8.00 [root@casino-vm1 ~]# [root@casino-vm1 ~]# gluster v remove-brick kit 10.70.35.57:/rhs/brick3/s1 10.70.35.136:/rhs/brick3/s1 status Node Rebalanced-files size scanned failures skipped status run time in secs --------- ----------- ----------- ----------- ----------- ----------- ------------ -------------- localhost 14528 0Bytes 31863 0 0 in progress 425.00 10.70.35.136 0 0Bytes 0 0 0 completed 8.00 [root@casino-vm1 ~]# gluster v remove-brick kit 10.70.35.57:/rhs/brick3/s1 10.70.35.136:/rhs/brick3/s1 status Node Rebalanced-files size scanned failures skipped status run time in secs --------- ----------- ----------- ----------- ----------- ----------- ------------ -------------- localhost 16596 0Bytes 35305 0 0 completed 479.00 10.70.35.136 0 0Bytes 0 0 0 completed 8.00 [root@casino-vm1 ~]# [root@casino-vm2 ~]# less /var/log/glusterfs/kit-rebalance.log | grep "\sE\s" [root@casino-vm2 ~]# less /var/log/glusterfs/kit-rebalance.log | grep Operation [root@casino-vm2 ~]# [root@casino-vm2 ~]# less /var/log/glusterfs/kit-rebalance.log | grep permitted [root@casino-vm2 ~]# this bug is verified and found no issues. Updated doc text. Can you please review the same and sign off. Doc looks good. 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-2015-1495.html |