-
Notifications
You must be signed in to change notification settings - Fork 18.8k
aufs,overlay: disable on eCryptfs #23121
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
Conversation
002a539
to
ea0a034
Compare
Thanks! Can you update the compatibility matrix as well in https://github.com/docker/docker/blob/master/docs/userguide/storagedriver/selectadriver.md#a-pluggable-storage-driver-architecture ? |
Also, if we know why it can't work, perhaps we should leave a short comment with an explanation in the linked issues |
ea0a034
to
ae4d193
Compare
@thaJeztah Thanks! It looks like I need to update it to do the same for overlay because it's a problem there as well. I'll make the corresponding changes as well. |
ae4d193
to
e229527
Compare
Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com>
e229527
to
5e85ec8
Compare
@thaJeztah The change is now made to aufs and overlay. The docs have also been updated. I've commented on the newest issue which is open to explain this. The comment also mentions the other issues to make those link to the newest issue without having to comment on every single issue. PTAL |
Thanks! LGTM |
LGTM |
docs LGTM ping @vdemeester for review/merge 🐶 |
LGTM 🐯 |
cherry-pick from moby#23121 Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com> Signed-off-by: Lei Jitang <leijitang@huawei.com>
- What I did
I've changed the aufs and overlay driver code to disable it when using eCryptfs as a backing file system.
We know aufs and eCryptfs won't work. There's no point in having other people waste time investigating this known problem, opening issues and having to investigate every time.
Fixes #22577
Fixes #19336
Fixes #10380
Fixes #7554
- How I did it
I've added a new FsMagic.
- How to verify it
Set up eCryptfs and switch Docker to use a folder on eCryptfs.
- Description for the changelog
aufs and overlay: disable on eCryptfs