moby/volume
Brian Goff c24c37bd8a
Restore active mount counts on live-restore
When live-restoring a container the volume driver needs be notified that
there is an active mount for the volume.
Before this change the count is zero until the container stops and the
uint64 overflows pretty much making it so the volume can never be
removed until another daemon restart.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
(cherry picked from commit 647c2a6cdd)
Signed-off-by: Bjorn Neergaard <bjorn.neergaard@docker.com>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-06-28 09:45:07 +02:00
..
drivers golangci-lint: update to v1.49.0 2022-09-23 23:31:27 +02:00
local Restore active mount counts on live-restore 2023-06-28 09:45:07 +02:00
mounts Restore active mount counts on live-restore 2023-06-28 09:45:07 +02:00
service Restore active mount counts on live-restore 2023-06-28 09:45:07 +02:00
testutils linting: gosec: fix or suppress G112, G114 in test code 2022-09-04 15:36:51 +02:00
volume.go Restore active mount counts on live-restore 2023-06-28 09:45:07 +02:00