Bart,

I've no experience with the DRBD RA but I guess I can give you a few hints.
>From my experience on other RA, NOT_INSTALLED error doesn't necessary mean
that some tools are not installed. It might mean that a requirement of DRBD
is not properly setup (can be an external tool, but could be a
configuration item as well).

To make sure, you should give a look at the DRBD OCF RA source code and
grep for OCF_ERR_INSTALLED. I'm looking at my Ubuntu box the DRBD RA, and
found out that the drbd_init() function will need a drbd.conf file. Not
being available or not at the expected place will most likely trigger a
OCF_ERR_INSTALLED.

Sekine



2014-07-01 22:00 GMT+02:00 Bart Coninckx <bart.conin...@telenet.be>:

>         Hi,
>
> I get this error message for every DRBD resource I have:
>
> notice: unpack_rsc_op: Preventing ms_drbd_lx06 from re-starting on
> storage3: operation stop failed 'not installed' (rc=5)
>
> The OCF return codes table points to required tools missing, but I cannot
> find which tools are missing. I've checked the OCF script for drbd but I
> don't get the impression something vital is not there.
>
> Any help would be appreciated.
>
> Rgds,
>
> BC
>
>
> _______________________________________________
> Pacemaker mailing list: Pacemaker@oss.clusterlabs.org
> http://oss.clusterlabs.org/mailman/listinfo/pacemaker
>
> Project Home: http://www.clusterlabs.org
> Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
> Bugs: http://bugs.clusterlabs.org
>
_______________________________________________
Pacemaker mailing list: Pacemaker@oss.clusterlabs.org
http://oss.clusterlabs.org/mailman/listinfo/pacemaker

Project Home: http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
Bugs: http://bugs.clusterlabs.org

Reply via email to