Hi , I cant seem to mount NFS over booster + unfs3exports It looks like the unfs3 is not working at all while the server is in fact running I went thru the faq : http://gluster.com/community/documentation/index.php/Storage_Server_Installation_and_Configuration line by line my configs are : /etc/booster.fstab /etc/glusterfs/glusterfs.vol /mnt/nfs/ glusterfs subvolume=localdiskthreads,logfile=/var/log/booster,loglevel=DEBUG,attr_timeout=0 /etc/unfs3exports /mnt/nfs *(rw,no_root_squash) service unfsd start My client running fedora 11 and the command mount -t nfs 192.168.0.9:/mnt/nfs /mnt/cluster-o nolock -v or mount 192.168.0.9:/mnt/nfs -o wsize=65536,rsize=65536 /mnt/cluster -o nolock both gets : mount.nfs: access denied by server while mounting 192.168.0.9:/mnt/nfs Any help will be great .
Todd Daugherty
2009-Nov-04 13:15 UTC
[Gluster-users] nfs mount problem over bosoter + unfs3exports
/mnt/nfs 192.168.0.0/24(rw,no_root_squash) try that in your exports. '*' did not work for me either. Todd On Wed, Nov 4, 2009 at 2:03 PM, Ran <smtp.test61 at gmail.com> wrote:> Hi , > I cant seem to mount NFS over booster + unfs3exports > It looks like the unfs3 is not working at all while the server is in > fact running > I went thru the faq : > http://gluster.com/community/documentation/index.php/Storage_Server_Installation_and_Configuration > line by line > > my configs are : > > /etc/booster.fstab > /etc/glusterfs/glusterfs.vol /mnt/nfs/ glusterfs > subvolume=localdiskthreads,logfile=/var/log/booster,loglevel=DEBUG,attr_timeout=0 > > /etc/unfs3exports > /mnt/nfs ? ? ? ?*(rw,no_root_squash) > > service unfsd start > > My client running fedora 11 and the command > mount -t nfs 192.168.0.9:/mnt/nfs /mnt/cluster-o nolock -v > or > mount 192.168.0.9:/mnt/nfs -o wsize=65536,rsize=65536 /mnt/cluster -o nolock > > both gets : > mount.nfs: access denied by server while mounting 192.168.0.9:/mnt/nfs > > Any help will be great . > _______________________________________________ > Gluster-users mailing list > Gluster-users at gluster.org > http://gluster.org/cgi-bin/mailman/listinfo/gluster-users >