You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by "brian wickman (JIRA)" <ji...@apache.org> on 2013/04/03 21:13:18 UTC

[jira] [Created] (MESOS-425) abstract out disk operations into a disk manager

brian wickman created MESOS-425:
-----------------------------------

             Summary: abstract out disk operations into a disk manager
                 Key: MESOS-425
                 URL: https://issues.apache.org/jira/browse/MESOS-425
             Project: Mesos
          Issue Type: New Feature
          Components: isolation
            Reporter: brian wickman
            Priority: Minor


Right now there are a few things that involve disks:
  - sandbox creation
  - disk space monitoring
  - garbage collection

These operations should probably be abstracted out into some sort of disk isolator / disk manager, e.g. allocate / getsize / deallocate.  For example an allocate implementation may dynamically create ZFS pools across multiple spindles from a 'spindle' resource type and mount that as the sandbox for a task.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira