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
btrfs
devmapper Fix implicit DeviceMapper selection 2015-07-02 09:21:27 -07:00
graphtest
overlay
vfs
zfs
driver.go Fix implicit DeviceMapper selection 2015-07-02 09:21:27 -07:00
driver_linux.go
driver_unsupported.go
driver_windows.go
fsdiff.go