| Summary: | CI tests are failing with "0-testvol-dht: (null): failed to get the 'linkto' xattr No data available" on clients. | ||
|---|---|---|---|
| Product: | Red Hat Gluster Storage | Reporter: | Ben Turner <bturner> |
| Component: | glusterfs | Assignee: | Bug Updates Notification Mailing List <rhs-bugs> |
| Status: | CLOSED ERRATA | QA Contact: | Ben Turner <bturner> |
| Severity: | urgent | Docs Contact: | |
| Priority: | urgent | ||
| Version: | 2.1 | CC: | amarts, grajaiya, lmohanty, saujain, shaines, vbellur |
| Target Milestone: | --- | Keywords: | Regression, ZStream |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | glusterfs-3.4.0.38rhs | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-11-27 15:45:26 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: | |
|
Description
Ben Turner
2013-10-31 18:59:07 UTC
For records:
<snip>
This is indeed a glusterfs regression. Bad patch is a quota related commit which has broken rename() and link() calls:
commit e411c02ced689255914dc2b602bede42c09bd787
Author: Raghavendra G <rgowdapp>
Date: Wed Oct 30 14:15:23 2013 +0530
cluster/dht: instruct marker whenever it shouldn't do accounting
This is needed for two reasons:
* since dht-linkfiles are internal, they shouldn't be accounted.
* hardlink handling in marker is broken. link/unlink of hardlinks
present in same directory can break marker accounting. Hence, if src
and dst are in same directory in case of rename, dht - if it breaks
rename into link/unlink operations - should instruct marker to not to
do accounting.
Change-Id: Id14127d526c472ebee7bec1cfcdcb79ed2e2be72
BUG: 871015
Signed-off-by: Raghavendra G <rgowdapp>
Reviewed-on: https://code.engineering.redhat.com/gerrit/14844
Reviewed-by: Krishnan Parthasarathi <kparthas>
Tested-by: Krishnan Parthasarathi <kparthas>
</snip>
Verified on glusterfs-3.4.0.38rhs. To note, I did see BZ 1025604 which still needs to be addressed, but the issues this BZ were opened for are resolved. *** Bug 1026272 has been marked as a duplicate of this bug. *** 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. http://rhn.redhat.com/errata/RHBA-2013-1769.html |