Bug 1182793
| Summary: | When attempting to add a duplicate fence level we get a non-useful error message | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Chris Feist <cfeist> |
| Component: | pcs | Assignee: | Chris Feist <cfeist> |
| Status: | CLOSED ERRATA | QA Contact: | cluster-qe <cluster-qe> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | low | ||
| Version: | 7.2 | CC: | cluster-maint, rsteiger, tojeline |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | pcs-0.9.140-1.el7 | Doc Type: | Bug Fix |
| Doc Text: |
Cause:
User tries to add a duplicate fence level in web UI.
Consequence:
UI displays an error message which does not say what the problem is.
Fix:
Show an error message from pcs when an error adding a fence level occurs.
Result:
User knows why the error occurred.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-11-19 09:34:11 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
Chris Feist
2015-01-15 22:43:25 UTC
Fixed Upstream: https://github.com/feist/pcs/commit/5f77ac3647575349ddb270e89fda3aecd1569033 We now show the STDERR from pcs when an error adding a fence level occurs. Before Fix: [root@rh71-node1 ~]# rpm -q pcs pcs-0.9.137-13.el7_1.2.x86_64 Open a node page in web UI. Add a duplicate fence level - enter the same combination of a level and a device which already exists. An error message is displayed: 'Unable to add fence level: (Error adding fence level)' After Fix: [root@rh71-node1:~]# rpm -q pcs pcs-0.9.140-1.el7.x86_64 Open a node page in web UI. Add a duplicate fence level - enter the same combination of a level and a device which already exists. An error message is displayed: 'Error: unable to add fencing level, fencing level for node: rh71-node1, at level: 1, with device: xvmNode1 already exists' 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-2290.html |