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

Remove docker stack ps -a to match removal of docker service/node ps -a #29716

Merged
merged 1 commit into from
Dec 27, 2016

Conversation

yongtang
Copy link
Member

@yongtang yongtang commented Dec 26, 2016

In #28507 and #28885, docker service/node ps -a has been removed so that information about slots are showed up even without -a flag.

The output of docker stack ps reused the same output as docker service/node ps. However, the -a was still there. It might make sense to remove docker stack ps -a as well to bring consistency with docker service/node ps.

This fix is related to #28507, #28885, and #25983.

Signed-off-by: Yong Tang yong.tang.github@outlook.com

…ps -a`

In moby#28507 and moby#28885, `docker service/node ps -a` has been removed so that
information about slots are show up even without `-a` flag.

The output of `docker stack ps` reused the same output as `docker service/node ps`.
However, the `-a` was still there. It might make sense to remove `docker stack ps -a`
as well to bring consistency with `docker service/node ps`.

This fix is related to moby#28507, moby#28885, and moby#25983.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
Copy link
Member

@vdemeester vdemeester left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🐮
/cc @thaJeztah @dnephin

Copy link
Member

@thaJeztah thaJeztah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changes LGTM

but ping @icecrime @vieux to check if we want to do this for 1.13.0 or later (in which case this should go through a deprecation cycle)

Copy link
Member

@dnephin dnephin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@cpuguy83 cpuguy83 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@cpuguy83
Copy link
Member

Merging since consistency is good here.
We can fix afterwards if needed to handle deprecation issues (which would be a shame if this is in 1.13, but...).

@cpuguy83 cpuguy83 merged commit efbb23f into moby:master Dec 27, 2016
@yongtang yongtang deleted the 28885-docker-stack-ps-all branch December 27, 2016 19:00
@vieux vieux mentioned this pull request Jan 4, 2017
dnephin pushed a commit to dnephin/docker that referenced this pull request Apr 17, 2017
Remove `docker stack ps -a` to match removal of `docker service/node ps -a`
albers added a commit to albers/docker-cli that referenced this pull request Aug 23, 2017
This option was removed in moby/moby#28885.
Bash completion was only updated for `service ps`, though.

See moby/moby#29716 for the corresponding docs
change.

Signed-off-by: Harald Albers <github@albersweb.de>
albers added a commit to albers/docker-cli that referenced this pull request Aug 23, 2017
This option was removed in moby/moby#28885.
Bash completion was only updated for `service ps`, though.

See moby/moby#29716 for the corresponding docs
change.

Signed-off-by: Harald Albers <github@albersweb.de>
andrewhsu pushed a commit to docker-archive/docker-ce that referenced this pull request Aug 30, 2017
This option was removed in moby/moby#28885.
Bash completion was only updated for `service ps`, though.

See moby/moby#29716 for the corresponding docs
change.

Signed-off-by: Harald Albers <github@albersweb.de>
Upstream-commit: 328f4fbf060bb2728b2320839d000c66bb6002f4
Component: cli
riyazdf pushed a commit to riyazdf/cli that referenced this pull request Sep 18, 2017
This option was removed in moby/moby#28885.
Bash completion was only updated for `service ps`, though.

See moby/moby#29716 for the corresponding docs
change.

Signed-off-by: Harald Albers <github@albersweb.de>
riyazdf pushed a commit to riyazdf/cli that referenced this pull request Sep 18, 2017
This option was removed in moby/moby#28885.
Bash completion was only updated for `service ps`, though.

See moby/moby#29716 for the corresponding docs
change.

Signed-off-by: Harald Albers <github@albersweb.de>
riyazdf pushed a commit to riyazdf/cli that referenced this pull request Sep 18, 2017
This option was removed in moby/moby#28885.
Bash completion was only updated for `service ps`, though.

See moby/moby#29716 for the corresponding docs
change.

Signed-off-by: Harald Albers <github@albersweb.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants