Comment 7 for bug 1368728

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

Reviewed: https://review.openstack.org/121915
Committed: https://git.openstack.org/cgit/stackforge/fuel-library/commit/?id=5cd540218f53b933d8d5dd3c1aa347d60876f12d
Submitter: Jenkins
Branch: master

commit 5cd540218f53b933d8d5dd3c1aa347d60876f12d
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