HA :Not able to connect with VirtualIP
HA setup with mysql and galera
LB1: 192.168.2.139
Controller1: 192.168.2.151
Controller2: 192.168.2.152
Controller3: 192.168.2.153
VirtualIP: 192.168.2.221
On Controller1 or on Controller2 , when i am starting neutron-server it is stopping automatically. At the end, i am getting error:
TRACE neutron OperationalError: (OperationalError) (2013, "Lost connection to MySQL server at 'reading initial communication packet', system error: 0") None None
On LB, when i am executing, mysql -u root -ppassword -h 192.168.2.151
it is working fine
but when i am connecting with virtual Ip
i.e.mysql -u root -ppassword -h 192.168.2.221
ERROR 2013 (HY000): Lost connection to MySQL server at 'reading initial communication packet', system error: 0
and output of telnet 192.168.2.221 3306
is
Trying 192.168.2.221...
Connected to 192.168.2.221.
Escape character is '^]'.
Connection closed by foreign host.