-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecate AuFS storage driver #1484
Conversation
ping @dhiltgen @vdemeester @dmcgowan @AkihiroSuda as we were discussing in #1425 (comment) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🐸
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Is this going to be merged to v18.09? |
Let me mark this "WIP" for now; there were concerns about AuFS still being too widely in use to mark it deprecated already 😕 |
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 <[email protected]>
Updated to reflect that it's in 19.03, not 18.09 |
Long time coming since we have had |
The
aufs
storage driver is deprecated in favor ofoverlay2
, and willbe removed in a future release. Users of the
aufs
storage driver arerecommended to migrate to a different storage driver, such as
overlay2
, whichis now the default storage driver.
The
aufs
storage 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
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.- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)