[2.8-rc1][lxd] lxd provider failing to perform destructive operations
Bug #1879571 reported by
james beedy
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical Juju |
Triaged
|
Low
|
Unassigned |
Bug Description
Using 2.8-rc1 with the localhost/lxd provider, I cannot perform any operations that deal with removing units; kill a controller, remove-machine, remove-application, remove-unit, etc etc - the instances never die.
I have been able to reproduce this multiple times now by bootstrapping lxd and then trying to preform a destructive operation.
https:/
I can use `lxc delete` to remove the instances, following the manual removal of the lxc instances, juju destructive commands will succeed https:/
summary: |
- [2.8-rc1][lxd] lxd provider failing to preform any destructive - operations on machine resources + [2.8-rc1][lxd] lxd provider failing to preform destructive operations |
summary: |
- [2.8-rc1][lxd] lxd provider failing to preform destructive operations + [2.8-rc1][lxd] lxd provider failing to perform destructive operations |
description: | updated |
To post a comment you must log in.
I'm hitting this as well. I've worked around it with:
for each model including controller:
* juju destroy-model --force -y <model-name>
then:
* juju kill-controller -y -t 0 <controller-name>