Bug 1559352
Summary: | [Ganesha] : Ganesha crashes while cluster enters failover/failback mode | ||
---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | Jiffin <jthottan> |
Component: | libgfapi | Assignee: | bugs <bugs> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | bugs <bugs> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 3.10 | CC: | amukherj, asoman, bturner, bugs, dang, ffilz, jthottan, kkeithle, mbenjamin, msaini, pasik, rhinduja, rhs-bugs, skoduri, storage-qa-internal |
Target Milestone: | --- | Keywords: | Triaged |
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | glusterfs-3.10.12 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | 1460514 | Environment: | |
Last Closed: | 2018-05-07 15:05:04 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: | 1460514 | ||
Bug Blocks: | 1457183, 1477994 |
Description
Jiffin
2018-03-22 11:27:36 UTC
REVIEW: https://review.gluster.org/19765 (gfapi : Resolve \".\" and \"..\" only for named lookups) posted (#1) for review on release-3.10 by jiffin tony Thottan COMMIT: https://review.gluster.org/19765 committed in release-3.10 by "jiffin tony Thottan" <jthottan> with a commit message- 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 Upstream reference >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> >(cherry picked from commit a052b413242783f39cb3312a6a02bdd025b10f0c) Change-Id: I4c50258b0d896dabf000a547ab180b57df308a0b BUG: 1559352 Signed-off-by: Jiffin Tony Thottan <jthottan> 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.10.12, please open a new bug report. glusterfs-3.10.12 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/2018-April/000095.html [2] https://www.gluster.org/pipermail/gluster-users/ |