Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Provide return blocked operation message to a user. #6356
Conversation
|
@dimitern \o/ tyvm! |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
jujubot
merged commit 082c3bc
into
juju:master
Sep 29, 2016
anastasiamac
deleted the
anastasiamac:expose-blocked-op-msg
branch
Sep 29, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
anastasiamac commentedSep 29, 2016
Previously, when juju model was locked for any type of change - destruction, removal, changes to Juju components such as models, machines, units, etc - when a user ran any of the commands that are blocked, the command will return silently without providing any feedback. There was no way for user to know that the command was blocked except to examine the log.
With this PR, we now inform the user that the operation was blocked and that the environment is locked.
Adjust unit tests accordingly.
[observe command feedback that operation is blocked]