Jay Buffington created MESOS-2540:
-------------------------------------
Summary: mesos containerizer should provide scheduler specified
rootfs
Key: MESOS-2540
URL: https://issues.apache.org/jira/browse/MESOS-2540
Project: Mesos
Issue Type: Story
Components: containerization
Reporter: Jay Buffington
The mesos containerizer already supports cgroups and namespaces. MESOS-2350 is
being actively worked on now to allow for an operator to specify a fixed rootfs
to chroot into.
Let’s extend these features and provide the ability for a scheduler to specify
the rootfs. Schedulers should be able to specify a ContainerInfo[1] that
includes type = mesos and an image url. The mesos containerizer should fetch
that rootfs using the mesos-fetcher then chroot into it before starting the
task.
[1] https://github.com/apache/mesos/blob/7bdb559/include/mesos/mesos.proto#L992
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)