openstorage icon indicating copy to clipboard operation
openstorage copied to clipboard

NFS volume driver permission denied

Open timbouvier opened this issue 6 years ago • 0 comments

I'm running "osd --daemon --file /etc/osd-config.yml" on coreos 1235.5.0. I get the following log output before the program exits with status 0.

osd-config.yml: osd: drivers: nfs: server: "10.68.19.1" path: "/"

INFO[0000] Unable to mount 10.68.19.1:/ at /var/lib/openstorage/nfs/ (permission denied) WARN[0000] Unable to start volume driver: nfs, permission denied

I can manually mount the nfs share inside the container with "sudo mount 10.68.19.1:/ /var/lib/openstorage/nfs/"

Any input is much appreciated.

-Tim

timbouvier avatar Oct 20 '17 17:10 timbouvier