Hide Forgot
This bug has been copied from bug #726777 and has been proposed to be backported to 6.1 z-stream (EUS).
http://git.fedorahosted.org/git/?p=cluster.git;a=commitdiff;h=63c82dd8e3977c9073e3e74967647b80bf777138 ad-hoc patch based on 6.2 auto-generated schema Unit test results: <fencedevices> <fencedevice name="xvm" agent="fence_xvm"/> <fencedevice name="ucs" agent="fence_cisco_ucs" suborg="/foo/bar"/> </fencedevices> Before updating the packages: [root@rhel6-node2 cluster]# grep -C1 suborg /usr/share/cluster/cluster.rng [root@rhel6-node2 cluster]# ccs_config_validate Relax-NG validity error : Extra element fencedevices in interleave tempfile:20: element fencedevices: Relax-NG validity error : Element cluster failed to validate content Configuration fails to validate Apply patch/update [root@rhel6-node2 cluster]# grep -C1 suborg /usr/share/cluster/cluster.rng <optional> <attribute name="suborg" rha:description="Additional path needed to access suborganization" /> </optional> [root@rhel6-node2 cluster]# ccs_config_validate Configuration validates
Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: Prior to this update, the "suborg" option was not allowed by the cluster configuration schema defined in the /usr/share/cluster/cluster.rng file. As a consequence, when the "suborg" option was specified for the fence_cisco_ucs agent, the cluster refused to validate the configuration schema. The "suborg" option is now properly recognized, which fixes the problem.
An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2011-1236.html