On 2013-02-06 15:32, Mario Linick wrote:
> Hi everyone,
> 
> i have  problems with a warn-message when configure a drbd-ra.
> 
> clusterinfo:
> nodes: 2
> os: sles11sp2 + sleha
> drbd-version: 8.41
> pacemaker: 1.1.7
> corosync: 1.4.3
> 
> 
> I'm stuck trying to add the DRBD resources. Specifically, whenever I try to 
> configure my DRBD resources I get the following:
> input are:
> 
> crm_configure primitive drbd_r0 ocf:linbit:drbd params drbd_resource="r0" op 
> monitor  interval="15"
> 
> the output is:
> 
> WARNING: drbd_r0: action monitor not advertised in meta-data, it may not be 
> supported by the RA
> 
> my question: 
> 
> what did I do wrong (i don't understand the follows of this warning )?

The DRBD RA only advertises monitor actions for Master & Slave role. Try:

crm_configure primitive drbd_r0 ocf:linbit:drbd \
        params drbd_resource="r0" \
        op monitor interval="30s" role="Slave"  \
        op monitor interval="29s" role="Master"

Regards,
Andreas

-- 
Need help with Pacemaker?
http://www.hastexo.com/now

> 
> can anyone help?
> 
> Thanks in advance,
> 
> Mario
> 
> 
> 
> 
> 
> _______________________________________________
> Linux-HA mailing list
> Linux-HA@lists.linux-ha.org
> http://lists.linux-ha.org/mailman/listinfo/linux-ha
> See also: http://linux-ha.org/ReportingProblems
> 




Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Linux-HA mailing list
Linux-HA@lists.linux-ha.org
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to