Add management VIP issue to relnotes

Change-Id: I5d1b4637f9d87694ed1a6c86aacda563d6e643e1
Related-Bug:#1492210
This commit is contained in:
evkonstantinov
2015-09-14 17:19:28 +03:00
parent a1bb884922
commit f4c00aa686

View File

@@ -0,0 +1,15 @@
* Node reinstallation may break connection to a management Virtual IP
(VIP) address. As a result, OpenStack services will fail on Controller
nodes.
To work around the issue, switch the stop order of corosycn/Pacemaker:
In {/etc/rc6.d, /etc/rc1.d, /etc/rc0.d} do the following::
rm K20pacemaker
And then::
ln -s ../init.d/pacemaker K00pacemaker
See `LP1492210 <https://bugs.launchpad.net/fuel/+bug/1492210>`_.