Bug 1352634
Summary: | qemu libgfapi clients hang when doing I/O | ||
---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | Raghavendra Talur <rtalur> |
Component: | libgfapi | Assignee: | bugs <bugs> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Sudhir D <sdharane> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | mainline | CC: | bugs, kaushal, lindsay.mathieson, ndevos, pgurusid, rtalur, sdharane |
Target Milestone: | --- | Keywords: | Triaged |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | glusterfs-3.9.0 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | 1352482 | Environment: | |
Last Closed: | 2017-03-27 18:14: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: | |||
Bug Blocks: | 1352482, 1352632 |
Description
Raghavendra Talur
2016-07-04 13:24:41 UTC
REVIEW: http://review.gluster.org/14854 (gfapi: update count when glfs_buf_copy is used) posted (#2) for review on master by Raghavendra Talur (rtalur) REVIEW: http://review.gluster.org/14854 (gfapi: update count when glfs_buf_copy is used) posted (#3) for review on master by Poornima G (pgurusid) REVIEW: http://review.gluster.org/14854 (gfapi: update count when glfs_buf_copy is used) posted (#4) for review on master by Raghavendra Talur (rtalur) REVIEW: http://review.gluster.org/14868 (gfapi: Add a test case to cover multiple vector input for glfs_pwritev_async()) posted (#1) for review on master by Poornima G (pgurusid) COMMIT: http://review.gluster.org/14854 committed in master by Niels de Vos (ndevos) ------ commit e51beeacf7fcb7359c129c8067cc95dcd2767e39 Author: Raghavendra Talur <rtalur> Date: Mon Jul 4 18:36:26 2016 +0530 gfapi: update count when glfs_buf_copy is used glfs_buf_copy collates all iovecs into a iovec with count=1. If gio->count is not updated it will lead to dereferencing of invalid address. Change-Id: I7c58071d5c6515ec6fee3ab36af206fa80cf37c3 BUG: 1352634 Signed-off-by: Raghavendra Talur <rtalur> Signed-off-by: Poornima G <pgurusid> Reported-By: Lindsay Mathieson <lindsay.mathieson> Reported-By: Dmitry Melekhov <dm> Reported-By: Tom Emerson <TEmerson> Reviewed-on: http://review.gluster.org/14854 Reviewed-by: Prashanth Pai <ppai> Reviewed-by: Kaushal M <kaushal> Smoke: Gluster Build System <jenkins.org> NetBSD-regression: NetBSD Build System <jenkins.org> Tested-by: Niels de Vos <ndevos> CentOS-regression: Gluster Build System <jenkins.org> Reviewed-by: Shyamsundar Ranganathan <srangana> Reviewed-by: Niels de Vos <ndevos> 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/ REVIEW: https://review.gluster.org/14868 (gfapi: Add a test case to cover multiple vector input for glfs_pwritev_async()) posted (#2) for review on master by Poornima G (pgurusid) |