Add management VIP issue to relnotes
Change-Id: I5d1b4637f9d87694ed1a6c86aacda563d6e643e1 Related-Bug:#1492210
This commit is contained in:
15
pages/release-notes/v7-0/fuel_issues/managementVIP_issue.rst
Normal file
15
pages/release-notes/v7-0/fuel_issues/managementVIP_issue.rst
Normal 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>`_.
|
||||
Reference in New Issue
Block a user