Comment 3 for bug 1089289

Revision history for this message
David Britton (dpb) wrote : Re: remove-unit --force

It seems this state gets entered quite often if there is ever an error in your deployment. I can repeat it with:

juju deploy service
# make sure ^ has some kind of deployment error
juju destroy-service service # unit will not go away
juju resolved service
juju destroy-service service #unit is gone, but service is in 'dying' state
# at this point you are stuck.