Gilbert Song created MESOS-8236:
-----------------------------------
Summary: 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
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)