Deprecate legacy overlay storage driver#1425
Merged
cpuguy83 merged 1 commit intodocker:masterfrom Oct 17, 2018
Merged
Conversation
The `overlay` storage driver is deprecated in favor of the `overlay2` storage driver, which has all the benefits of `overlay`, without its limitations (excessive inode consumption). The legacy `overlay` storage driver will be removed in a future release. Users of the `overlay` storage driver should migrate to the `overlay2` storage driver. The legacy `overlay` storage driver allowed using overlayFS-backed filesystems on pre 4.x kernels. Now that all supported distributions are able to run `overlay2` (as they are either on kernel 4.x, or have support for multiple lowerdirs backported), there is no reason to keep maintaining the `overlay` storage driver. Signed-off-by: Sebastiaan van Stijn <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #1425 +/- ##
=======================================
Coverage 54.27% 54.27%
=======================================
Files 289 289
Lines 19337 19337
=======================================
Hits 10496 10496
Misses 8165 8165
Partials 676 676 |
Collaborator
|
Can we have |
Member
Author
@AkihiroSuda yes, I was thinking of adding that |
Collaborator
|
Aside from this PR, can we deprecate AUFS as well? |
Member
Author
|
Yes, aufs could definitely be a candidate as well, now that support for Ubuntu 14.04 is dropped (which, I think was the only distro that actively used it) |
This was referenced Oct 11, 2018
Collaborator
|
Warning can go in a separate PR, getting these docs in is good. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The
overlaystorage driver is deprecated in favor of theoverlay2storagedriver, which has all the benefits of
overlay, without its limitations (excessiveinode consumption). The legacy
overlaystorage driver will be removed in a futurerelease. Users of the
overlaystorage driver should migrate to theoverlay2storage driver.
The legacy
overlaystorage driver allowed using overlayFS-backed filesystemson pre 4.x kernels. Now that all supported distributions are able to run
overlay2(as they are either on kernel 4.x, or have support for multiple lowerdirs
backported), there is no reason to keep maintaining the
overlaystorage driver.related issue in the documentation repository: docker/docs#7439