+++ This bug was initially created as a clone of Bug #231521 +++ Description of problem: The special non-OCF inherit flag for rgmanager's resource agents currently only inherits from the parent resource. For example, if the "nfslock" attr is inherited from the parent "service" for <fs> a la ineherit="service%nfslock", and the service is structured thusly: <service nfslock="1"> <fs/> <fs/> </service> Things work fine. However, if there's a necessary parent-child relationship between two <fs/> agents, the second one will not inherit the nfslock parameter: <service nfslock="1"> <fs> <!-- nfslock inherited --> <fs/> <!-- nfslock *not* inherited --> </fs> </service> So, the inherit-flag should check parents-of-parents until a parent <service> tag is found, or there are no more parents (e.g. service has no parents, so we can't check its ancestors).
Patches in CVS
An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on the solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2007-1000.html