kill-controller / destroy-controller prevents reuse of controller name
Bug #1555744 reported by
Peter Matulis
This bug affects 5 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical Juju |
Invalid
|
High
|
Ian Booth |
Bug Description
The kill-controller command prevents reuse of the deceased controller's name. This does not happen with destroy-controller with the same cloud type.
$ juju kill-controller controller-aws
$ juju bootstrap controller-aws aws
ERROR cannot create controller "controller-aws" info: model info already exists
$ juju list-controllers
CONTROLLER MODEL USER SERVER
controller-gce controller-gce admin@local 104.154.42.44:17070
controller-
$ dpkg-query -W juju-core2
juju-core2 2.0-beta1-
Changed in juju-core: | |
milestone: | none → 2.0-beta3 |
importance: | Undecided → High |
status: | New → Triaged |
status: | Triaged → Incomplete |
tags: | added: juju-release-support |
summary: |
- kill-controller prevents reuse of controller name + kill-controller / destroy-controller prevents reuse of controller name |
Changed in juju-core: | |
assignee: | nobody → Ian Booth (wallyworld) |
status: | Triaged → In Progress |
affects: | juju-core → juju |
Changed in juju: | |
milestone: | 2.0-beta3 → none |
milestone: | none → 2.0-beta3 |
To post a comment you must log in.
I'm not able to recreate with tip of master. Can you try bootstrap / kill-controller / bootstrap with what's in master? (I can provide a binary if needed)