Skip to content
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.

VMDK plugin client is using wrong config file path #635

Closed
govint opened this issue Oct 20, 2016 · 1 comment
Closed

VMDK plugin client is using wrong config file path #635

govint opened this issue Oct 20, 2016 · 1 comment

Comments

@govint
Copy link
Contributor

govint commented Oct 20, 2016

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
  •   DefaultConfigPath = "/etc/docker-volume-vsphere.conf"
    
  •   DefaultConfigPath = "/etc/init/docker-volume-vsphere.conf"
    // DefaultLogPath is the default location of log (trace) file
    DefaultLogPath = "/var/log/docker-volume-vsphere.log"
    
@govint govint added this to the v1 GA milestone Oct 20, 2016
@govint govint self-assigned this Oct 20, 2016
@govint
Copy link
Contributor Author

govint commented Oct 20, 2016

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.

@govint govint closed this as completed Oct 20, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant