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.
Reviewed: https:/ /review. openstack. org/112892 /git.openstack. org/cgit/ stackforge/ fuel-web/ commit/ ?id=fbfac121550 0515ed0e7ea2648 cb5b5067b3db3d
Committed: https:/
Submitter: Jenkins
Branch: master
commit fbfac1215500515 ed0e7ea2648cb5b 5067b3db3d
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: I595ac1cdd2c1d6 fef02f6a7650d65 cf968a7b850
Closes-Bug: #1354465