-
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
[18.09 backport] Deprecate AuFS storage driver #1485
Conversation
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> (cherry picked from commit f1a93a8) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Codecov Report
@@ Coverage Diff @@
## 18.09 #1485 +/- ##
=======================================
Coverage 54.07% 54.07%
=======================================
Files 290 290
Lines 19394 19394
=======================================
Hits 10488 10488
Misses 8235 8235
Partials 671 671 |
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
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 closed for now? #1484 (comment) |
Ah, thanks, forgot about this one; yes let's close this one for now |
backport of #1484 for 18.09
cherry-pick was clean; no conflicts
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