Bug 1235971
Summary: | nfs-ganesha: ganesha-ha.sh --status is actually same as "pcs status" | |||
---|---|---|---|---|
Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | Saurabh <saujain> | |
Component: | nfs-ganesha | Assignee: | Kaleb KEITHLEY <kkeithle> | |
Status: | CLOSED ERRATA | QA Contact: | Saurabh <saujain> | |
Severity: | medium | Docs Contact: | ||
Priority: | unspecified | |||
Version: | rhgs-3.1 | CC: | ansubram, asrivast, byarlaga, divya, jthottan, kkeithle, mzywusko, ndevos, nlevinki, saujain, skoduri, vagarwal | |
Target Milestone: | --- | Keywords: | ZStream | |
Target Release: | RHGS 3.1.1 | |||
Hardware: | x86_64 | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | glusterfs-3.7.1-13 | Doc Type: | Bug Fix | |
Doc Text: |
Previously, the ganesha-ha.sh --status command printed the output of "pcs status" as is on the screen. The output was not user friendly. With this fix, the output of the pcs status is formatted well and is easily understandable by the user.
|
Story Points: | --- | |
Clone Of: | ||||
: | 1250628 (view as bug list) | Environment: | ||
Last Closed: | 2015-10-05 07:15:09 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: | 1250628, 1251815, 1256227 | |||
Deadline: | 2015-08-28 |
Description
Saurabh
2015-06-26 08:56:12 UTC
What should be displayed? (In reply to Kaleb KEITHLEY from comment #3) > What should be displayed? As per the thoughts that I have I am putting it forward, 1. Lets remove the extra information such as the below mentioned lines, "Cluster name: nozomer Last updated: Fri Jun 26 14:12:32 2015 Last change: Thu Jun 25 17:03:58 2015 Stack: cman Current DC: nfs12 - partition with quorum Version: 1.1.11-97629de" 2. It should inform about the online nodes, that nfs-ganesha running, such as, Online: [ nfs11 nfs12 nfs13 nfs14 ] 3. Also, it should mention the status of the present running status that should have the information about the service failover to other node, such as, " Started: [ nfs11 nfs12 nfs13 nfs14 ] nfs11-cluster_ip-1 (ocf::heartbeat:IPaddr): Started nfs11 nfs11-trigger_ip-1 (ocf::heartbeat:Dummy): Started nfs11 nfs12-cluster_ip-1 (ocf::heartbeat:IPaddr): Started nfs12 nfs12-trigger_ip-1 (ocf::heartbeat:Dummy): Started nfs12 nfs13-cluster_ip-1 (ocf::heartbeat:IPaddr): Started nfs13 nfs13-trigger_ip-1 (ocf::heartbeat:Dummy): Started nfs13 nfs14-cluster_ip-1 (ocf::heartbeat:IPaddr): Started nfs14 nfs14-trigger_ip-1 (ocf::heartbeat:Dummy): Started nfs14 " But from these lines we need to remove pcs based info "(ocf::heartbeat:IPaddr) and (ocf::heartbeat:Dummy)", or instead we can write down something more easily readable statement. Hope, this sets the tone for change, if more inputs are required then please let me know. Moving this bz to verified, [root@nfs11 ~]# time bash /usr/libexec/ganesha/ganesha-ha.sh --status Online: [ nfs11.lab.eng.blr.redhat.com nfs12.lab.eng.blr.redhat.com nfs13.lab.eng.blr.redhat.com ] nfs11.lab.eng.blr.redhat.com-cluster_ip-1 nfs13.lab.eng.blr.redhat.com nfs11.lab.eng.blr.redhat.com-trigger_ip-1 nfs13.lab.eng.blr.redhat.com nfs12.lab.eng.blr.redhat.com-cluster_ip-1 nfs12.lab.eng.blr.redhat.com nfs12.lab.eng.blr.redhat.com-trigger_ip-1 nfs12.lab.eng.blr.redhat.com nfs13.lab.eng.blr.redhat.com-cluster_ip-1 nfs13.lab.eng.blr.redhat.com nfs13.lab.eng.blr.redhat.com-trigger_ip-1 nfs13.lab.eng.blr.redhat.com 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/RHSA-2015-1845.html |