[
https://issues.apache.org/jira/browse/MESOS-2971?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Timothy Chen updated MESOS-2971:
--------------------------------
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.
> Add OverlayFS provisioner backend
> ---------------------------------
>
> Key: MESOS-2971
> URL: https://issues.apache.org/jira/browse/MESOS-2971
> Project: Mesos
> Issue Type: Improvement
> Reporter: Timothy Chen
> Assignee: Timothy Chen
> Labels: mesosphere
>
> 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.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)