rgmanager does not log any errors or warning when same resources are being used in multiple services on RHEL 5 and RHEL 6
Issue
- When a
ipresource is used in more than one service, only the first instance of theipresource works. For example the servicedemoIP1works correctly, whereas the servicedemoIP2does not work correctly:
<rm>
<failoverdomains/>
<resources>
<ip address="192.168.122.221" monitor_link="1" sleeptime="10"/>
</resources>
<service autostart="0" exclusive="0" name="demoIP1" recovery="relocate">
<ip ref="192.168.122.221"/>
</service>
<service autostart="0" exclusive="0" name="demoIP2" recovery="relocate">
<ip ref="192.168.122.221"/>
</service>
</rm>
Environment
- Red Hat Enterprise Linux Server 5 (with the High Availability and Resilient Storage Add Ons)
- Red Hat Enterprise Linux Server 6 (with the High Availability and Resilient Storage Add Ons)
- Same resources shared by multiple cluster services.
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.