thecodeteam / mesos-module-dvdi

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

Create continer failed due to DVDI_VOLUME_NAME is not valid #81

Closed gyliu513 closed 8 years ago

gyliu513 commented 8 years ago

I was using 0.27.0 dvd driver and the env json is as following: root@mesos002:~/src/mesos/27/mesos/build# cat /opt/env.json { "DVDI_VOLUME_NAME": "123", "DVDI_VOLUME_DRIVER": "convoy" }

I was always getting this error when launch a task E0314 20:17:41.391485 2008 docker_volume_driver_isolator.cpp:485] Environment variable DVDI_VOLUME_NAME rejected because it's value contains prohibited characters

cantbewong commented 8 years ago

I tested this using the RexRay volume driver and had no issues when using a volume name of "123"

gyliu513 commented 8 years ago

Thanks @cantbewong I think that we can close this now.