google / seesaw

Seesaw v2 is a Linux Virtual Server (LVS) based load balancing platform.
Apache License 2.0
5.63k stars 511 forks source link

What does this error mean? Manager failed to determine haConfig #36

Open johntwei opened 6 years ago

johntwei commented 6 years ago

When starting seesaw, I saw following error in the seesaw_engine.ERROR file

E1016 17:16:02.756551 6427 core.go:366] Manager failed to determine haConfig: node 10.145.207.151 not configured

What does this mean? I do have seesaw.cfg and cluster.pb files and all the seesaw processes (watchdog, ncc, engine, ha, ecu, healthcheck) seem to be running.

10.145.207.151 is the current node, the peer is 10.145.207.153. vip is configured on the lb NIC on both seesaw nodes. dummy0 is present too.

John