Comment 5 for bug 1446190

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

Reviewed: https://review.openstack.org/175838
Committed: https://git.openstack.org/cgit/stackforge/fuel-library/commit/?id=6d63386abe02d19c8f0fc75ac2219d30581249cf
Submitter: Jenkins
Branch: stable/6.0

commit 6d63386abe02d19c8f0fc75ac2219d30581249cf
Author: Bogdan Dobrelya <email address hidden>
Date: Mon Apr 20 14:14:06 2015 +0200

    Fix RabbitMQ OCF stop/start actions

    W/o this fix, rabbitMQ OCF may hang on the stop or start
    as it ignores the stop/wait commands exit code. This is an
    issue as it prevents rabbit node from joining the cluster.

    The solution is to report generic failure, if corresponding
    commands timed out:
    * Fix stop_server_process() timeout command exit code check.
    * Fix try_to_start_rmq_app() timeout command exit code check

    Closes-bug: #1446190

    Change-Id: I8a0ccdde88cbb4c8545427f5bd6bdca6856a4687
    Signed-off-by: Bogdan Dobrelya <email address hidden>
    (cherry picked from commit 1b553e823effcd14d59f42ec36852339d709e7a4)