Cannot deploy charms in jes envs
Bug #1516144 reported by
Curtis Hovey
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
juju-core |
Fix Released
|
Critical
|
Menno Finlay-Smits |
Bug Description
This bug is like bug 1513552, but is limited to deployments with the jes feature flag set. Li
As seen in
http://
Charms are in error.
cannot assign unit "dummy-sink/0" to machine: cannot assign unit "dummy-sink/0"
to new machine or container: cannot assign unit "dummy-sink/0" to new machine:
unit is already assigned to a machine
This job tests juju by bootstrapping with the jes feature flag, then deploys two trivial stacks to two different environments. The error happens during the deployment of unctional-jes-env1. The test never get to deploy unctional-jes-env2.
Changed in juju-core: | |
assignee: | nobody → Nate Finch (natefinch) |
Changed in juju-core: | |
status: | In Progress → Fix Committed |
tags: | added: 2.0-count |
To post a comment you must log in.
The real error appears to be
2015-11-13 19:01:10 INFO juju.worker runner.go:275 stopped "unitassigner", err: "4873074d- 7936-4e66- 89dd-4ffb6e4d7f 3b:dummy- source/ 0" is not a valid unit id
I think this is a difference with how tags and unit ids are converted with jes enabled.