Bug 532766
| Summary: | having multiple heuristics scripts listed in cluster.conf causes Relax-NG validity error | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | Martin P <rhbug> |
| Component: | system-config-cluster | Assignee: | Ryan McCabe <rmccabe> |
| Status: | CLOSED DUPLICATE | QA Contact: | Cluster QE <mspqa-list> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 5.3 | CC: | bbrock, cluster-maint |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-07-02 16:50:42 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: | |||
|
Description
Martin P
2009-11-03 18:27:12 UTC
Here's my patch:
--- cluster.ng 2008-09-19 13:50:43.000000000 -0400
+++ cluster.ng.patched 2009-11-03 13:32:50.000000000 -0500
@@ -314,7 +314,7 @@
<optional>
<attribute name="log_facility"/>
</optional>
- <optional>
+ <zeroOrMore>
<element name="heuristic">
<attribute name="program"/>
<optional>
@@ -327,7 +327,7 @@
<attribute name="tko"/>
</optional>
</element>
- </optional>
+ </zeroOrMore>
</element>
</optional>
*** This bug has been marked as a duplicate of bug 606826 *** |