I'm doing an article on creating a box for storage using GlusterFS. I wanted to
include NFS, so I installed NFS-Ganesha. But I'm struggling to get it to work
correctly. It appears to mount, but the mount point doesn't have any files, and I
can't create any files. Most suspicious is that if I cat /proc/mounts, I see an
entry:
artful:/ /home/rkamradt/gluster nfs4
rw,relatime,vers=4.0,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=192.168.0.225,local_lock=none,addr=192.168.0.104
0 0
but if I run showmount artful -e I get an empty list.
What approach should I take to troubleshoot this issue? I haven't dealt with NFS in a
while, and most of the information I can glean from the internet is focused on kernal
nfs.
Thanks,
Randy