Uploaded image for project: 'Mesos'
  1. Mesos
  2. MESOS-8236

Change the auto backend logic of backing filesystem from exclusive to inclusive.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Reviewable
    • Major
    • Resolution: Unresolved
    • None
    • None
    • None

    Description

      Currently, the auto backend logic is exclusive for backing filesystem:

      // +---------+--------------+------------------------------------------+
      // | 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                                      |
      // +---------+--------------+------------------------------------------+
      

      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

      Attachments

        Activity

          People

            mzhu Meng Zhu
            gilbert Gilbert Song
            Gilbert Song Gilbert Song
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: