moby--moby/volume
Brian Goff 96c79a1934 Fix panic when plugin responds with null volume
In cases where the a plugin responds with both a null or empty volume
and a null or empty Err, the daemon would panic.
This is because we assumed the idiom if `err` is nil, then `v` must not
be but in reality the plugin may return whatever it wants and we want to
make sure it doesn't harm the daemon.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2016-02-24 20:45:38 -05:00
..
drivers Fix panic when plugin responds with null volume 2016-02-24 20:45:38 -05:00
local Move responsibility of ls/inspect to volume driver 2016-01-05 16:28:38 -05:00
store Fix issue with multiple volume refs with same name 2016-02-16 21:46:13 -05:00
testutils Move responsibility of ls/inspect to volume driver 2016-01-05 16:28:38 -05:00
volume.go fix common misspell 2016-02-11 15:49:36 -08:00
volume_propagation_linux.go Add capability to specify mount propagation per volume 2015-12-14 10:39:53 -05:00
volume_propagation_linux_test.go Add some unit and integration tests 2015-12-14 10:39:53 -05:00
volume_propagation_unsupported.go Add capability to specify mount propagation per volume 2015-12-14 10:39:53 -05:00
volume_test.go Probe all drivers if volume driver not specified 2016-02-10 20:43:15 -05:00
volume_unix.go Probe all drivers if volume driver not specified 2016-02-10 20:43:15 -05:00
volume_windows.go Merge pull request #17034 from rhvgoyal/volume-propagation 2015-12-15 12:14:41 -05:00