On 2011-06-13 23:26, Damon Miller wrote: > Hi all. I've been trying for a while now to get a working config in place > that combines Linux-HA, DRBD, and iSCSI (TGTD) to deliver a master/slave > target setup. I'm trying to follow various guides/mailing list posts I've > found the refer to the pieces of such a configuration but I'm stuck trying to > add the DRBD resources. Specifically, whenever I try to configure my DRBD > resources I get the following: > > # crm(drbd)# configure primitive crs ocf:linbit:drbd params drbd_resource=crs > op monitor interval=60s > WARNING: crs: action monitor not advertised in meta-data, it may not be > supported by the RA > WARNING: crs: action monitor not advertised in meta-data, it may not be > supported by the RA
op monitor role=Master interval=10 op monitor role=Slave interval=30 It's crucial to define monitor ops per role, and also to not configure identical intervals for both monitor ops. You may want to look at this, too: http://www.linbit.com/en/education/tech-guides/highly-available-iscsi-with-drbd-and-pacemaker/ Cheers, Florian
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
