Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
remove-machine: tell user of unit/storage changes #7108
Conversation
wallyworld
approved these changes
Mar 16, 2017
We'll need to get CI tests updated. Can you add a card to the board and we'll talk to Burton.
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
|
Build failed: Tests failed |
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
jujubot
merged commit 00273fd
into
juju:develop
Mar 16, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
axw commentedMar 16, 2017
Description of change
Introduce the MachineManager.(Force)DestroyMachines
methods, and use them in "juju remove-machine". We
will continue to use the existing Client facade
methods when the MachineManager facade is not new
enough.
Using the new methods, we print out the names of
units and storage that will be destroyed or detached
when removing the machine.
QA steps
(with juju 2.0)
(with juju from this branch)
(fails, because there's a unit assigned)
prints out:
prints out:
Documentation changes
Affects output of remove-machine command, so examples may need updating.
Bug reference
None.