Skip to content
Steve Wong edited this page Oct 5, 2015 · 2 revisions

mesos-module-dvdi 0.1

The 0.1 release enables external volume functionality for existing frameworks that can manipulate the ExecutorInfo and Environment Variables.

  • Docker build image support for building mesos-module-dvdi
  • Support for the following isolator semantics
  • prepare
  • cleanup
  • recover
  • Support for the following Volume semantics
  • Mount
  • Unmount
  • Multiple volume mounts per task support
  • Volume options are be available for setting initial Volume properties
  • Volume options are be available for Filesystem options
  • Active mounts per task are retained in a file on the slave
    • This is used to assist in “orphan” mount cleanup during recover
    • This allows unmount of external volume used by tasks that terminated while the slave was not running