Bug 1426156
Summary: | [Ganesha CLI] : Negative Test - Ganesha enable is successful even when ganesha conf files are missing. | ||
---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | Jiffin <jthottan> |
Component: | glusterd | Assignee: | Jiffin <jthottan> |
Status: | CLOSED WONTFIX | QA Contact: | |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 3.10 | CC: | amukherj, asoman, bturner, bugs, jthottan, kkeithle, rhinduja, rhs-bugs, rtalur, skoduri, storage-qa-internal |
Target Milestone: | --- | Keywords: | Triaged |
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | 1398186 | Environment: | |
Last Closed: | 2017-08-08 15:29:08 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: | 1398186 |
Description
Jiffin
2017-02-23 10:23:59 UTC
REVIEW: https://review.gluster.org/16733 (glusterd/ganesha : return proper value in pre_setup()) posted (#1) for review on release-3.10 by jiffin tony Thottan (jthottan) REVIEW: https://review.gluster.org/16823 (ganesha/scripts : Stop ganesha process on all nodes if cluster setup fails) posted (#1) for review on release-3.10 by jiffin tony Thottan (jthottan) COMMIT: https://review.gluster.org/16823 committed in release-3.10 by Kaleb KEITHLEY (kkeithle) ------ commit e2cbfcbf154cc7b0c95eaaf079eab7291ffdb580 Author: Jiffin Tony Thottan <jthottan> Date: Thu Mar 2 12:22:30 2017 +0530 ganesha/scripts : Stop ganesha process on all nodes if cluster setup fails During staging phase of volume option "nfs-ganesha", symlink "ganesha.conf" will be created plus ganesha process will be started. The cluster setup happens during commit phase of that option. So if cluster set up fails, the ganesha process will be running on all cluster nodes. Change-Id: Ib2cb85364b7ef5b702acb4826ffdf8e6f31a2acd BUG: 1426156 Signed-off-by: Jiffin Tony Thottan <jthottan> Reviewed-on: https://review.gluster.org/16823 Smoke: Gluster Build System <jenkins.org> Tested-by: Kaleb KEITHLEY <kkeithle> Reviewed-by: soumya k <skoduri> Reviewed-by: Kaleb KEITHLEY <kkeithle> NetBSD-regression: NetBSD Build System <jenkins.org> CentOS-regression: Gluster Build System <jenkins.org> COMMIT: https://review.gluster.org/16733 committed in release-3.10 by Kaleb KEITHLEY (kkeithle) ------ commit 658d2b174a0f280d8ba2dde30cf9e4686312c430 Author: Jiffin Tony Thottan <jthottan> Date: Wed Feb 22 18:26:30 2017 +0530 glusterd/ganesha : return proper value in pre_setup() Change-Id: I6f7ce82488904c7d418ee078162f26f1ec81e9d9 BUG: 1426156 Signed-off-by: Jiffin Tony Thottan <jthottan> Reviewed-on: https://review.gluster.org/16733 Smoke: Gluster Build System <jenkins.org> Reviewed-by: Atin Mukherjee <amukherj> Reviewed-by: Raghavendra Talur <rtalur> Tested-by: Raghavendra Talur <rtalur> NetBSD-regression: NetBSD Build System <jenkins.org> CentOS-regression: Gluster Build System <jenkins.org> Since the plan is to deprecate CLIs and move to storehaug for nfs-ganesha cluster setup in the near future, this enhancement to validate invalid inputs cannot be taken. |