moby--moby/api/client/service
Aaron Lehmann 614ad95fbb service ls: Show tasks from nodes that are not down, not only "ready" nodes
Currently, the counter only shows tasks on READY nodes. It's more
correct to also count nodes in the other states except DOWN, because
the tasks assocated with those nodes are still assumed to be running for
orchestration purposes. One example of when this could matter is during
a leader failover when agents are in the process of reconnecting.

Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
2016-07-28 11:44:28 -07:00
..
cmd.go cli: `docker service|node|stack ps` instead of tasks 2016-07-27 11:06:42 -07:00
create.go Add container labels to service create/update 2016-07-25 18:57:02 -07:00
inspect.go Add failure action for rolling updates 2016-07-25 08:51:19 -07:00
list.go service ls: Show tasks from nodes that are not down, not only "ready" nodes 2016-07-28 11:44:28 -07:00
opts.go Remove extraneous mount aliases. 2016-07-27 15:05:31 -04:00
opts_test.go Remove extraneous mount aliases. 2016-07-27 15:05:31 -04:00
ps.go cli: `docker service|node|stack ps` instead of tasks 2016-07-27 11:06:42 -07:00
remove.go Fix the usage for `service rm` command 2016-07-20 18:27:26 +09:00
scale.go re-vendor engine-api 2016-07-06 21:14:14 -04:00
update.go service update: Don't assume existing pointers in spec are valid 2016-07-25 23:56:50 -07:00
update_test.go Change mount-types to lowercase 2016-07-21 11:25:42 +02:00