![]() |
lvs-users
|
| To: | "LinuxVirtualServer.org users mailing list." <lvs-users@xxxxxxxxxxxxxxxxxxxxxx> |
|---|---|
| Subject: | Re: keepalived handling 2 VIPs [solved -> maybe parse error?] |
| From: | Con Tassios <ct@xxxxxxxxxxx> |
| Date: | Tue, 25 Apr 2006 11:42:40 +1000 (EST) |
On Mon, 24 Apr 2006, Dominik Klein wrote:
> I remembered I had done a thing like this before so I checked the config file.
> The only difference I found was the vrrp_sync_group section being written
> slightly different: (see below)
>
> > vrrp_sync_group ACDDB_mysql_eins {
> > group { vip_mysql_eins }
> > }
>
> This converted to
>
> vrrp_sync_group ACDDB_mysql_eins {
> group {
> vip_mysql_eins
> }
> }
It does seem that keepalived has parsing problems. It took me a while to
figure out that the following doesn't work.
MISC_CHECK { misc_path "/path/to/script" }
But this one does work.
MISC_CHECK {
misc_path "/path/to/script"
}
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Connecting to the VIP from a NAT -ed realserver, Joseph Mack NA3T |
|---|---|
| Next by Date: | Re: keepalived handling 2 VIPs [solved -> maybe parse error?], Dominik Klein |
| Previous by Thread: | Re: keepalived handling 2 VIPs [solved -> maybe parse error?], Dominik Klein |
| Next by Thread: | Re: keepalived handling 2 VIPs, Joseph Mack NA3T |
| Indexes: | [Date] [Thread] [Top] [All Lists] |