juju deploys wrong machine when no machine matching constraints is available
Bug #1237163 reported by
Dave Cheney
This bug affects 5 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
juju-core |
Fix Released
|
High
|
Ian Booth |
Bug Description
This should have failed
lucky(~
lucky(~
environment: ap-southeast-2
machines:
"2":
agent-state: pending
instance-id: i-680ccb54
instance-state: pending
series: raring
hardware: arch=amd64 cpu-cores=1 cpu-power=100 mem=1740M root-disk=8192M
services:
gccgo2:
charm: local:raring/
exposed: false
units:
gccgo2/0:
machine: "2"
But it didn't, it deployed a smaller machine.
Related branches
lp://staging/~wallyworld/juju-core/fix-instance-type-matching
- Juju Engineering: Pending requested
-
Diff: 231 lines (+94/-55)4 files modifiedenvirons/instances/instancetype.go (+38/-40)
environs/instances/instancetype_test.go (+53/-12)
provider/ec2/image_test.go (+1/-1)
provider/openstack/local_test.go (+2/-2)
tags: | added: constraints |
Changed in juju-core: | |
milestone: | none → 1.18.0 |
assignee: | nobody → Ian Booth (wallyworld) |
status: | Triaged → In Progress |
Changed in juju-core: | |
milestone: | 1.18.0 → 1.17.3 |
Changed in juju-core: | |
status: | In Progress → Fix Committed |
Changed in juju-core: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
could this relate to the misadventures deploying to canonistack? Will juju ask for an image to fit mongodb, to accept something that is too small?