Horizon, Keystone fail when non-graceful shutdown on host.

Bug #1502400 reported by Vu Nguyen Duy (CBR09)
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
kolla
New
Undecided
Unassigned

Bug Description

Hi.
When server is turned off suddenly, and start again. Containers that have http run inside such as: horizon, keystone will fail, due to existence of old pid.
****
httpd (pid 1) already running
****
To do fix, it should add these line into start.sh (for ubuntu):
****
if [ -f /var/run/apache2/apache2.pid ] ; then
        rm /var/run/apache2/apache2.pid
fi
****
and so on for other distros.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.