thecodeteam / mesos-module-dvdi

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

Add explicit create feature from DVDCLI #103

Closed davidvonthenen closed 8 years ago

davidvonthenen commented 8 years ago

Addresses issue https://github.com/emccode/mesos-module-dvdi/issues/97 created by feature enhancement in DVDCLI PR https://github.com/emccode/dvdcli/pull/20.

Adds new ENV variable called DVDI_VOLUME_EXPLICITCREATE that you can set to true to require the volume be created ahead of time. If the volume doesnt exist, the mount fails.