diff --git a/pages/release-notes/v7-0/fuel_issues/managementVIP_issue.rst b/pages/release-notes/v7-0/fuel_issues/managementVIP_issue.rst new file mode 100644 index 000000000..4f54551de --- /dev/null +++ b/pages/release-notes/v7-0/fuel_issues/managementVIP_issue.rst @@ -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 `_.