Bug 878149
Summary: | Cluster model unexpectedly empty when no node can be contacted | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Radek Steiger <rsteiger> |
Component: | luci | Assignee: | Ryan McCabe <rmccabe> |
Status: | CLOSED ERRATA | QA Contact: | Cluster QE <mspqa-list> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 6.4 | CC: | cluster-maint, jpokorny, lnovich, slevine, tlavigne |
Target Milestone: | rc | Keywords: | Reopened |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | luci-0.26.0-38.el6 | Doc Type: | Bug Fix |
Doc Text: |
(Ryan to review)
Cause:
Unability to cope with the situation that no node of particular cluster
can be contacted at certain luci pages gracefully.
Consequence:
Certain places (Failover Domains, Fence Devices, Resources, and Service
Groups tabs) within luci result in Error 500 message accompanied with
the tracebacks in the log when no cluster node can be concated
(and hence there is no knowledge about the cluster in question).
Fix:
In the aforementioned cases, either "Unable to contact any of the nodes
in this cluster" or "No nodes from this cluster could be contacted.
The status of this cluster is unknown." is displayed as an appropriate
response.
Result:
Unability to contact any cluster node will not cause disruptive
behavior.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2013-11-21 10:59:16 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: |
Description
Radek Steiger
2012-11-19 18:16:22 UTC
I think this should actually be fixed as a side-effect of fixing Bug 807344 This is now fixed by upstream commit commit 50c49338b7b0d649383872b5f01ae3fde831bbfa Author: Ryan McCabe <rmccabe> Date: Tue Dec 4 09:47:34 2012 -0500 luci: Fix uncaught exception Catch all exceptions when the cluster model cannot be built. Signed-off-by: Ryan McCabe <rmccabe> Additional fix: commit 04b72fa55081041a79b339ad10ca0d8a582b0256 Author: Ryan McCabe <rmccabe> Date: Fri Dec 7 13:31:14 2012 -0500 luci: Fix for tracebacks when no nodes can be contacted Patch from Radek Steiger <rsteiger> to fix tracebacks that occurred in the fence devices, failover domains, and services sections when no nodes from a cluster cannot be contacted. Signed-off-by: Ryan McCabe <rmccabe> Fixing this bug shouldn't affect the luci documentation, so I'm marking this as docs_scoped-. *** Bug 985012 has been marked as a duplicate of this bug. *** 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. http://rhn.redhat.com/errata/RHSA-2013-1603.html |