Skip to content
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

Closed

Conversation

thaJeztah
Copy link
Member

@thaJeztah thaJeztah commented Oct 26, 2018

backport of #1484 for 18.09

cherry-pick was clean; no conflicts

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.

- Description for the changelog

* Deprecate `aufs` storage driver [docker/cli#1485](https://github.com/docker/cli/pull/1485)

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>
@thaJeztah
Copy link
Member Author

ping @dhiltgen @vdemeester @dmcgowan

@codecov-io
Copy link

Codecov Report

Merging #1485 into 18.09 will not change coverage.
The diff coverage is n/a.

@@           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

Copy link
Contributor

@silvin-lubecki silvin-lubecki left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Collaborator

@vdemeester vdemeester left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🐯

@AkihiroSuda
Copy link
Collaborator

Is this going to be closed for now? #1484 (comment)

@thaJeztah
Copy link
Member Author

Ah, thanks, forgot about this one; yes let's close this one for now

@thaJeztah thaJeztah closed this Nov 5, 2018
@thaJeztah thaJeztah deleted the 18.09_backport_deprecate_aufs branch October 24, 2019 10:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants