-
Notifications
You must be signed in to change notification settings - Fork 7.3k
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 overlay driver #7439
Comments
For RHEL
|
This looks like a good idea to me. cc @mataneja |
RHEL/CentOS < 7.3 are already deprecated. Is there some other OS variant that supports overlay that we still support? |
No, this would only be for older debian versions (which we dropped in 18.09). RHEL, and thus RHEL < 7.3 was only built for Docker EE, which never had |
Is there a place where we called out |
Deprecation means we'll remove it in a future release. We may want to add a "deprecated" warning at the top of the overlay storage driver page (describing that if your system supports overlay, it most likely supports overlay2, and has all the advantages, and none of the negatives of overlay) |
Main reason for deprecating things is to give people notice, and a chance to prepare for the feature to be removed. That was also the reason for the introduction of the feature deprecation policy; |
@thaJeztah I understand the need for deprecation and am fully supportive of this. I am just curious what steps we need to take in order to accomplish this. From your comments above, it seems that it may simply be a warning on the overlay storage driver page? Can you plz link to it here? Also, is that the extent of the work? |
@mataneja From a documentation perspective; yes, I would make sure to;
I would also recommend (if we do a patch release) to include these changes:
Those changes will;
|
@thaJeztah @mataneja I'll take care of this. Do you mind reviewing it when I'm done? |
@thaJeztah It looks like there was a PR merged that relates to this. Does it fix this, or is there more work to do? Either way is fine, just lemme know. thanks! |
Looks like we still need changes to the docs to complete this issue:
|
Waiting for @mataneja, @mark-church, and @andrewhsu to review. |
There hasn't been any activity on this issue for a long time. Prevent issues from auto-closing with a /lifecycle stale |
. |
/remove-lifecycle stale |
Problem description
Relates to #7433 @thaJeztah: Thinking we should start deprecating the overlay driver; IIRC, with the Red Hat kernels now supporting overlay2, every supported distro that supports overlay now also supports overlay2, and I cannot think of any reason to use overlay instead of overlay2 for those.
Problem location
The text was updated successfully, but these errors were encountered: