-
Notifications
You must be signed in to change notification settings - Fork 18.8k
daemon: remove deprecated AuFS storage driver #45342
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
daemon: remove deprecated AuFS storage driver #45342
Conversation
There's still some locations refering to AuFS; - pkg/archive: I suspect most of that code is because the whiteout-files are modelled after aufs (but possibly some code is only relevant to images created with AuFS as storage driver; to be looked into). - contrib/apparmor/template: likely some rules can be removed - contrib/dockerize-disk.sh: very old contribution, and unlikely used by anyone, but perhaps could be updated if we want to (or just removed). Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
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.
vigorously LGTM
| func checkRemoved(name string) error { | ||
| switch name { | ||
| case "aufs": | ||
| return NotSupportedError(fmt.Sprintf("[graphdriver] ERROR: the %s storage-driver has been deprecated and removed; visit https://docs.docker.com/go/storage-driver/ for more information", name)) |
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.
Do we need to update that docs page to make it more clear that AuFS usage is heavily discouraged (and once this merges, outright removed)? 😇
|
/cc @dvdksn |

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

Relates to;
There's still some locations refering to AuFS;
- What I did
- How I did it
- How to verify it
- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)