Comment 3 for bug 1354465

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

Reviewed: https://review.openstack.org/112892
Committed: https://git.openstack.org/cgit/stackforge/fuel-web/commit/?id=fbfac1215500515ed0e7ea2648cb5b5067b3db3d
Submitter: Jenkins
Branch: master

commit fbfac1215500515ed0e7ea2648cb5b5067b3db3d
Author: Alexander Kislitsky <email address hidden>
Date: Fri Aug 8 18:23:16 2014 +0400

    Supervisord can start already stopped container

    We stop containers via supervisord api call.
    Also we try to stop containers via docker api call due to
    supervisord bugs. Sometimes supervisord starts stopped
    container again. And new container can't be run due to
    old one container already run. For workaround this supervisord
    bug we switch configs before upgrade.

    Change-Id: I595ac1cdd2c1d6fef02f6a7650d65cf968a7b850
    Closes-Bug: #1354465