1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/api/server
Anusha Ragunathan 2039ea6adc Enforce zero plugin refcount during disable.
When plugins have a positive refcount, they were not allowed to be
removed. However, plugins could still be disabled when volumes
referenced it and containers using them were running.

This change fixes that by enforcing plugin refcount during disable.
A "force" disable option is also added to ignore reference refcounting.

Signed-off-by: Anusha Ragunathan <anusha@docker.com>
(cherry picked from commit 8cb2229cd1)
2016-12-27 13:19:25 -08:00
..
httputils api/server/httputils: service unavailable for disable swarm 2016-11-18 13:44:36 -08:00
middleware Revise swarm init/update flags, add unlocking capability 2016-11-09 16:09:00 -08:00
router Enforce zero plugin refcount during disable. 2016-12-27 13:19:25 -08:00
middleware.go
profiler.go
router_swapper.go
server.go fix typo 2016-11-18 13:27:01 -08:00
server_test.go