Sounds like a bug, but isn't checktimeout a global option rather than
per vip?
sa wrote:
> Hello,
>
> I'm testing a load balance environment with DR configuration.
>
> That's my ldirectord.cf:
>
> logfile="local0"
> virtual = VIP:80
> real = RIP:80 gate
> real = RIP:80 gate
> checktimeout = 10
> scheduler = sed
> netmask=255.255.255.224
> protocol = tcp
> checktype = connect
>
> Load balance is on apache service. Shutting down on apache server ldirectord
> sets the relative weight to 0. Correct!
>
> When I restart apache ldirectord restore the real server but set it to masq.
> Not Correct!
>
>
> Any suggestion? There is a way to say NEVER use masq directive?
>
|