mineshaftgap / d4m-nfs

Docker for Mac with NFS for performance improvements over osxfs
296 stars 26 forks source link

Blank space on /etc/d4m-nfs-mounts.txt break script d4m-nfs.sh #56

Closed yovasx2 closed 6 years ago

yovasx2 commented 6 years ago

I introduced a return character of the end of my file, and the script tried to do something weird accessing to a unexisting directory giving me this error:

exports:6: got host/group with no directory?: ""
[d4m-nfs] Something is wrong with your /etc/exports file, please check it.
if-kyle commented 6 years ago

I can replicate and get

# d4m-nfs exports

"" -alldirs -mapall=0:0 localhost

[d4m-nfs] Copy the Moby VM APK Cache back.
exports:6: got host/group with no directory?: ""
[d4m-nfs] Something is wrong with your /etc/exports file, please check it.
if-kyle commented 6 years ago

MR found at https://github.com/IFSight/d4m-nfs/pull/57