Description of problem: Line 534 has error related to being unable to start node, possibly due to lack of quorum and the solution is to try --startall. The error message currently says "do to lack of quorum" and should read "due to lack of quorum" Version-Release number of selected component (if applicable): ccs.x86_64 0:0.16.2-43.el6 How reproducible: Always Steps to Reproduce: 1. Install ccs.x86_64 0:0.16.2-43.el6 version 2. View /usr/sbin/ccs line 534 3. Incorrect word is used in error message Actual results: The line "Unable to start %s, possibly do to lack of quorum, try --startall" is present Expected results: The line "Unable to start %s, possibly due to lack of quorum, try --startall" should be present
Set to low-priority.
With no nodes running. Before Fix (it takes a few minutes for the command to return): [root@ask-02 ~]# ccs -h localhost --start Unable to start localhost, possibly do to lack of quorum, try --startall Error: service cman start failed: After Fix: [root@ask-03 ccs_sync]# ccs -h localhost --start Unable to start localhost, possibly due to lack of quorum, try --startall Error: service cman start failed:
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/RHBA-2013-0453.html