Red Hat Bugzilla – Bug 1182793
When attempting to add a duplicate fence level we get a non-useful error message
Last modified: 2015-11-19 04:34:11 EST
Description of problem: When attempting to add a duplicate fence level we don't get a useful error message How reproducible: Always We should just pass through the error we get from pcs when attempting to add a duplicate fence level.
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