moby/volume
Brian Goff 647c2a6cdd 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>
2023-06-27 16:33:23 +00:00
..
drivers Switch all logging to use containerd log pkg 2023-06-24 00:23:44 +00:00
local Restore active mount counts on live-restore 2023-06-27 16:33:23 +00:00
mounts Restore active mount counts on live-restore 2023-06-27 16:33:23 +00:00
service Restore active mount counts on live-restore 2023-06-27 16:33:23 +00: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-27 16:33:23 +00:00