Comment 3 for bug 1356805

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

Reviewed: https://review.openstack.org/114193
Committed: https://git.openstack.org/cgit/stackforge/fuel-library/commit/?id=32f61400c7d68804df46593f5bd392c364958f91
Submitter: Jenkins
Branch: master

commit 32f61400c7d68804df46593f5bd392c364958f91
Author: Aleksandr Didenko <email address hidden>
Date: Thu Aug 14 13:19:12 2014 +0300

    Fix '/etc/init.d/supervisord status'

    "service supervisord status" reports wrong status (servise is up)
    even when supervisor is down. It uses "supervisorctl status" which
    returns exit code "0" when supervisor is down. We're adding
    additional check for status() function to fix this.

    Closes-bug: #1356805

    Change-Id: I6979d9b54c1e9fed2f1629ebc1edc741f2136b56