1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon/graphdriver
David Calavera 0a376291b2 Fix implicit DeviceMapper selection
DeviceMapper must be explicitly selected because the Docker binary might not be linked to the right devmapper library.

With this change, Docker fails fast if the driver detection finds the devicemapper directory but the driver is not the default option.
The option `override_udev_sync_check` doesn't make sense anymore, since the user must be explicit to select devicemapper, so it's being removed.
Docker fails to use devicemapper only if Docker has been built statically unless the option was explicit.

Signed-off-by: David Calavera <david.calavera@gmail.com>
2015-07-02 09:21:27 -07:00
..
aufs docker-inspect: Extend docker inspect to export image/container metadata related to graph driver 2015-06-15 14:05:10 -04:00
btrfs docker-inspect: Extend docker inspect to export image/container metadata related to graph driver 2015-06-15 14:05:10 -04:00
devmapper Fix implicit DeviceMapper selection 2015-07-02 09:21:27 -07:00
graphtest Changed snake case naming to camelCase 2015-03-26 15:05:45 -06:00
overlay docker-inspect: Extend docker inspect to export image/container metadata related to graph driver 2015-06-15 14:05:10 -04:00
vfs Merge pull request #13198 from rhvgoyal/extend-docker-inspect 2015-06-16 15:03:14 -05:00
zfs docker-inspect: Extend docker inspect to export image/container metadata related to graph driver 2015-06-15 14:05:10 -04:00
driver.go Fix implicit DeviceMapper selection 2015-07-02 09:21:27 -07:00
driver_linux.go Windows: graphdriver refactor 2015-05-20 08:51:27 -07:00
driver_unsupported.go Windows: graphdriver refactor 2015-05-20 08:51:27 -07:00
driver_windows.go Fix circular import for windows vfs graphdriver 2015-06-16 09:08:10 -04:00
fsdiff.go Replace aliased imports of logrus, fixes #11762 2015-03-26 23:22:04 +01:00