Bug 1334164
| Summary: | Worker dies with [Errno 5] Input/output error upon creation of entries at slave | |||
|---|---|---|---|---|
| Product: | [Community] GlusterFS | Reporter: | Raghavendra G <rgowdapp> | |
| Component: | distribute | Assignee: | Raghavendra G <rgowdapp> | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | ||
| Severity: | urgent | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | mainline | CC: | amukherj, asrivast, avishwan, bugs, chrisw, csaba, mchangir, nbalacha, nlevinki, rhinduja, storage-qa-internal | |
| Target Milestone: | --- | Keywords: | Regression, ZStream | |
| Target Release: | --- | |||
| Hardware: | x86_64 | |||
| OS: | Linux | |||
| Whiteboard: | ||||
| Fixed In Version: | glusterfs-3.9.0 | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | 1325760 | |||
| : | 1336284 (view as bug list) | Environment: | ||
| Last Closed: | 2017-03-27 18:22:53 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: | 1325760 | |||
| Bug Blocks: | 1336284, 1336285, 1348060 | |||
|
Comment 1
Raghavendra G
2016-05-09 05:01:44 UTC
REVIEW: http://review.gluster.org/14295 (cluster/distribute: use a linked inode in directory heal codepath) posted (#1) for review on master by Raghavendra G (rgowdapp) REVIEW: http://review.gluster.org/14295 (cluster/distribute: use a linked inode in directory heal codepath) posted (#2) for review on master by Raghavendra G (rgowdapp) REVIEW: http://review.gluster.org/14319 (cluster/distribute: heal layout in discover codepath too) posted (#3) for review on master by Raghavendra G (rgowdapp) COMMIT: http://review.gluster.org/14295 committed in master by Raghavendra G (rgowdapp) ------ commit 06f92634d9ad8aa5c56d786e5248016c283e5c5b Author: Raghavendra G <rgowdapp> Date: Wed May 11 17:49:10 2016 +0530 cluster/distribute: use a linked inode in directory heal codepath This is needed for following reasons: * healing is done in lookup and mkdir codepath where inode is not linked _yet_ as normally linking is done in interface layers (fuse-bridge, gfapi, nfsv3 etc). * healing consists of non-lookup fops like inodelk, setattr, setxattr etc. All non-lookup fops expect a linked inode. Change-Id: I1bd8157abbae58431b7f6f6fffee0abfe5225342 BUG: 1334164 Signed-off-by: Raghavendra G <rgowdapp> Reviewed-on: http://review.gluster.org/14295 NetBSD-regression: NetBSD Build System <jenkins.org> CentOS-regression: Gluster Build System <jenkins.com> Smoke: Gluster Build System <jenkins.com> Reviewed-by: Susant Palai <spalai> Reviewed-by: mohammed rafi kc <rkavunga> REVIEW: http://review.gluster.org/14364 (cluster/distribute: heal layout in discover codepath too) posted (#1) for review on master by Pranith Kumar Karampuri (pkarampu) REVIEW: http://review.gluster.org/14365 (cluster/distribute: heal layout in discover codepath too) posted (#1) for review on master by Pranith Kumar Karampuri (pkarampu) REVIEW: http://review.gluster.org/14366 (cluster/distribute: heal layout in discover codepath too) posted (#1) for review on master by Pranith Kumar Karampuri (pkarampu) COMMIT: http://review.gluster.org/14365 committed in master by Raghavendra G (rgowdapp) ------ commit a74f8cf4e7edc2ce9f045317a18dacddf25adb8a Author: Raghavendra G <rgowdapp> Date: Fri May 13 11:40:57 2016 +0530 cluster/distribute: heal layout in discover codepath too BUG: 1334164 Change-Id: I4259d88f2b6e4f9d4ad689bc4e438f1db9cfd177 Signed-off-by: Raghavendra G <rgowdapp> Reviewed-on: http://review.gluster.org/14365 Tested-by: Pranith Kumar Karampuri <pkarampu> Smoke: Gluster Build System <jenkins.com> NetBSD-regression: NetBSD Build System <jenkins.org> CentOS-regression: Gluster Build System <jenkins.com> This bug is getting closed because a release has been made available that should address the reported issue. In case the problem is still not fixed with glusterfs-3.9.0, please open a new bug report. glusterfs-3.9.0 has been announced on the Gluster mailinglists [1], packages for several distributions should become available in the near future. Keep an eye on the Gluster Users mailinglist [2] and the update infrastructure for your distribution. [1] http://lists.gluster.org/pipermail/gluster-users/2016-November/029281.html [2] https://www.gluster.org/pipermail/gluster-users/ |