Deprecate "devicemapper" storage driver, and add warning#38017
Merged
thaJeztah merged 1 commit intomoby:masterfrom Oct 11, 2018
Merged
Deprecate "devicemapper" storage driver, and add warning#38017thaJeztah merged 1 commit intomoby:masterfrom
thaJeztah merged 1 commit intomoby:masterfrom
Conversation
Member
Author
Member
Author
|
/cc @rhvgoyal |
This was referenced Oct 11, 2018
AkihiroSuda
approved these changes
Oct 11, 2018
Member
Author
|
d'oh! I moved the warning in the logs to the wrong location; let me update |
The `devicemapper` storage driver is deprecated in favor of `overlay2`, and will be removed in a future release. Users of the `devicemapper` storage driver are recommended to migrate to a different storage driver, such as `overlay2`, which is now the default storage driver. The `devicemapper` storage driver facilitates running Docker on older (3.x) kernels that have no support for other storage drivers (such as overlay2, or AUFS). Now that support for `overlay2` is added 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 `devicemapper` storage driver. Signed-off-by: Sebastiaan van Stijn <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #38017 +/- ##
=========================================
Coverage ? 36.09%
=========================================
Files ? 610
Lines ? 45175
Branches ? 0
=========================================
Hits ? 16308
Misses ? 26626
Partials ? 2241 |
31d9f51 to
06fcabb
Compare
Member
Author
|
Fixed; should now also warn when a driver is manually selected |
Member
Author
|
s390 failure is unrelated; |
2 tasks
This was referenced Jun 6, 2023
Closed
Closed
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.
Related deprecation note PR: docker/cli#1424
The
devicemapperstorage driver is deprecated in favor ofoverlay2, and willbe removed in a future release. Users of the
devicemapperstorage driver arerecommended to migrate to a different storage driver, such as
overlay2, whichis now the default storage driver.
The
devicemapperstorage driver facilitates running Docker on older (3.x) kernelsthat have no support for other storage drivers (such as overlay2, or AUFS).
Now that support for
overlay2is added to all supported distros (as they areeither on kernel 4.x, or have support for multiple lowerdirs backported), there
is no reason to continue maintenance of the
devicemapperstorage driver.