Bug 1425697
Summary: | dht_setxattr returns EINVAL when a file is deleted during the FOP | ||
---|---|---|---|
Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | Nithya Balachandran <nbalacha> |
Component: | distribute | Assignee: | Nithya Balachandran <nbalacha> |
Status: | CLOSED ERRATA | QA Contact: | Prasad Desala <tdesala> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rhgs-3.2 | CC: | amukherj, asrivast, bugs, rhinduja, rhs-bugs, storage-qa-internal |
Target Milestone: | --- | ||
Target Release: | RHGS 3.3.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | glusterfs-3.8.4-19 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | 1421653 | Environment: | |
Last Closed: | 2017-09-21 04:33:25 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: | 1421653 | ||
Bug Blocks: | 1417147, 1424915, 1424921, 1424925 |
Description
Nithya Balachandran
2017-02-22 07:07:00 UTC
downstream patch : https://code.engineering.redhat.com/gerrit/#/c/101316/ Verified this BZ on glusterfs version 3.8.4-24.el7rhgs.x86_64. Followed the same steps as in the description, after the fix dht_setxattr and dht_removexattr returns ENOENT when the file is deleted. Output console snips: ===================== Set xattr: ========== [root@dhcp tmp_fuse]# setfattr -n trusted.test.sample1 -v "testing" block setfattr: block: No such file or directory [root@dhcp tmp_fuse]# setfattr -n trusted.test.sample1 -v "testing" char setfattr: char: No such file or directory [root@dhcp tmp_fuse]# setfattr -n trusted.test.sample1 -v "testing" vitest setfattr: vitest: No such file or directory [root@dhcp tmp_fuse]# setfattr -n trusted.test.sample1 -v "testing" pipefile setfattr: pipefile: No such file or directory [root@dhcp tmp_fuse]# setfattr -n trusted.test.sample1 -v "testing" zero setfattr: zero: No such file or directory [root@dhcp tmp_fuse]# setfattr -n trusted.test.sample1 -v "testing" dir_test setfattr: dir_test: No such file or directory Remove xattr: ============= [root@dhcp tmp_fuse]# setfattr -x trusted.test.sample1 char setfattr: char: No such file or directory [root@dhcp tmp_fuse]# setfattr -x trusted.test.sample1 pipefile setfattr: pipefile: No such file or directory [root@dhcp tmp_fuse]# setfattr -x trusted.test.sample1 zero setfattr: zero: No such file or directory 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://access.redhat.com/errata/RHBA-2017:2774 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://access.redhat.com/errata/RHBA-2017:2774 |