Comment 10 for bug 1397284

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

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

commit 4ddb9fb81d11bb4ff845ae06cee688924c6e4ce7
Author: Vladimir Kuklin <email address hidden>
Date: Thu Dec 4 20:51:55 2014 +0300

    Set neutron OCF scripts umask to 0022

    For some reason pacemaker sets umask to 0026
    which leads to 0751 rights set for neutron
    agents scripts, which in turn create
    some of files with these rights set, which
    in turn can make metadata proxy process
    unmanagable, making router hang.

    Change-Id: I146f96c2215aff95af9fd53682f501f3a1b90349
    Related-bug: #1397284