moby/volume/local
Brian Goff b5fe60d3db [20.10] Backport Restore active mount counts on live-restore
Backporting commit 647c2a6cdd for 20.10

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-28 18:48:30 +00:00
..
local.go [20.10] Backport Restore active mount counts on live-restore 2023-06-28 18:48:30 +00:00
local_linux_test.go refactor: move from io/ioutil to io and os package 2023-02-24 16:11:55 -05:00
local_test.go refactor: move from io/ioutil to io and os package 2023-02-24 16:11:55 -05:00
local_unix.go Update to Go 1.17.0, and gofmt with Go 1.17 2022-04-07 23:27:50 +02:00
local_windows.go Do not call mount.RecursiveUnmount() on Windows 2020-10-29 23:00:16 +01:00