[Bug 1476428] Re: haproxy service handling failing to stop old instances
James Page
james.page at ubuntu.com
Fri Sep 4 09:18:00 UTC 2015
*** This bug is a duplicate of bug 1477198 ***
https://bugs.launchpad.net/bugs/1477198
This was a general problem with haproxy that should now be resolved.
** Changed in: ceilometer (Juju Charms Collection)
Status: New => Confirmed
** Changed in: cinder (Juju Charms Collection)
Status: New => Confirmed
** Changed in: glance (Juju Charms Collection)
Status: New => Confirmed
** Changed in: keystone (Juju Charms Collection)
Status: New => Confirmed
** Changed in: neutron-api (Juju Charms Collection)
Status: New => Confirmed
** Changed in: nova-cloud-controller (Juju Charms Collection)
Status: New => Confirmed
** This bug has been marked a duplicate of bug 1477198
Stop doesn't works on Trusty
--
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to cinder in Juju Charms Collection.
Matching subscriptions: charm-bugs
https://bugs.launchpad.net/bugs/1476428
Title:
haproxy service handling failing to stop old instances
Status in ceilometer package in Juju Charms Collection:
Confirmed
Status in cinder package in Juju Charms Collection:
Confirmed
Status in glance package in Juju Charms Collection:
Confirmed
Status in keystone package in Juju Charms Collection:
Confirmed
Status in neutron-api package in Juju Charms Collection:
Confirmed
Status in nova-cloud-controller package in Juju Charms Collection:
Confirmed
Status in openstack-dashboard package in Juju Charms Collection:
New
Status in swift-proxy package in Juju Charms Collection:
New
Bug description:
On an openstack HA kilo deployment using charms trunks,
several services failing to properly restart haproxy, leaving
old instances running, showing cinder/0 as example:
$ juju ssh cinder/0 'pgrep -f haproxy | xargs ps -o pid,ppid,lstart,cmd -p; egrep St.*ing.haproxy /var/log/juju/unit-cinder-0.log'
PID PPID STARTED CMD
13913 1 Sun Jul 19 01:02:11 2015 /usr/sbin/haproxy -f /etc/haproxy/haproxy.cfg -D -p /var/run/haproxy.pid
14448 1 Sun Jul 19 01:04:59 2015 /usr/sbin/haproxy -f /etc/haproxy/haproxy.cfg -D -p /var/run/haproxy.pid
14848 1 Sun Jul 19 01:05:03 2015 /usr/sbin/haproxy -f /etc/haproxy/haproxy.cfg -D -p /var/run/haproxy.pid
21437 1 Sun Jul 19 01:07:00 2015 /usr/sbin/haproxy -f /etc/haproxy/haproxy.cfg -D -p /var/run/haproxy.pid
27656 1 Sun Jul 19 01:08:33 2015 /usr/sbin/haproxy -f /etc/haproxy/haproxy.cfg -D -p /var/run/haproxy.pid
32073 1 Sun Jul 19 01:09:27 2015 /usr/sbin/haproxy -f /etc/haproxy/haproxy.cfg -D -p /var/run/haproxy.pid
39752 1 Sun Jul 19 01:10:59 2015 /usr/sbin/haproxy -f /etc/haproxy/haproxy.cfg -D -p /var/run/haproxy.pid
39829 1 Sun Jul 19 01:11:00 2015 /usr/sbin/haproxy -f /etc/haproxy/haproxy.cfg -D -p /var/run/haproxy.pid
44200 1 Sun Jul 19 01:18:57 2015 /usr/sbin/haproxy -f /etc/haproxy/haproxy.cfg -D -p /var/run/haproxy.pid
299019 299018 Mon Jul 20 23:38:30 2015 bash -c pgrep -f haproxy | xargs ps -o pid,ppid,lstart,cmd -p; egrep St.*ing.haproxy /var/log/juju/unit-cinder-0.log
2015-07-19 01:02:14 INFO config-changed * Stopping haproxy haproxy
2015-07-19 01:02:15 INFO config-changed * Starting haproxy haproxy
2015-07-19 01:05:03 INFO cluster-relation-changed * Stopping haproxy haproxy
2015-07-19 01:05:03 INFO cluster-relation-changed * Starting haproxy haproxy
2015-07-19 01:05:07 INFO cluster-relation-changed * Stopping haproxy haproxy
2015-07-19 01:05:07 INFO cluster-relation-changed * Starting haproxy haproxy
2015-07-19 01:11:03 INFO identity-service-relation-changed * Stopping haproxy haproxy
2015-07-19 01:11:03 INFO identity-service-relation-changed * Starting haproxy haproxy
(copied also to http://paste.ubuntu.com/11911818/)
As shown above, new haproxy instances ~correlate with
Starting/Stopping lines at juju log, as expected.
FYI same issue find for (HA) services using haproxy, positively confirmed on:
nova-cloud-controller, keystone, glance, cinder,
openstack-dashboard, swift-proxy, ceilometer
To manage notifications about this bug go to:
https://bugs.launchpad.net/charms/+source/ceilometer/+bug/1476428/+subscriptions
More information about the Ubuntu-openstack-bugs
mailing list