mesos-module-dvdi 0.4.4
Addressed Issue #108 found in 0.4.3.
Users may see Mesos Agent crashes in the following conditions with the 0.4.3 release:
- fresh install where the isolator has been installed but the agent has never been started previously
- using a non-default working directory
Features added since mesos-module-dvdi 0.4.2:
- Added support for Mesos 0.28.2
mesos-module-dvdi now supports Mesos 0.23.1, 0.24.2, 0.25.1, 0.26.1, 0.27.2 and 0.28.2 - Addressed Issue #94 - Isolator's checkpoint data (namely the mountlist) will be moved to the following directory: /var/run/mesos/isolators/mesos-module-dvdi/
- Addressed Issue #97 - The isolator supports the explicit create flag in the docker volume driver interface. By default, the current behavior in the past release is unchanged (i.e. if the volume does not exist, the volume will be implicitly created). If the DVDI_VOLUME_EXPLICITCREATE is set to "true", if the volume does not exist prior to mounting, the task will fail.
- Addressed Issue #99 - The isolator has functionality to allow the user to override the default path of the DVDCLI through the use of an environment variable called DVDI_VOLUME_DVDCLI.