juju resolve doesn't recognize error state
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
juju-core |
Fix Released
|
High
|
Ian Booth |
Bug Description
Using the latest version of juju core (as of 2015-02-20), I am unable to resolve a unit in an error state. I'm able to reproduce the error even after destroying and bootstrapping the environment.
vagrant@
environment: local
machines:
"2":
agent-state: started
agent-version: 1.23-alpha1.1
dns-name: 10.0.3.175
instance-id: vagrant-
series: trusty
hardware: arch=amd64
services:
siege:
charm: local:trusty/
exposed: false
units:
siege/0:
machine: "2"
vagrant@
ERROR unit "siege/0" is not in an error state
tags: | added: resolved |
Changed in juju-core: | |
milestone: | none → 1.23 |
status: | New → Fix Released |
Changed in juju-core: | |
status: | Fix Released → Triaged |
importance: | Undecided → High |
tags: | added: regression |
Changed in juju-core: | |
milestone: | 1.23 → 1.23-beta1 |
importance: | High → Critical |
Changed in juju-core: | |
assignee: | nobody → Cheryl Jennings (cherylj) |
Changed in juju-core: | |
assignee: | Cheryl Jennings (cherylj) → Ian Booth (wallyworld) |
status: | Triaged → In Progress |
Changed in juju-core: | |
status: | In Progress → Fix Committed |
Changed in juju-core: | |
importance: | Critical → High |
Changed in juju-core: | |
status: | Fix Committed → Fix Released |
For what it's worth, I did a `git checkout 471eb0e31d8c9c9 94de816619a1ab6 8a75697830` , and as of that commit I am able to resolve a unit in error state.