Activity log for bug #1605241

Date Who What changed Old value New value Message
2016-07-21 12:54:53 Adam Stokes bug added bug
2016-07-21 12:55:02 Adam Stokes tags conjure
2016-07-21 12:57:27 Adam Stokes description I am doing a bunch of deployments/teardowns in 2 seperate forms: The first is, $ juju bootstrap yung localhost --upload-tools --config image -stream=daily --config enable-os-upgrade=false --bootstrap-series=xenial $ juju deploy <bundle> $ juju destroy-model default $ juju add-model dino $ juju deploy <bundle> The second is, $ juju bootstrap yung localhost --upload-tools --config image -stream=daily --config enable-os-upgrade=false --bootstrap-series=xenial $ juju deploy <bundle> $ juju destroy-controller --destroy-all-models $ juju bootstrap yung localhost --upload-tools --config image -stream=daily --config enable-os-upgrade=false --bootstrap-series=xenial $ juju deploy <bundle> There are several times in both cases where machines will stay in pending/allocating stage: https://paste.ubuntu.com/20304642/ Digging through the machine log I spotted: 2016-07-21 12:31:18 WARNING juju.network network.go:430 cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) Even though my network bridge is alive and well: eth0 Link encap:Ethernet HWaddr b8:ae:ed:74:0b:07 inet addr:172.16.0.29 Bcast:172.16.0.255 Mask:255.255.255.0 inet6 addr: fe80::baae:edff:fe74:b07/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:12111864 errors:0 dropped:0 overruns:0 frame:0 TX packets:4906790 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:17525256923 (17.5 GB) TX bytes:374279915 (374.2 MB) Interrupt:20 Memory:f7000000-f7020000 lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:2389 errors:0 dropped:0 overruns:0 frame:0 TX packets:2389 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1 RX bytes:1665510 (1.6 MB) TX bytes:1665510 (1.6 MB) lxdbr0 Link encap:Ethernet HWaddr fe:f3:21:3a:72:73 inet addr:10.1.78.1 Bcast:0.0.0.0 Mask:255.255.255.0 inet6 addr: fe80::50bb:10ff:fe3e:53c3/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:4619775 errors:0 dropped:0 overruns:0 frame:0 TX packets:9949792 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:443834026 (443.8 MB) TX bytes:17423911337 (17.4 GB) openstack0 Link encap:Ethernet HWaddr 00:00:00:00:00:00 inet addr:10.99.0.1 Bcast:0.0.0.0 Mask:255.255.255.0 inet6 addr: fe80::7492:c9ff:fee9:43f/64 Scope:Link UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:1038 errors:0 dropped:0 overruns:0 frame:0 TX packets:8 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:69592 (69.5 KB) TX bytes:648 (648.0 B) veth8BTVT4 Link encap:Ethernet HWaddr fe:f3:21:3a:72:73 inet6 addr: fe80::fcf3:21ff:fe3a:7273/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:44491 errors:0 dropped:0 overruns:0 frame:0 TX packets:57014 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:60053248 (60.0 MB) TX bytes:94542924 (94.5 MB) Another thing I saw is: 2016-07-21 12:40:15 ERROR juju.worker.environ wait.go:58 loaded invalid environment configuration: Error inserting juju-dino into database: UNIQUE constraint failed: profiles.name Machine-0 log: http://paste.ubuntu.com/20304298/ I am doing a bunch of deployments/teardowns in 2 seperate forms: The first is, $ juju bootstrap yung localhost --upload-tools --config image -stream=daily --config enable-os-upgrade=false --bootstrap-series=xenial $ juju deploy <bundle> $ juju destroy-model default $ juju add-model dino $ juju deploy <bundle> The second is, $ juju bootstrap yung localhost --upload-tools --config image -stream=daily --config enable-os-upgrade=false --bootstrap-series=xenial $ juju deploy <bundle> $ juju destroy-controller --destroy-all-models $ juju bootstrap yung localhost --upload-tools --config image -stream=daily --config enable-os-upgrade=false --bootstrap-series=xenial $ juju deploy <bundle> There are several times in both cases where machines will stay in pending/allocating stage: https://paste.ubuntu.com/20304642/ Digging through the machine log I spotted: 2016-07-21 12:31:18 WARNING juju.network network.go:430 cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) Even though my network bridge is alive and well: eth0 Link encap:Ethernet HWaddr b8:ae:ed:74:0b:07           inet addr:172.16.0.29 Bcast:172.16.0.255 Mask:255.255.255.0           inet6 addr: fe80::baae:edff:fe74:b07/64 Scope:Link           UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1           RX packets:12111864 errors:0 dropped:0 overruns:0 frame:0           TX packets:4906790 errors:0 dropped:0 overruns:0 carrier:0           collisions:0 txqueuelen:1000           RX bytes:17525256923 (17.5 GB) TX bytes:374279915 (374.2 MB)           Interrupt:20 Memory:f7000000-f7020000 lo Link encap:Local Loopback           inet addr:127.0.0.1 Mask:255.0.0.0           inet6 addr: ::1/128 Scope:Host           UP LOOPBACK RUNNING MTU:65536 Metric:1           RX packets:2389 errors:0 dropped:0 overruns:0 frame:0           TX packets:2389 errors:0 dropped:0 overruns:0 carrier:0           collisions:0 txqueuelen:1           RX bytes:1665510 (1.6 MB) TX bytes:1665510 (1.6 MB) lxdbr0 Link encap:Ethernet HWaddr fe:f3:21:3a:72:73           inet addr:10.1.78.1 Bcast:0.0.0.0 Mask:255.255.255.0           inet6 addr: fe80::50bb:10ff:fe3e:53c3/64 Scope:Link           UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1           RX packets:4619775 errors:0 dropped:0 overruns:0 frame:0           TX packets:9949792 errors:0 dropped:0 overruns:0 carrier:0           collisions:0 txqueuelen:1000           RX bytes:443834026 (443.8 MB) TX bytes:17423911337 (17.4 GB) openstack0 Link encap:Ethernet HWaddr 00:00:00:00:00:00           inet addr:10.99.0.1 Bcast:0.0.0.0 Mask:255.255.255.0           inet6 addr: fe80::7492:c9ff:fee9:43f/64 Scope:Link           UP BROADCAST MULTICAST MTU:1500 Metric:1           RX packets:1038 errors:0 dropped:0 overruns:0 frame:0           TX packets:8 errors:0 dropped:0 overruns:0 carrier:0           collisions:0 txqueuelen:1000           RX bytes:69592 (69.5 KB) TX bytes:648 (648.0 B) veth8BTVT4 Link encap:Ethernet HWaddr fe:f3:21:3a:72:73           inet6 addr: fe80::fcf3:21ff:fe3a:7273/64 Scope:Link           UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1           RX packets:44491 errors:0 dropped:0 overruns:0 frame:0           TX packets:57014 errors:0 dropped:0 overruns:0 carrier:0           collisions:0 txqueuelen:1000           RX bytes:60053248 (60.0 MB) TX bytes:94542924 (94.5 MB) Another thing I saw is: 2016-07-21 12:40:15 ERROR juju.worker.environ wait.go:58 loaded invalid environment configuration: Error inserting juju-dino into database: UNIQUE constraint failed: profiles.name Another interesting bit is that you can no longer destroy the controller: juju destroy-controller yung --destroy-all-models WARNING! This command will destroy the "yung" controller. This includes all machines, applications, data and other resources. Continue [y/N]? y Destroying controller Waiting for hosted model resources to be reclaimed Waiting on 2 models, 3 machines, 3 applications Waiting on 2 models, 3 machines, 3 applications Waiting on 1 model, 3 machines, 3 applications Waiting on 1 model, 3 machines, 3 applications Waiting on 1 model, 3 machines, 3 applications ..on it goes This was filed as a seperate bug: https://bugs.launchpad.net/juju-core/+bug/1604931 Machine-0 log: http://paste.ubuntu.com/20304298/
2016-07-21 21:28:18 Tim Penhey juju-core: status New Triaged
2016-07-21 21:28:23 Tim Penhey juju-core: importance Undecided High
2016-07-21 21:28:29 Tim Penhey juju-core: milestone 2.0-beta14
2016-07-21 22:05:45 Alexis Bruemmer juju-core: assignee Richard Harding (rharding)
2016-07-24 22:37:48 Menno Finlay-Smits summary juju2beta12 lxd instances not starting lxd instances not starting
2016-07-24 22:42:06 Menno Finlay-Smits attachment added Output from "ps aux" from a stuck container https://bugs.launchpad.net/juju-core/+bug/1605241/+attachment/4706712/+files/ps.out
2016-07-24 22:42:33 Menno Finlay-Smits attachment added cloud-init.log from a stuck container https://bugs.launchpad.net/juju-core/+bug/1605241/+attachment/4706713/+files/cloud-init.log
2016-07-24 22:42:51 Menno Finlay-Smits attachment added cloud-init-output.log from a stuck container https://bugs.launchpad.net/juju-core/+bug/1605241/+attachment/4706714/+files/cloud-init-output.log
2016-08-04 14:10:33 Curtis Hovey juju-core: milestone 2.0-beta14 2.0-beta15
2016-08-10 22:47:32 Anastasia juju-core: milestone 2.0-beta15 2.0-beta16
2016-08-23 00:24:07 Canonical Juju QA Bot affects juju-core juju
2016-08-23 00:24:07 Canonical Juju QA Bot juju: milestone 2.0-beta16
2016-08-23 00:24:11 Canonical Juju QA Bot juju: milestone 2.0-beta16
2016-08-25 14:54:00 Curtis Hovey juju: milestone 2.0-beta16 2.0-beta17
2016-09-01 14:30:36 Curtis Hovey juju: milestone 2.0-beta17 2.0-beta18
2016-09-06 13:25:29 Andrew McDermott bug added subscriber Andrew McDermott
2016-09-09 23:31:16 Curtis Hovey juju: milestone 2.0-beta18 2.0-beta19
2016-09-11 22:06:36 Anastasia juju: milestone 2.0-beta19 2.0-rc1
2016-09-20 18:32:29 Richard Harding juju: milestone 2.0-rc1 2.0.0
2016-10-05 20:07:54 Alexis Bruemmer juju: milestone 2.0.0 2.1.0
2017-02-02 10:38:03 Anastasia juju: assignee Richard Harding (rharding)
2017-02-13 02:40:11 Anastasia juju: status Triaged Fix Committed
2017-02-13 04:34:27 Andrew McDermott removed subscriber Andrew McDermott
2017-02-15 22:26:20 Anastasia summary lxd instances not starting LXD with juju storage and local loopbacks
2017-02-15 22:26:27 Anastasia juju: status Fix Committed Triaged
2017-02-15 22:26:42 Anastasia juju: milestone 2.1.0 2.2.0
2017-03-24 16:56:27 Curtis Hovey juju: milestone 2.2-beta1 2.2-beta2
2017-03-30 20:41:01 Curtis Hovey juju: milestone 2.2-beta2 2.2-beta3
2017-04-28 06:59:24 Sandor Zeestraten bug added subscriber Sandor Zeestraten
2017-04-28 15:27:17 Canonical Juju QA Bot juju: milestone 2.2-beta3 2.2-beta4
2017-05-11 18:21:57 Canonical Juju QA Bot juju: milestone 2.2-beta4 2.2-rc1
2017-06-01 01:37:43 Tim Penhey tags conjure conjure provisioner
2017-06-01 01:37:48 Tim Penhey juju: importance High Medium
2017-06-01 01:37:52 Tim Penhey juju: milestone 2.2-rc1
2017-06-13 04:22:21 Anastasia juju: status Triaged Incomplete
2017-08-13 04:17:22 Launchpad Janitor juju: status Incomplete Expired