model failing to tear down
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical Juju |
Fix Released
|
High
|
Anastasia | ||
2.1 |
Won't Fix
|
Undecided
|
Unassigned |
Bug Description
I was testing deployment using the LXD provider. I probably was killing things as they were coming up. However, it currently says nothing exists in the model, yet the model refuses to tear down:
jameinel@nuc-1:~/jc (2.1-deploy-
$ juju status --format=yaml
model:
name: default
controller: test-lxd
cloud: lxd
version: 2.1-beta5
machines: {}
applications: {}
$ juju destroy-controller test-lxd --destroy-
WARNING! This command will destroy the "test-lxd" controller.
This includes all machines, applications, data and other resources.
Continue? (y/N):y
Destroying controller
Waiting for hosted model resources to be reclaimed
Waiting on 1 model
.... (about 50x)
Waiting on 1 model
I have the feeling that one of the things I had tried to deploy, but then deleted before it actually was deployed left a reference count to the Model object which is preventing removal.
Changed in juju: | |
milestone: | 2.1.0 → 2.2.0 |
milestone: | 2.2.0 → 2.2.0-alpha1 |
Changed in juju: | |
milestone: | 2.2-beta1 → 2.2-beta2 |
Changed in juju: | |
status: | In Progress → Fix Committed |
Changed in juju: | |
status: | Fix Committed → Fix Released |
@John,
Could you please re-try with 2.1-rc2?