<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>Hi,</div>

<div>I want to start several services after the drbd ressource an the filessystem is avaiable. This is my current configuration:</div>

<div> </div>

<div>node $id="184548773" host-1 \<br/>
        attributes standby="on"<br/>
node $id="184548774" host-2 \<br/>
        attributes standby="on"<br/>
primitive collectd lsb:collectd \<br/>
        op monitor interval="10" timeout="30" \<br/>
        op start interval="0" timeout="120" \<br/>
        op stop interval="0" timeout="120"<br/>
primitive failover-ip1 ocf:heartbeat:IPaddr \<br/>
        params ip="192.168.6.6" nic="eth0:0" cidr_netmask="32" \<br/>
        op monitor interval="10s"<br/>
primitive failover-ip2 ocf:heartbeat:IPaddr \<br/>
        params ip="192.168.6.7" nic="eth0:1" cidr_netmask="32" \<br/>
        op monitor interval="10s"<br/>
primitive failover-ip3 ocf:heartbeat:IPaddr \<br/>
        params ip="192.168.6.8" nic="eth0:2" cidr_netmask="32" \<br/>
        op monitor interval="10s"<br/>
primitive res_drbd_export ocf:linbit:drbd \<br/>
        params drbd_resource="hermes"<br/>
primitive res_fs ocf:heartbeat:Filesystem \<br/>
        params device="/dev/drbd0" directory="/mnt" fstype="ext4"<br/>
group mygroup failover-ip1 failover-ip2 failover-ip3 collectd<br/>
ms ms_drbd_export res_drbd_export \<br/>
        meta notify="true" master-max="1" master-node-max="1" clone-max="2" clone-node-max="1"<br/>
location cli-prefer-collectd collectd inf: host-1<br/>
location cli-prefer-failover-ip1 failover-ip1 inf: host-1<br/>
location cli-prefer-failover-ip2 failover-ip2 inf: host-1<br/>
location cli-prefer-failover-ip3 failover-ip3 inf: host-1<br/>
location cli-prefer-res_drbd_export res_drbd_export inf: hermes-1<br/>
location cli-prefer-res_fs res_fs inf: host-1<br/>
colocation c_export_on_drbd inf: mygroup res_fs ms_drbd_export:Master<br/>
order o_drbd_before_services inf: ms_drbd_export:promote res_fs:start<br/>
property $id="cib-bootstrap-options" \<br/>
        dc-version="1.1.10-42f2063" \<br/>
        cluster-infrastructure="corosync" \<br/>
        stonith-enabled="false" \<br/>
        no-quorum-policy="ignore" \<br/>
        last-lrm-refresh="1447686090"<br/>
#vim:set syntax=pcmk</div>

<div> </div>

<div>I don't found the right way, to order the startup of new services (example collectd), after the /mnt is mounted. Can you help me?</div>

<div><br/>
 </div></div></body></html>