Bug 1460514
Summary: | [Ganesha] : Ganesha crashes while cluster enters failover/failback mode | |||
---|---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | Jiffin <jthottan> | |
Component: | libgfapi | Assignee: | Jiffin <jthottan> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | bugs <bugs> | |
Severity: | high | Docs Contact: | ||
Priority: | unspecified | |||
Version: | mainline | CC: | amukherj, asoman, bturner, bugs, dang, ffilz, jthottan, kkeithle, mbenjamin, msaini, pasik, rhinduja, rhs-bugs, skoduri, storage-qa-internal | |
Target Milestone: | --- | Keywords: | Regression, TestBlocker, Triaged | |
Target Release: | --- | |||
Hardware: | x86_64 | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | glusterfs-3.13.0 | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | ||
Clone Of: | 1457183 | |||
: | 1477994 1559352 (view as bug list) | Environment: | ||
Last Closed: | 2017-09-05 17:33:35 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: | 1457183, 1477994, 1559352 |
Description
Jiffin
2017-06-11 17:03:15 UTC
REVIEW: https://review.gluster.org/17502 (gfapi : Resolve "." and ".." only for named lookups) posted (#1) for review on master by jiffin tony Thottan (jthottan) REVIEW: https://review.gluster.org/17502 (gfapi : Resolve "." and ".." only for named lookups) posted (#2) for review on master by jiffin tony Thottan (jthottan) REVIEW: https://review.gluster.org/17502 (gfapi : Resolve "." and ".." only for named lookups) posted (#3) for review on master by jiffin tony Thottan (jthottan) REVIEW: https://review.gluster.org/17502 (gfapi : Resolve "." and ".." only for named lookups) posted (#4) for review on master by jiffin tony Thottan (jthottan) COMMIT: https://review.gluster.org/17502 committed in master by Jeff Darcy (jeff.us) ------ commit a052b413242783f39cb3312a6a02bdd025b10f0c Author: Jiffin Tony Thottan <jthottan> Date: Sun Jun 11 07:33:52 2017 +0530 gfapi : Resolve "." and ".." only for named lookups The patch https://review.gluster.org/#/c/17177 resolves "." and ".." to corrosponding inodes and names before sending the request to the backend server. But this will only work if inode and its parent is linked properly. Incase of nameless lookup(applications like ganesha) the inode of parent can be NULL(only gfid is send). So this patch will resolve "." and ".." only if proper parent is available Change-Id: I4c50258b0d896dabf000a547ab180b57df308a0b BUG: 1460514 Signed-off-by: Jiffin Tony Thottan <jthottan> Reviewed-on: https://review.gluster.org/17502 Smoke: Gluster Build System <jenkins.org> NetBSD-regression: NetBSD Build System <jenkins.org> Reviewed-by: Poornima G <pgurusid> CentOS-regression: Gluster Build System <jenkins.org> Reviewed-by: soumya k <skoduri> Reviewed-by: Jeff Darcy <jeff.us> REVIEW: https://review.gluster.org/17844 (tests/gfapi : add test case for the commit a052b4) posted (#1) for review on master by jiffin tony Thottan (jthottan) REVIEW: https://review.gluster.org/17844 (tests/gfapi : add test case for nameless lookups in glfs_resolve_component()) posted (#2) for review on master by jiffin tony Thottan (jthottan) COMMIT: https://review.gluster.org/17844 committed in master by soumya k (skoduri) ------ commit 5c433f8f5834a4cae62d0375bfdb273242630f01 Author: Jiffin Tony Thottan <jthottan> Date: Fri Jul 21 12:14:25 2017 +0530 tests/gfapi : add test case for nameless lookups in glfs_resolve_component() Plus address pending comment to add check for entry "" in glfs_resolve_component() Change-Id: I6063f776ce1cd76cb4c1b1f621b064f3dcc91e5c BUG: 1460514 Signed-off-by: Jiffin Tony Thottan <jthottan> Reviewed-on: https://review.gluster.org/17844 Smoke: Gluster Build System <jenkins.org> CentOS-regression: Gluster Build System <jenkins.org> Reviewed-by: Niels de Vos <ndevos> Reviewed-by: soumya k <skoduri> 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.12.0, please open a new bug report. glusterfs-3.12.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/announce/2017-September/000082.html [2] https://www.gluster.org/pipermail/gluster-users/ 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.13.0, please open a new bug report. glusterfs-3.13.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/announce/2017-December/000087.html [2] https://www.gluster.org/pipermail/gluster-users/ |