Details
-
Story
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
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 URI. 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
Attachments
Issue Links
- is blocked by
-
MESOS-2350 Add support for MesosContainerizerLaunch to chroot to a specified path
- Resolved