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 0a4e793a3d
Allow existing setups to continue using d_type
Even though it's highly discouraged, there are existing
installs that are running overlay/overlay2 on filesystems
without d_type support.

This patch allows the daemon to start in such cases, instead of
refusing to start without an option to override.

For fresh installs, backing filesystems without d_type support
will still cause the overlay/overlay2 drivers to be marked as
"unsupported", and skipped during the automatic selection.

This feature is only to keep backward compatibility, but
will be removed at some point.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2017-12-04 18:41:25 -08:00
..
aufs Perform fsmagic detection on driver's home-dir if it exists 2017-12-04 17:10:07 -08:00
btrfs Perform fsmagic detection on driver's home-dir if it exists 2017-12-04 17:10:07 -08:00
copy Add zero-copy support to copy module 2017-10-24 13:14:40 -07:00
devmapper Simplify/fix MkdirAll usage 2017-11-27 17:32:12 -08:00
graphtest Remove support for overlay/overlay2 without d_type 2017-12-04 17:10:20 -08:00
lcow Remove deprecated MkdirAllAs(), MkdirAs() 2017-11-21 13:53:54 +01:00
overlay Allow existing setups to continue using d_type 2017-12-04 18:41:25 -08:00
overlay2 Allow existing setups to continue using d_type 2017-12-04 18:41:25 -08:00
overlayutils Remove support for overlay/overlay2 without d_type 2017-12-04 17:10:20 -08:00
quota Skip further checks for quota in user namespaces 2017-11-17 12:57:27 +01:00
register daemon/graphdriver/register: separate overlay2 2017-11-15 00:06:00 -08:00
vfs Add quota support to VFS graphdriver 2017-11-06 15:53:51 -08:00
windows Remove deprecated MkdirAllAs(), MkdirAs() 2017-11-21 13:53:54 +01:00
zfs Remove deprecated MkdirAllAs(), MkdirAs() 2017-11-21 13:53:54 +01:00
counter.go Merge pull request #31083 from xulike666/fight-for-readability 2017-03-03 15:13:01 +01:00
driver.go Allow existing setups to continue using d_type 2017-12-04 18:41:25 -08:00
driver_freebsd.go graphdriver: custom build-time priority list 2017-11-16 19:43:34 -08:00
driver_linux.go Perform fsmagic detection on driver's home-dir if it exists 2017-12-04 17:10:07 -08:00
driver_test.go Skip empty directories on prior graphdriver detection 2017-11-21 15:42:04 +01:00
driver_unsupported.go graphdriver: custom build-time priority list 2017-11-16 19:43:34 -08:00
driver_windows.go graphdriver: custom build-time priority list 2017-11-16 19:43:34 -08:00
errors.go Remove support for overlay/overlay2 without d_type 2017-12-04 17:10:20 -08:00
fsdiff.go LCOW: Implemented support for docker cp + build 2017-09-14 12:07:52 -07:00
plugin.go Add deadcode linter 2017-08-21 18:18:50 -04:00
proxy.go LCOW: Implemented support for docker cp + build 2017-09-14 12:07:52 -07:00