Bug 822507
Summary: | Attribute unique in XML metadata | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Nate Straz <nstraz> |
Component: | fence-agents | Assignee: | Marek Grac <mgrac> |
Status: | CLOSED ERRATA | QA Contact: | Cluster QE <mspqa-list> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | 6.3 | CC: | cluster-maint, djansa, dyasny, jpokorny, mgrac, mjuricek, slevine |
Target Milestone: | rc | Keywords: | EasyFix |
Target Release: | 6.4 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | fence-agents-3.1.5-20.el6 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | 806883 | Environment: | |
Last Closed: | 2013-02-21 07:41:22 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 806883 | ||
Bug Blocks: |
Description
Nate Straz
2012-05-17 14:44:43 UTC
Fix is now in upstream: http://git.fedorahosted.org/git/?p=fence-agents.git;a=commit;h=87cbe09e06ce8a5fb578cffe21b3d2137d5f0e17 Unit test: ./fence_? -o metadata | grep unique <parameter name="action" unique="0" required="1"> <parameter name="ipaddr" unique="0" required="1"> .. there should be no answer for ./fence_? -o metadata | grep 'unique="1"' 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-0286.html Note that unique="0" could be omitted algotgether: [1,2] [1] https://github.com/ClusterLabs/resource-agents/blob/master/heartbeat/ra-api-1.dtd#L18 [2] https://github.com/ClusterLabs/resource-agents/blob/master/rgmanager/src/resources/ra-api-1-modified.dtd#L28 |