Skip to content

ZFS 2.2 container support for Docker? #46654

Closed Answered by neersighted
cf-sewe asked this question in Q&A
Discussion options

You must be logged in to vote

The critical path you are thinking of is inverted -- the kernel requires these features to use overlayfs with ZFS, and the PR you have linked is intended to make sure that we only try to configure overlayfs on a modern ZFS version that supports the required system calls.

If you have an up-to-date ZFS, any version of Moby with a modern-ish overlay2 should work on that ZFS filesystem. The issues happen when it almost looks like overlayfs is supported (or rather, our existing function tests pass), but those system calls are missing, which is why that PR needs to be completed (adding further function tests to make sure that overlayfs will really work with the backing filesystem).

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@cf-sewe
Comment options

Answer selected by cf-sewe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants