Red Hat Bugzilla – Bug 1009098
Need ccs cluster.rng synched up with latest resource agents options
Last modified: 2014-07-04 14:05:37 EDT
Description of problem: ricci/ccs needs the latest cluster.rng to properly display cluster options How reproducible: Always Steps to Reproduce: 1. ccs -h localhost --lsresourceopts named | grep transf or 2. diff /usr/share/ccs/cluster.rng /var/lib/cluster/cluster.rng Actual results: 1. Returns nothing 2. Returns lots of stuff Expected results: 1. Should return transfer-source information 2. Should return nothing
(In reply to Chris Feist from comment #0) > Description of problem: > ricci/ccs needs the latest cluster.rng to properly display cluster options > > How reproducible: > Always > > Steps to Reproduce: > 1. ccs -h localhost --lsresourceopts named | grep transf The name of the option is actually update_source. ccs -h localhost --lsresourceopts named | grep update_source > or > 2. diff /usr/share/ccs/cluster.rng /var/lib/cluster/cluster.rng There are probably other differences besides the one in the named agent. Doing a diff would be the best option.
Make sure latest fence-agents, resource-agents, pacemaker, sanlock & fence-virt packages are installed. Before fix: [root@ask-02 test]# rpm -q ccs ccs-0.16.2-66.el6.x86_64 [root@ask-02 test]# diff /usr/share/ccs/cluster.rng /var/lib/cluster/cluster.rng ... lots of output ... After fix: [root@ask-02 test]# rpm -q ccs ccs-0.16.2-67.el6.x86_64 [root@ask-02 test]# diff /usr/share/ccs/cluster.rng /var/lib/cluster/cluster.rng [root@ask-02 test]# Also: [root@ask-02 test]# grep update_source /usr/share/ccs/cluster.rng <attribute name="update_source" rha:description="Use cluster ip as source."/> [root@ask-02 test]#
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-1673.html