Hi!

I have a lsb resource not running during bootup but successfully runs after
issueing command:

crm resource start <resourcename>

Here's my config:

primitive nuxeoctl lsb:nuxeoctl \
        op monitor interval="30s" timeout="300" depth="0" \
        op start interval="0" timeout="300s" \
        op stop interval="0" timeout="300s"
primitive data_fs ocf:heartbeat:Filesystem \
        params device="/dev/mapper/data" directory="/var/lib/data"
fstype="ext3"
clone datafsClone data_fs
clone nuxeoClone nuxeoctl
colocation colNuxeowithDataFS inf: nuxeoClone datafsClone
order ordNuxeoafterDataFS inf: datafsClone nuxeoClone

Anything I missed out? By the way, the lsb resource is an application based
on jboss AS.

Thanks!

Oliver
_______________________________________________
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