[Cluster-devel] [PATCH] resource-agents: Find any descendant IP resource of a service

Lon Hohberger lhh at redhat.com
Wed Sep 28 20:35:45 UTC 2011


On 09/28/2011 07:19 AM, Michael Bunk wrote:
> Not just immediate children.  This fixes errors in sylog like this:
>
> rgmanager[xxxx]: Looking For IP Addresses [apache:apache]>  Failed - No IP Addresses Found

I -think- it was intentional; if it's not at the top level, you can do 
things like:

   <service>
     <apache>
       <ip/>
     </apache>
   </service>

The // will then find that IP, but the configuration generated by apache 
resource agent will be incorrect and cause the Apache instance to fail 
to start: it will try to bind to the IP address.

I suppose that's a degenerate case, however.

The RA guys should definitely have an idea here.

-- Lon




More information about the Cluster-devel mailing list