Bug 1393966
Summary: | gdeploy: Incorrect Console message when nfs-ganesha cluster creation fails. | ||
---|---|---|---|
Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | Arthy Loganathan <aloganat> |
Component: | gdeploy | Assignee: | Sachidananda Urs <surs> |
Status: | CLOSED ERRATA | QA Contact: | Arthy Loganathan <aloganat> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | rhgs-3.2 | CC: | aloganat, amukherj, rhinduja, rhs-bugs, smohan, storage-qa-internal |
Target Milestone: | --- | ||
Target Release: | RHGS 3.2.0 | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | gdeploy-2.0.1-6 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-03-23 05:08:39 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: | 1394815, 1395539, 1395648, 1395649, 1395652 | ||
Bug Blocks: | 1351528, 1364410 |
Description
Arthy Loganathan
2016-11-10 17:57:16 UTC
This is a bit tricky, because currently we don't know what are all the possible console output in case of failure in setup. Since Ganesha involves quite a few number of services. We had currently captured two error cases. Now pcs has cropped up. I propose this beyond 3.2.0? Any concerns? And currently disable the particular health check status. User can determine by looking at console output if anything failed during the process. I have raised a bug on "/usr/libexec/ganesha/ganesha-ha.sh --status" to check all services which are used in nfs-ganesha are running and with few more status checks. bug info - https://bugzilla.redhat.com/show_bug.cgi?id=1394815 Commit: https://github.com/gluster/gdeploy/commit/dcdc29deb39 fixes the issue. Verified the fix in build, gdeploy-2.0.1-6.el7rhgs.noarch nfs-ganesha-2.4.1-2.el7rhgs.x86_64 nfs-ganesha-gluster-2.4.1-2.el7rhgs.x86_64 glusterfs-ganesha-3.8.4-8.el7rhgs.x86_64 Current Output Status Message: ------------------------------- If nfs-ganesha installation succeeds: TASK [Report NFS Ganesha status] *********************************************** ok: [dhcp46-42.lab.eng.blr.redhat.com] => { "msg": "Cluster HA Status: HEALTHY" } If there are any errors: TASK [Report NFS Ganesha status (If any errors)] ******************************* ok: [dhcp46-42.lab.eng.blr.redhat.com] => { "msg": "Error: cluster is not currently running on this node" } Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHEA-2017-0482.html |