Azure / azurefile-dockervolumedriver

Docker Volume Driver for Azure File Service over SMB/CIFS :whale:
Apache License 2.0
169 stars 57 forks source link

Enable azurefile-dockervolumedriver fail #76

Closed alafanechere closed 7 years ago

alafanechere commented 7 years ago

Hi, I tried to follow the installation instructions for ubuntu 15+. I run Ubuntu 16.04. When I run systemctl enable azurefile-dockervolumedriver I get : Failed to execute operation: Invalid argument.

When I try to start the service with systemctl start azurefile-dockervolumedriver I get :

Failed to start azurefile-dockervolumedriver.service: Unit azurefile-dockervolumedriver.service is not loaded properly: Invalid argument.
See system logs and 'systemctl status azurefile-dockervolumedriver.service' for details.

Here is the output of the status log with systemctl status azurefile-dockervolumedriver.service :

nov. 17 14:18:10 alafanechere-dell systemd[1]: [/etc/systemd/system/azurefile-dockervolumedriver.service:25] Assignment outside of section. Ignoring.
nov. 17 14:18:10 alafanechere-dell systemd[1]: [/etc/systemd/system/azurefile-dockervolumedriver.service:26] Assignment outside of section. Ignoring.
nov. 17 14:18:10 alafanechere-dell systemd[1]: [/etc/systemd/system/azurefile-dockervolumedriver.service:27] Assignment outside of section. Ignoring.
nov. 17 14:18:10 alafanechere-dell systemd[1]: [/etc/systemd/system/azurefile-dockervolumedriver.service:28] Assignment outside of section. Ignoring.

Do you have any ideas of why I get this error ?

Thanks