From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lon Hohberger Date: Wed, 28 Sep 2011 16:35:45 -0400 Subject: [Cluster-devel] [PATCH] resource-agents: Find any descendant IP resource of a service In-Reply-To: <20110928111951.GA5752@pc514.iat.uni-leipzig.de> References: <20110928111951.GA5752@pc514.iat.uni-leipzig.de> Message-ID: <4E838521.6060008@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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: 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