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
Sebastiaan van Stijn 06fcabbaa0
Deprecate "devicemapper" storage driver, and add warning
The `devicemapper` storage driver is deprecated in favor of `overlay2`, and will
be removed in a future release. Users of the `devicemapper` storage driver are
recommended to migrate to a different storage driver, such as `overlay2`, which
is now the default storage driver.

The `devicemapper` storage driver facilitates running Docker on older (3.x) kernels
that have no support for other storage drivers (such as overlay2, or AUFS).

Now that support for `overlay2` is added to all supported distros (as they are
either on kernel 4.x, or have support for multiple lowerdirs backported), there
is no reason to continue maintenance of the `devicemapper` storage driver.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2018-10-11 15:46:26 +02:00
..
aufs Add ADD/COPY --chown flag support to Windows 2018-08-13 21:59:11 -07:00
btrfs Add ADD/COPY --chown flag support to Windows 2018-08-13 21:59:11 -07:00
copy Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
devmapper gd/dm: fix error message 2018-10-02 16:19:08 -07:00
graphtest Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
lcow Merge pull request #36537 from Microsoft/jjh/lcow-log-stderr 2018-10-06 11:05:55 +09:00
overlay Add ADD/COPY --chown flag support to Windows 2018-08-13 21:59:11 -07:00
overlay2 Add ADD/COPY --chown flag support to Windows 2018-08-13 21:59:11 -07:00
overlayutils Add additional message when backendfs is extfs without d_type support 2018-05-18 10:32:47 +08:00
quota Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
register Add canonical import comment 2018-02-05 16:51:57 -05:00
vfs Add ADD/COPY --chown flag support to Windows 2018-08-13 21:59:11 -07:00
windows Remove duplicated words in daemon files 2018-10-06 00:06:38 +08:00
zfs Add ADD/COPY --chown flag support to Windows 2018-08-13 21:59:11 -07:00
counter.go graphdriver: Fix RefCounter memory leak 2018-02-09 10:26:06 +08:00
driver.go Deprecate "devicemapper" storage driver, and add warning 2018-10-11 15:46:26 +02:00
driver_freebsd.go Add canonical import comment 2018-02-05 16:51:57 -05:00
driver_linux.go Add canonical import comment 2018-02-05 16:51:57 -05:00
driver_test.go Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
driver_unsupported.go Add canonical import comment 2018-02-05 16:51:57 -05:00
driver_windows.go Add canonical import comment 2018-02-05 16:51:57 -05:00
errors.go Add canonical import comment 2018-02-05 16:51:57 -05:00
fsdiff.go Add layer id to NaiveDiffDriver untar timing log 2018-10-05 16:28:40 -07:00
plugin.go Move plugin client to separate interface 2018-05-30 15:22:10 -04:00
proxy.go Move plugin client creation to the extension point 2018-05-25 15:18:53 -04:00