Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Give summary when client operation to containers failed #1156

Closed

Commits on Oct 28, 2016

  1. Replace long words with existing local variable

    Signed-off-by: Zhang Wei <zhangwei555@huawei.com>
    WeiZhang555 committed Oct 28, 2016
    Copy the full SHA
    a677c16 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2016

  1. Give summary when operation to containers failed

    When we failed to delete one or more containers, besides the error
    message for each container, we should give a more useful summary
    information e.g. "failed to delete containers: ctrA,ctrB", instead of
    "one or more of the container deletions failed", the old summary info is
    totally useless.
    
    This can also apply to `start`/`pause`/`resume` commands.
    
    Signed-off-by: Zhang Wei <zhangwei555@huawei.com>
    WeiZhang555 committed Oct 31, 2016
    Copy the full SHA
    3f41005 View commit details
    Browse the repository at this point in the history