You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Meng Zhu (JIRA)" <ji...@apache.org> on 2017/11/15 18:41:00 UTC

[jira] [Assigned] (MESOS-8236) Change the auto backend logic of backing filesystem from exclusive to inclusive.

     [ https://issues.apache.org/jira/browse/MESOS-8236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Meng Zhu reassigned MESOS-8236:
-------------------------------

    Assignee: Meng Zhu

> Change the auto backend logic of backing filesystem from exclusive to inclusive.
> --------------------------------------------------------------------------------
>
>                 Key: MESOS-8236
>                 URL: https://issues.apache.org/jira/browse/MESOS-8236
>             Project: Mesos
>          Issue Type: Improvement
>            Reporter: Gilbert Song
>            Assignee: Meng Zhu
>              Labels: backend, containerizer, provisioner
>
> Currently, the auto backend logic is exclusive for backing filesystem:
> {noformat}
> // +---------+--------------+------------------------------------------+
> // | Backend | Suggested on | Disabled on                              |
> // +---------+--------------+------------------------------------------+
> // | aufs    | ext4 xfs     | btrfs aufs eCryptfs                      |
> // | overlay | ext4 xfs     | btrfs aufs overlay overlay2 zfs eCryptfs |
> // | bind    |              | N/A(`--sandbox_directory' must exist)    |
> // | copy    |              | N/A                                      |
> // +---------+--------------+------------------------------------------+
> {noformat}
> This might cause unstable issue on some specific backing fs. An inclusive logic should be supported. See:
> https://docs.docker.com/engine/userguide/storagedriver/selectadriver/#supported-backing-filesystems



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)