vmware-archive / vsphere-storage-for-docker

vSphere Storage for Docker
https://vmware.github.io/vsphere-storage-for-docker
Apache License 2.0
251 stars 95 forks source link

VMDK plugin client is using wrong config file path #635

Closed govint closed 8 years ago

govint commented 8 years ago

vmdk_plugin/utils/config/config.go is missing a dir in the config file path.

Fixing as below: @@ -26,7 +26,7 @@ const ( // Default paths - used in log init in main() and test:

    // DefaultConfigPath is the default location of Log configuration file
govint commented 8 years ago

Closing this, the DVV plugin config file used to manage the service has the same name as the config file (json formatted) used by the plugin for run time config. And that doesn't exist! Closing.