changing from single vip to multiple vip's does not work
Bug #1827465 reported by
Wouter van Bommel
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Percona Cluster Charm |
Triaged
|
Wishlist
|
Unassigned |
Bug Description
On an existing deployment updating the vip value to include multiple vips does not work. The result is that the newly added vip cannot be found in any configuration.
e.g. going from juju config mysql vip=10.20.40.26 to juju config mysql vip="10.20.40.26 10.20.43.26" will only keep the ip 10.20.40.26 and will not the 2nd ip.
Restart of pacemaker / corosync also did not change the situation.
crm config show, only returned the initially configured vip
Changed in charm-percona-cluster: | |
status: | New → Triaged |
importance: | Undecided → Wishlist |
To post a comment you must log in.
This might be a symptom caused by LP#1513889. It would be worth testing if a mysql cluster deployed with multiple vips from the start instantiates both or only one of them.