LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

Re: keepalived handling 2 VIPs [solved -> maybe parse error?]

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>