1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/volume
Brian Goff 9e6b1852a7 Fix N+1 calling Path() on volume ls
Implements a `CachedPath` function on the volume plugin adapter that we
call from the volume list function instead of `Path.
If a driver does not implement `CachedPath` it will just call `Path`.

Also makes sure we store the path on Mount and remove the path on
Unmount.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2016-04-12 20:30:34 -04:00
..
drivers Fix N+1 calling Path() on volume ls 2016-04-12 20:30:34 -04:00
local Merge pull request #21400 from LK4D4/fix_volumes_race 2016-03-22 14:29:12 -07:00
store volume/store: fix couple of races with accessing maps 2016-03-29 10:46:29 -07:00
testutils fix race condition between list and remove volume 2016-03-24 11:37:18 -07:00
volume.go Add explicit flags for volume cp/no-cp 2016-03-21 20:38:44 -04:00
volume_copy.go Add explicit flags for volume cp/no-cp 2016-03-21 20:38:44 -04:00
volume_propagation_linux.go fix some typos. 2016-03-10 10:09:27 +08:00
volume_propagation_linux_test.go Remove static errors from errors package. 2016-02-26 15:49:09 -05:00
volume_propagation_unsupported.go fix some typos. 2016-03-10 10:09:27 +08:00
volume_test.go Windows: Remove TP4 support from test code 2016-04-11 15:36:31 -07:00
volume_unix.go Add explicit flags for volume cp/no-cp 2016-03-21 20:38:44 -04:00
volume_windows.go Remove static errors from errors package. 2016-02-26 15:49:09 -05:00