Activity log for bug #1403616

Date Who What changed Old value New value Message
2014-12-17 19:17:08 Ryan Beisner bug added bug
2014-12-17 22:43:03 Ryan Beisner branch linked lp:~openstack-charmers/charms/trusty/cinder/next
2014-12-17 22:46:28 Ryan Beisner description cinder is not binding to tcp 8776 on precise ## cli fails: ubuntu@beisner-bastion:~/bzr/openstack-charm-testing⟫ cinder list ERROR: Unable to establish connection: HTTPConnectionPool(host='10.5.3.84', port=8776): Max retries exceeded with url: /v1/aa14bdc59aea4e0a9368a954e1f4b464/volumes/detail (Caused by <class 'socket.error'>: [Errno 111] Connection refused) ## fyi other cloud cli ok ubuntu@beisner-bastion:~/bzr/openstack-charm-testing⟫ nova list +----+------+--------+------------+-------------+----------+ | ID | Name | Status | Task State | Power State | Networks | +----+------+--------+------------+-------------+----------+ +----+------+--------+------------+-------------+----------+ ## keystone service-list && keystone endpoint-list: http://paste.ubuntu.com/9553373/ ## cinder unit log 2014-12-17 18:42:37 INFO juju-log identity-service:29: Wrote template /etc/haproxy/haproxy.cfg. 2014-12-17 18:42:37 INFO identity-service-relation-changed Site openstack_https_frontend already disabled 2014-12-17 18:42:37 INFO identity-service-relation-changed cinder-api stop/waiting 2014-12-17 18:42:37 INFO identity-service-relation-changed cinder-api start/running, process 16101 2014-12-17 18:42:37 INFO identity-service-relation-changed cinder-volume stop/waiting 2014-12-17 18:42:37 INFO identity-service-relation-changed cinder-volume start/running, process 16111 2014-12-17 18:42:37 INFO identity-service-relation-changed cinder-scheduler stop/waiting 2014-12-17 18:42:37 INFO identity-service-relation-changed cinder-scheduler start/running, process 16121 2014-12-17 18:42:37 INFO identity-service-relation-changed * Restarting haproxy haproxy 2014-12-17 18:42:37 INFO identity-service-relation-changed [ALERT] 350/184237 (16125) : Starting frontend tcp-in_cinder_api: cannot bind socket 2014-12-17 18:42:37 INFO identity-service-relation-changed ...fail! Reading package lists... Doneage-backend-relation-joined Building dependency tree e-backend-relation-joined Reading state information... Donebackend-relation-joined 2014-12-17 18:42:42 INFO juju-log storage-backend:30: Registered config file: /etc/cinder/api-paste.ini 2014-12-17 18:42:42 INFO juju-log storage-backend:30: Registered config file: /etc/cinder/cinder.conf 2014-12-17 18:42:42 INFO juju-log storage-backend:30: Registered config file: /etc/haproxy/haproxy.cfg 2014-12-17 18:42:42 INFO juju-log storage-backend:30: Registered config file: /etc/apache2/sites-available/openstack_https_frontend 2014-12-17 18:42:42 INFO juju-log storage-backend:30: [cinder] Unknown hook storage-backend-relation-joined - skipping. ## cinder unit net stat ubuntu@juju-beis0-machine-5:/var/log/cinder$ sudo netstat -taupn Active Internet connections (servers and established) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 10883/apache2 tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 800/sshd tcp 0 0 0.0.0.0:3260 0.0.0.0:* LISTEN 7868/tgtd tcp 0 0 0.0.0.0:8766 0.0.0.0:* LISTEN 16578/python tcp 0 0 10.5.3.84:32987 10.5.3.90:3306 ESTABLISHED 16621/python tcp 0 240 10.5.3.84:22 10.5.3.80:56387 ESTABLISHED 16902/sshd: ubuntu tcp 0 0 10.5.3.84:44890 10.5.3.80:17070 ESTABLISHED 4261/jujud tcp 0 0 10.5.3.84:32986 10.5.3.90:3306 ESTABLISHED 16598/python tcp 0 0 10.5.3.84:51008 10.5.3.97:5672 ESTABLISHED 16598/python tcp 0 0 10.5.3.84:44894 10.5.3.80:17070 ESTABLISHED 4310/jujud tcp 0 0 10.5.3.84:51010 10.5.3.97:5672 ESTABLISHED 16621/python tcp 0 0 10.5.3.84:44946 10.5.3.80:17070 ESTABLISHED 11031/jujud tcp 0 0 10.5.3.84:47952 10.5.3.80:6514 ESTABLISHED 11116/rsyslogd tcp 0 0 10.5.3.84:51011 10.5.3.97:5672 ESTABLISHED 16621/python tcp 0 0 10.5.3.84:51004 10.5.3.97:5672 ESTABLISHED 16598/python tcp6 0 0 :::22 :::* LISTEN 800/sshd tcp6 0 0 :::3260 :::* LISTEN 7868/tgtd udp 0 0 0.0.0.0:68 0.0.0.0:* 585/dhclient3 ## cinder unit versions ubuntu@juju-beis0-machine-5:/var/log/cinder$ apt-cache policy cinder-api cinder-common python-cinder cinder-api: Installed: 1:2014.1.3-0ubuntu1~cloud0 Candidate: 1:2014.1.3-0ubuntu1~cloud0 Version table: *** 1:2014.1.3-0ubuntu1~cloud0 0 500 http://ubuntu-cloud.archive.canonical.com/ubuntu/ precise-updates/icehouse/main amd64 Packages 100 /var/lib/dpkg/status cinder-common: Installed: 1:2014.1.3-0ubuntu1~cloud0 Candidate: 1:2014.1.3-0ubuntu1~cloud0 Version table: *** 1:2014.1.3-0ubuntu1~cloud0 0 500 http://ubuntu-cloud.archive.canonical.com/ubuntu/ precise-updates/icehouse/main amd64 Packages 100 /var/lib/dpkg/status python-cinder: Installed: 1:2014.1.3-0ubuntu1~cloud0 Candidate: 1:2014.1.3-0ubuntu1~cloud0 Version table: *** 1:2014.1.3-0ubuntu1~cloud0 0 500 http://ubuntu-cloud.archive.canonical.com/ubuntu/ precise-updates/icehouse/main amd64 Packages 100 /var/lib/dpkg/status ubuntu@juju-beis0-machine-5:/var/log/cinder$ uname -a Linux juju-beis0-machine-5 3.2.0-74-virtual #109-Ubuntu SMP Tue Dec 9 17:04:48 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux ubuntu@juju-beis0-machine-5:/var/log/cinder$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 12.04.5 LTS Release: 12.04 Codename: precise ## connectivity is good 1 ubuntu@beisner-bastion:~/bzr/openstack-charm-testing⟫ ping -c 2 10.5.3.84 PING 10.5.3.84 (10.5.3.84) 56(84) bytes of data. 64 bytes from 10.5.3.84: icmp_seq=1 ttl=64 time=1.16 ms 64 bytes from 10.5.3.84: icmp_seq=2 ttl=64 time=0.385 ms --- 10.5.3.84 ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 1001ms rtt min/avg/max/mdev = 0.385/0.774/1.164/0.390 ms ubuntu@beisner-bastion:~/bzr/openstack-charm-testing⟫ ssh 10.5.3.84 Warning: Permanently added '10.5.3.84' (ECDSA) to the list of known hosts. Welcome to Ubuntu 12.04.5 LTS (GNU/Linux 3.2.0-74-virtual x86_64) cinder (/next charm) is not binding to tcp 8776 on precise ## cli fails: ubuntu@beisner-bastion:~/bzr/openstack-charm-testing⟫ cinder list ERROR: Unable to establish connection: HTTPConnectionPool(host='10.5.3.84', port=8776): Max retries exceeded with url: /v1/aa14bdc59aea4e0a9368a954e1f4b464/volumes/detail (Caused by <class 'socket.error'>: [Errno 111] Connection refused) ## fyi other cloud cli ok ubuntu@beisner-bastion:~/bzr/openstack-charm-testing⟫ nova list +----+------+--------+------------+-------------+----------+ | ID | Name | Status | Task State | Power State | Networks | +----+------+--------+------------+-------------+----------+ +----+------+--------+------------+-------------+----------+ ## keystone service-list && keystone endpoint-list: http://paste.ubuntu.com/9553373/ ## cinder unit log 2014-12-17 18:42:37 INFO juju-log identity-service:29: Wrote template /etc/haproxy/haproxy.cfg. 2014-12-17 18:42:37 INFO identity-service-relation-changed Site openstack_https_frontend already disabled 2014-12-17 18:42:37 INFO identity-service-relation-changed cinder-api stop/waiting 2014-12-17 18:42:37 INFO identity-service-relation-changed cinder-api start/running, process 16101 2014-12-17 18:42:37 INFO identity-service-relation-changed cinder-volume stop/waiting 2014-12-17 18:42:37 INFO identity-service-relation-changed cinder-volume start/running, process 16111 2014-12-17 18:42:37 INFO identity-service-relation-changed cinder-scheduler stop/waiting 2014-12-17 18:42:37 INFO identity-service-relation-changed cinder-scheduler start/running, process 16121 2014-12-17 18:42:37 INFO identity-service-relation-changed * Restarting haproxy haproxy 2014-12-17 18:42:37 INFO identity-service-relation-changed [ALERT] 350/184237 (16125) : Starting frontend tcp-in_cinder_api: cannot bind socket 2014-12-17 18:42:37 INFO identity-service-relation-changed ...fail! Reading package lists... Doneage-backend-relation-joined Building dependency tree e-backend-relation-joined Reading state information... Donebackend-relation-joined 2014-12-17 18:42:42 INFO juju-log storage-backend:30: Registered config file: /etc/cinder/api-paste.ini 2014-12-17 18:42:42 INFO juju-log storage-backend:30: Registered config file: /etc/cinder/cinder.conf 2014-12-17 18:42:42 INFO juju-log storage-backend:30: Registered config file: /etc/haproxy/haproxy.cfg 2014-12-17 18:42:42 INFO juju-log storage-backend:30: Registered config file: /etc/apache2/sites-available/openstack_https_frontend 2014-12-17 18:42:42 INFO juju-log storage-backend:30: [cinder] Unknown hook storage-backend-relation-joined - skipping. ## cinder unit net stat ubuntu@juju-beis0-machine-5:/var/log/cinder$ sudo netstat -taupn Active Internet connections (servers and established) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 10883/apache2 tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 800/sshd tcp 0 0 0.0.0.0:3260 0.0.0.0:* LISTEN 7868/tgtd tcp 0 0 0.0.0.0:8766 0.0.0.0:* LISTEN 16578/python tcp 0 0 10.5.3.84:32987 10.5.3.90:3306 ESTABLISHED 16621/python tcp 0 240 10.5.3.84:22 10.5.3.80:56387 ESTABLISHED 16902/sshd: ubuntu tcp 0 0 10.5.3.84:44890 10.5.3.80:17070 ESTABLISHED 4261/jujud tcp 0 0 10.5.3.84:32986 10.5.3.90:3306 ESTABLISHED 16598/python tcp 0 0 10.5.3.84:51008 10.5.3.97:5672 ESTABLISHED 16598/python tcp 0 0 10.5.3.84:44894 10.5.3.80:17070 ESTABLISHED 4310/jujud tcp 0 0 10.5.3.84:51010 10.5.3.97:5672 ESTABLISHED 16621/python tcp 0 0 10.5.3.84:44946 10.5.3.80:17070 ESTABLISHED 11031/jujud tcp 0 0 10.5.3.84:47952 10.5.3.80:6514 ESTABLISHED 11116/rsyslogd tcp 0 0 10.5.3.84:51011 10.5.3.97:5672 ESTABLISHED 16621/python tcp 0 0 10.5.3.84:51004 10.5.3.97:5672 ESTABLISHED 16598/python tcp6 0 0 :::22 :::* LISTEN 800/sshd tcp6 0 0 :::3260 :::* LISTEN 7868/tgtd udp 0 0 0.0.0.0:68 0.0.0.0:* 585/dhclient3 ## cinder unit versions ubuntu@juju-beis0-machine-5:/var/log/cinder$ apt-cache policy cinder-api cinder-common python-cinder cinder-api:   Installed: 1:2014.1.3-0ubuntu1~cloud0   Candidate: 1:2014.1.3-0ubuntu1~cloud0   Version table:  *** 1:2014.1.3-0ubuntu1~cloud0 0         500 http://ubuntu-cloud.archive.canonical.com/ubuntu/ precise-updates/icehouse/main amd64 Packages         100 /var/lib/dpkg/status cinder-common:   Installed: 1:2014.1.3-0ubuntu1~cloud0   Candidate: 1:2014.1.3-0ubuntu1~cloud0   Version table:  *** 1:2014.1.3-0ubuntu1~cloud0 0         500 http://ubuntu-cloud.archive.canonical.com/ubuntu/ precise-updates/icehouse/main amd64 Packages         100 /var/lib/dpkg/status python-cinder:   Installed: 1:2014.1.3-0ubuntu1~cloud0   Candidate: 1:2014.1.3-0ubuntu1~cloud0   Version table:  *** 1:2014.1.3-0ubuntu1~cloud0 0         500 http://ubuntu-cloud.archive.canonical.com/ubuntu/ precise-updates/icehouse/main amd64 Packages         100 /var/lib/dpkg/status ubuntu@juju-beis0-machine-5:/var/log/cinder$ uname -a Linux juju-beis0-machine-5 3.2.0-74-virtual #109-Ubuntu SMP Tue Dec 9 17:04:48 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux ubuntu@juju-beis0-machine-5:/var/log/cinder$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 12.04.5 LTS Release: 12.04 Codename: precise ## connectivity is good 1 ubuntu@beisner-bastion:~/bzr/openstack-charm-testing⟫ ping -c 2 10.5.3.84 PING 10.5.3.84 (10.5.3.84) 56(84) bytes of data. 64 bytes from 10.5.3.84: icmp_seq=1 ttl=64 time=1.16 ms 64 bytes from 10.5.3.84: icmp_seq=2 ttl=64 time=0.385 ms --- 10.5.3.84 ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 1001ms rtt min/avg/max/mdev = 0.385/0.774/1.164/0.390 ms ubuntu@beisner-bastion:~/bzr/openstack-charm-testing⟫ ssh 10.5.3.84 Warning: Permanently added '10.5.3.84' (ECDSA) to the list of known hosts. Welcome to Ubuntu 12.04.5 LTS (GNU/Linux 3.2.0-74-virtual x86_64)
2014-12-18 23:05:17 Billy Olsen cinder (Juju Charms Collection): status New Confirmed
2014-12-18 23:05:31 Billy Olsen cinder (Juju Charms Collection): assignee Billy Olsen (billy-olsen)
2014-12-19 15:37:43 Edward Hope-Morley cinder (Juju Charms Collection): assignee Billy Olsen (billy-olsen) Edward Hope-Morley (hopem)
2014-12-19 17:30:07 Edward Hope-Morley branch unlinked lp:~openstack-charmers/charms/trusty/cinder/next
2014-12-19 17:30:41 Edward Hope-Morley branch linked lp:~hopem/charm-helpers/fix-precise-haproxy-ipv6
2014-12-19 17:32:44 Edward Hope-Morley cinder (Juju Charms Collection): status Confirmed In Progress
2014-12-19 17:32:58 Edward Hope-Morley bug task added charmhelpers (Juju Charms Collection)
2014-12-19 17:33:06 Edward Hope-Morley charmhelpers (Juju Charms Collection): status New In Progress
2014-12-19 17:33:09 Edward Hope-Morley charmhelpers (Juju Charms Collection): importance Undecided High
2014-12-19 17:33:10 Edward Hope-Morley cinder (Juju Charms Collection): importance Undecided High
2014-12-19 17:33:12 Edward Hope-Morley charmhelpers (Juju Charms Collection): assignee Edward Hope-Morley (hopem)
2014-12-19 17:33:31 Edward Hope-Morley branch linked lp:~hopem/charms/trusty/cinder/charm-helpers-sync-precise-ipv6-haproxy
2014-12-19 17:36:39 Edward Hope-Morley bug task added glance (Juju Charms Collection)
2014-12-19 17:37:07 Edward Hope-Morley bug task added swift-proxy (Juju Charms Collection)
2014-12-19 17:37:22 Edward Hope-Morley bug task added keystone (Juju Charms Collection)
2014-12-19 17:37:36 Edward Hope-Morley bug task added neutron-api (Juju Charms Collection)
2014-12-19 17:39:09 Edward Hope-Morley bug task added nova-cloud-controller (Juju Charms Collection)
2014-12-19 17:39:25 Edward Hope-Morley bug task added openstack-dashboard (Juju Charms Collection)
2014-12-19 17:39:46 Edward Hope-Morley glance (Juju Charms Collection): status New In Progress
2014-12-19 17:39:48 Edward Hope-Morley keystone (Juju Charms Collection): status New In Progress
2014-12-19 17:39:51 Edward Hope-Morley nova-cloud-controller (Juju Charms Collection): status New In Progress
2014-12-19 17:39:53 Edward Hope-Morley neutron-api (Juju Charms Collection): status New In Progress
2014-12-19 17:39:55 Edward Hope-Morley openstack-dashboard (Juju Charms Collection): status New In Progress
2014-12-19 17:39:56 Edward Hope-Morley swift-proxy (Juju Charms Collection): status New In Progress
2014-12-19 17:40:00 Edward Hope-Morley glance (Juju Charms Collection): importance Undecided High
2014-12-19 17:40:01 Edward Hope-Morley keystone (Juju Charms Collection): importance Undecided High
2014-12-19 17:40:03 Edward Hope-Morley neutron-api (Juju Charms Collection): importance Undecided High
2014-12-19 17:40:04 Edward Hope-Morley nova-cloud-controller (Juju Charms Collection): importance Undecided High
2014-12-19 17:40:06 Edward Hope-Morley openstack-dashboard (Juju Charms Collection): importance Undecided High
2014-12-19 17:40:08 Edward Hope-Morley swift-proxy (Juju Charms Collection): importance Undecided High
2014-12-19 17:40:10 Edward Hope-Morley glance (Juju Charms Collection): assignee Edward Hope-Morley (hopem)
2014-12-19 17:40:12 Edward Hope-Morley keystone (Juju Charms Collection): assignee Edward Hope-Morley (hopem)
2014-12-19 17:40:13 Edward Hope-Morley neutron-api (Juju Charms Collection): assignee Edward Hope-Morley (hopem)
2014-12-19 17:40:14 Edward Hope-Morley nova-cloud-controller (Juju Charms Collection): assignee Edward Hope-Morley (hopem)
2014-12-19 17:40:16 Edward Hope-Morley openstack-dashboard (Juju Charms Collection): assignee Edward Hope-Morley (hopem)
2014-12-19 17:40:18 Edward Hope-Morley swift-proxy (Juju Charms Collection): assignee Edward Hope-Morley (hopem)
2014-12-19 17:41:22 Edward Hope-Morley branch linked lp:~hopem/charms/trusty/glance/charm-helpers-sync-precise-ipv6-haproxy
2014-12-19 17:41:27 Edward Hope-Morley branch linked lp:~hopem/charms/trusty/nova-cloud-controller/charm-helpers-sync-precise-ipv6-haproxy
2014-12-19 17:41:34 Edward Hope-Morley branch linked lp:~hopem/charms/trusty/keystone/charm-helpers-sync-precise-ipv6-haproxy
2014-12-19 17:41:40 Edward Hope-Morley branch linked lp:~hopem/charms/trusty/neutron-api/charm-helpers-sync-precise-ipv6-haproxy
2014-12-19 17:41:46 Edward Hope-Morley branch linked lp:~hopem/charms/trusty/openstack-dashboard/charm-helpers-sync-precise-ipv6-haproxy
2014-12-19 17:41:55 Edward Hope-Morley branch linked lp:~hopem/charms/trusty/swift-proxy/charm-helpers-sync-precise-ipv6-haproxy
2014-12-19 17:42:31 Edward Hope-Morley charmhelpers (Juju Charms Collection): status In Progress Fix Committed
2014-12-19 18:03:09 Edward Hope-Morley bug task deleted openstack-dashboard (Juju Charms Collection)
2014-12-19 18:05:32 Edward Hope-Morley summary not binding to tcp 8776 on precise haproxy failing on precise due to ipv6 addresses in conf
2014-12-19 19:24:33 Ryan Beisner attachment added next deployer bundle incorporating these branches https://bugs.launchpad.net/charms/+source/cinder/+bug/1403616/+attachment/4284381/+files/next-haproxy-1403616.yaml
2014-12-19 20:50:54 Launchpad Janitor branch linked lp:~openstack-charmers/charms/trusty/cinder/next
2014-12-19 20:53:02 Launchpad Janitor branch linked lp:~openstack-charmers/charms/trusty/glance/next
2014-12-19 20:55:05 Launchpad Janitor branch linked lp:~openstack-charmers/charms/trusty/nova-cloud-controller/next
2014-12-19 20:57:36 Launchpad Janitor branch linked lp:~openstack-charmers/charms/trusty/keystone/next
2014-12-19 20:58:31 Launchpad Janitor branch linked lp:~openstack-charmers/charms/trusty/neutron-api/next
2014-12-19 20:59:29 Launchpad Janitor branch linked lp:~openstack-charmers/charms/trusty/swift-proxy/next
2014-12-21 20:29:03 Edward Hope-Morley cinder (Juju Charms Collection): status In Progress Fix Committed
2014-12-21 20:29:05 Edward Hope-Morley glance (Juju Charms Collection): status In Progress Fix Committed
2014-12-21 20:29:07 Edward Hope-Morley keystone (Juju Charms Collection): status In Progress Fix Committed
2014-12-21 20:29:08 Edward Hope-Morley neutron-api (Juju Charms Collection): status In Progress Fix Committed
2014-12-21 20:29:10 Edward Hope-Morley nova-cloud-controller (Juju Charms Collection): status In Progress Fix Committed
2014-12-21 20:29:11 Edward Hope-Morley swift-proxy (Juju Charms Collection): status In Progress Fix Committed
2015-01-23 10:33:24 James Page cinder (Juju Charms Collection): milestone 15.01
2015-01-23 10:33:35 James Page charmhelpers (Juju Charms Collection): milestone 15.01
2015-01-23 10:33:37 James Page glance (Juju Charms Collection): milestone 15.01
2015-01-23 10:33:38 James Page swift-proxy (Juju Charms Collection): milestone 15.01
2015-01-23 10:33:40 James Page keystone (Juju Charms Collection): milestone 15.01
2015-01-23 10:33:42 James Page neutron-api (Juju Charms Collection): milestone 15.01
2015-01-23 10:33:43 James Page nova-cloud-controller (Juju Charms Collection): milestone 15.01
2015-01-30 07:49:12 James Page cinder (Juju Charms Collection): status Fix Committed Fix Released
2015-01-30 07:49:27 James Page charmhelpers (Juju Charms Collection): status Fix Committed Fix Released
2015-01-30 07:49:30 James Page glance (Juju Charms Collection): status Fix Committed Fix Released
2015-01-30 07:49:32 James Page swift-proxy (Juju Charms Collection): status Fix Committed Fix Released
2015-01-30 07:49:34 James Page keystone (Juju Charms Collection): status Fix Committed Fix Released
2015-01-30 07:49:36 James Page neutron-api (Juju Charms Collection): status Fix Committed Fix Released
2015-01-30 07:49:38 James Page nova-cloud-controller (Juju Charms Collection): status Fix Committed Fix Released