On Sat, Sep 24, 2011 at 12:20 AM, Uwe Weiss <[email protected]> wrote: > Hello list, > > I would like to start a Resource depending on a mount point which is not > handled by pacemaker. > > I have some resources handled by pacemaker. This resources are stored on > Primary/Primary drbd drive. > Due to some other resources (outside pacemaker) on this drive I have to > start drbd and these other resources before I start corosync/pacemaker by > init.d. > > How can I build a constraint that checks the if drbd (resp. its mountpoint > is mounted) is up and running and then starts my pacemaker resources?
Create a resource as normal but configure it to have is-managed=false. That way we'll still monitor it, but never start or stop. > Thanks in advance > Uwe > > _______________________________________________ > Linux-HA mailing list > [email protected] > http://lists.linux-ha.org/mailman/listinfo/linux-ha > See also: http://linux-ha.org/ReportingProblems > _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
