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: Dominik Klein <dk@xxxxxxxxxxxxxxxx>
Date: Mon, 24 Apr 2006 17:12:04 +0200
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
        }
}

vrrp_sync_group ACDDB_mysql_zwei {
        group { vip_mysql_zwei }
}

vrrp_sync_group ACDDB_mysql_zwei {
        group {
                vip_mysql_zwei
        }
}

makes both IPs come up the way they should.
So this seems so be a parse error in keepalived. I believe I the first syntax in a manpage.

Regards,
Dominik

<Prev in Thread] Current Thread [Next in Thread>