Comment 8 for bug 1368728

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-library (stable/5.1)

Reviewed: https://review.openstack.org/121997
Committed: https://git.openstack.org/cgit/stackforge/fuel-library/commit/?id=2dac97bdb43629167e1774e2c7cc441a3146ef52
Submitter: Jenkins
Branch: stable/5.1

commit 2dac97bdb43629167e1774e2c7cc441a3146ef52
Author: Stepan Rogov <email address hidden>
Date: Tue Sep 16 20:00:30 2014 +0400

    Added file /etc/profile.d/nsx-alias.sh deletion in Ubuntu HA + NSX deploy

    Delete this file, because it uses bash-syntax for functions defenitions,
    but specified interpreter is /bin/sh and in Ubuntu /bin/sh->/bin/dash
    When corosync checks it resources, it uses /bin/sh which is equivalent
    /bin/dash in Ubuntu.
    Accordingly, corosync can not launch mysql.

    Change-Id: I950ae6ad40c2c43c410cc0af98ff3b08b52a0260
    Closes-bug: #1368728