Merged
Conversation
Member
Author
|
ping @dhiltgen @vdemeester @dmcgowan @AkihiroSuda as we were discussing in #1425 (comment) |
Codecov Report
@@ Coverage Diff @@
## master #1484 +/- ##
=======================================
Coverage 56.74% 56.74%
=======================================
Files 310 310
Lines 21801 21801
=======================================
Hits 12370 12370
Misses 8517 8517
Partials 914 914 |
AkihiroSuda
approved these changes
Oct 26, 2018
This was referenced Oct 26, 2018
seemethere
approved these changes
Oct 26, 2018
Collaborator
|
Is this going to be merged to v18.09? |
Member
Author
|
Let me mark this "WIP" for now; there were concerns about AuFS still being too widely in use to mark it deprecated already 😕 |
Collaborator
|
What's the concern in just marking it deprecated? It's not a removal. |
The `aufs` storage driver is deprecated in favor of `overlay2`, and will be removed in a future release. Users of the `aufs` storage driver are recommended to migrate to a different storage driver, such as `overlay2`, which is now the default storage driver. The `aufs` storage driver facilitates running Docker on distros that have no support for OverlayFS, such as Ubuntu 14.04 LTS, which originally shipped with a 3.14 kernel. Now that Ubuntu 14.04 is no longer a supported distro for Docker, and `overlay2` is available 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 `aufs` storage driver. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Member
Author
|
Updated to reflect that it's in 19.03, not 18.09 |
Contributor
|
Long time coming since we have had |
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
aufsstorage driver is deprecated in favor ofoverlay2, and willbe removed in a future release. Users of the
aufsstorage driver arerecommended to migrate to a different storage driver, such as
overlay2, whichis now the default storage driver.
The
aufsstorage driver facilitates running Docker on distros that have nosupport for OverlayFS, such as Ubuntu 14.04 LTS, which originally shipped with
a 3.14 kernel.
Now that Ubuntu 14.04 is no longer a supported distro for Docker, and
overlay2is available 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
aufsstorage driver.- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)