On 9/27/07, Cavailles, Philippe <[EMAIL PROTECTED]> wrote:
>
> Dear all,
> I am using HAv2 (2.1.2) on Linux RedHat ES3.
>
> I have created a configuration with drbd on two nodes as specified in
> http://www.linux-ha.org/DRBD/HowTov2
> with a monitoring interval of 10s. I have noticed that only the "slave"
> resource was monitored.
>
> Is it a configuration problem that come from me? Can anyone advice?
nod, this is something i really need to find time to fix one of these days.
master's dont use the "regular" monitor action
<op id="pr-ms1-drb_op3" name="monitor" timeout="5s" interval="10s"/>
you have to add another one with role="Master", eg.
<op id="pr-ms1-drb_op4" name="monitor" timeout="5s" interval="11s"
role="Master"/>
note the change in interval, you cant have two entries for the same
resource with the same values for name and interval.
_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems