On 2013-06-03T16:07:33, Thomas Schulte <[email protected]> wrote:

> If the ldirectord and a managed service (let's say vsftpd) are on the 
> same node, everything is fine.
> But if vsftpd is on a different node, I need a ocf:heartbeat:Route 
> resource to set a special gateway in a separate routing table
> on both nodes so that the packets find their way back to the director.
> This setup is running fine if it's configued manullay, but of course I 
> need this to be done automatically.

In short, you want the Route clone to be running where ldirectord isn't
running?

primitive pri_ldirectord ... \
        meta priority=1000
clone clone_route ... \
        meta interleave="true" priority=0

colocation -inf: cloned_route pri_ldirectord

?


Regards,
    Lars

-- 
Architect Storage/HA
SUSE LINUX Products GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 
21284 (AG Nürnberg)
"Experience is the name everyone gives to their mistakes." -- Oscar Wilde

_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to