thecodeteam / mesos-module-dvdi

Mesos Docker Volume Driver Isolator module
Apache License 2.0
77 stars 16 forks source link

Feature to add user-defined specification for the placement of DVDCLI #100

Closed dvonthenen closed 8 years ago

dvonthenen commented 8 years ago

Changes: 1) The user-defined specified DVDCLI is done by setting the ENV parameter DVDI_VOLUME_DVDCLI. By default, we use /usr/bin/dvdcli 2) Deleted some unreferenced code 3) Delete some old protobuf stuff marked TODO that we will no longer get to.

dvonthenen commented 8 years ago

This is a variation on this PR https://github.com/emccode/mesos-module-dvdi/pull/79

This should also satisfy this bug https://github.com/emccode/mesos-module-dvdi/issues/99

Also one to specify where the DVDCLI fully qualified path is for the mount/umount process. Tested in my 0.28.1 configuration.