juju deploy --to lxd does not create base machine
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical Juju |
Fix Released
|
Critical
|
Christian Muirhead |
Bug Description
how to repro:
juju deploy ubuntu --to lxd
This will create the service, but no new machine for the container will be created.
I see this error in the logs (not sure if it's related):
machine-0: 2016-06-09 20:14:30 ERROR juju.apiserver.
/streams/
and then I get this (which obviously is related):
machine-0: 2016-06-09 20:19:18 ERROR juju.state.unit unit.go:719 unit ubuntu/0 cannot get assigned machine: unit "ubuntu/0" is not assigned to a machine
Changed in juju-core: | |
status: | New → Triaged |
importance: | Undecided → Critical |
milestone: | none → 2.0-beta9 |
Changed in juju-core: | |
assignee: | nobody → Christian Muirhead (2-xtian) |
Changed in juju-core: | |
status: | Triaged → In Progress |
tags: | added: blocker |
Changed in juju-core: | |
status: | In Progress → Fix Committed |
tags: | removed: blocker |
Changed in juju-core: | |
status: | Fix Committed → Fix Released |
affects: | juju-core → juju |
Changed in juju: | |
milestone: | 2.0-beta9 → none |
milestone: | none → 2.0-beta9 |
machine-0.log attached