Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Mesosphere Sprint 29
-
5
Description
Part of the image provisioning process is to call a backend to create a root filesystem based on the image on disk layout.
The problem with the copy backend is that it's both waste of IO and space, and bind only can deal with one layer.
Overlayfs backend allows us to utilize the filesystem to merge multiple filesystems into one efficiently.
Attachments
Issue Links
- is blocked by
-
MESOS-4707 Add fs:supported() function for detecting whether a file system is supported
- Resolved
- relates to
-
MESOS-4672 Implement aufs based provisioner backend.
- Resolved