Hi all, I installed glusterfs 7.0 and wanted to ask if gluster NFS is still available or if it is depreciated. I did several tests with NFS ganesha, but the results were not as expected. On my server: Firewall is turned off to test. There is actually no nfs logfile in /var/log/glusterfs and no other NFS service installed. netstat -anp | grep 2049 --> no opened port. gluster volume set vol-users nfs.disable off --> volume set: success service rpcbind status ? rpcbind.service - RPC bind portmap service Loaded: loaded (/lib/systemd/system/rpcbind.service; indirect; vendor preset: enabled) Drop-In: /run/systemd/generator/rpcbind.service.d ??50-rpcbind-$portmap.conf Active: active (running) since Fri 2020-01-03 17:36:31 CET; 2 days ago Main PID: 18849 (rpcbind) Tasks: 1 Memory: 116.0K CPU: 281ms CGroup: /system.slice/rpcbind.service ??18849 /sbin/rpcbind -f -w netstat -anp | grep rpc tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 18849/rpcbind tcp6 0 0 :::111 :::* LISTEN 18849/rpcbind udp 0 0 0.0.0.0:111 0.0.0.0:* 18849/rpcbind udp 0 0 0.0.0.0:793 0.0.0.0:* 18849/rpcbind udp6 0 0 :::111 :::* 18849/rpcbind udp6 0 0 :::793 :::* 18849/rpcbind unix 2 [ ACC ] STREAM LISTENING 14025 1/init /run/rpcbind.sock unix 3 [ ] STREAM CONNECTED 11087142 18849/rpcbind Why is gluster NFS not running? Thank you for any suggestions. Kind regards, Birgit
Hi Birgit ??? Gnfs is not build in glusterfs 7.0 by default, you can build the source code with: ./autogen.sh; ./configure? --enable-gnfs to enable it. Thanks ??? Xie ? 2020/1/6 19:28, DUCARROZ Birgit ??:> Hi all, > > I installed glusterfs 7.0 and wanted to ask if gluster NFS is still > available or if it is depreciated. > > I did several tests with NFS ganesha, but the results were not as > expected. > > On my server: > > Firewall is turned off to test. > There is actually no nfs logfile in /var/log/glusterfs > and no other NFS service installed. > > netstat -anp | grep 2049 --> no opened port. > gluster volume set vol-users nfs.disable off --> volume set: success > > > service rpcbind status > ? rpcbind.service - RPC bind portmap service > ?? Loaded: loaded (/lib/systemd/system/rpcbind.service; indirect; > vendor preset: enabled) > ? Drop-In: /run/systemd/generator/rpcbind.service.d > ?????????? ??50-rpcbind-$portmap.conf > ?? Active: active (running) since Fri 2020-01-03 17:36:31 CET; 2 days ago > ?Main PID: 18849 (rpcbind) > ??? Tasks: 1 > ?? Memory: 116.0K > ????? CPU: 281ms > ?? CGroup: /system.slice/rpcbind.service > ?????????? ??18849 /sbin/rpcbind -f -w > > > netstat -anp | grep rpc > tcp??????? 0????? 0 0.0.0.0:111???????????? 0.0.0.0:* LISTEN > 18849/rpcbind > tcp6?????? 0????? 0 :::111????????????????? :::* LISTEN 18849/rpcbind > udp??????? 0????? 0 0.0.0.0:111???????????? 0.0.0.0:* 18849/rpcbind > udp??????? 0????? 0 0.0.0.0:793???????????? 0.0.0.0:* 18849/rpcbind > udp6?????? 0????? 0 :::111????????????????? :::* 18849/rpcbind > udp6?????? 0????? 0 :::793????????????????? :::* 18849/rpcbind > unix? 2????? [ ACC ]???? STREAM???? LISTENING???? 14025??? 1/init > ????? /run/rpcbind.sock > unix? 3????? [ ]???????? STREAM???? CONNECTED???? 11087142 18849/rpcbind > > > Why is gluster NFS not running? > Thank you for any suggestions. > Kind regards, > Birgit > ________ > > Community Meeting Calendar: > > APAC Schedule - > Every 2nd and 4th Tuesday at 11:30 AM IST > Bridge: https://bluejeans.com/441850968 > > NA/EMEA Schedule - > Every 1st and 3rd Tuesday at 01:00 PM EDT > Bridge: https://bluejeans.com/441850968 > > Gluster-users mailing list > Gluster-users at gluster.org > https://lists.gluster.org/mailman/listinfo/gluster-users
I am 99% certain that gluster-nfs was deprecated several major releases back and not dropped on version 7. NFS-ganesha is the version that is recommended. On January 6, 2020 6:28:28 AM EST, DUCARROZ Birgit <birgit.ducarroz at unifr.ch> wrote:>Hi all, > >I installed glusterfs 7.0 and wanted to ask if gluster NFS is still >available or if it is depreciated. > >I did several tests with NFS ganesha, but the results were not as >expected. > >On my server: > >Firewall is turned off to test. >There is actually no nfs logfile in /var/log/glusterfs >and no other NFS service installed. > >netstat -anp | grep 2049 --> no opened port. >gluster volume set vol-users nfs.disable off --> volume set: success > > >service rpcbind status >? rpcbind.service - RPC bind portmap service > Loaded: loaded (/lib/systemd/system/rpcbind.service; indirect; >vendor preset: enabled) > Drop-In: /run/systemd/generator/rpcbind.service.d > ??50-rpcbind-$portmap.conf > Active: active (running) since Fri 2020-01-03 17:36:31 CET; 2 days ago > Main PID: 18849 (rpcbind) > Tasks: 1 > Memory: 116.0K > CPU: 281ms > CGroup: /system.slice/rpcbind.service > ??18849 /sbin/rpcbind -f -w > > >netstat -anp | grep rpc >tcp 0 0 0.0.0.0:111 0.0.0.0:* >LISTEN 18849/rpcbind >tcp6 0 0 :::111 :::* >LISTEN 18849/rpcbind >udp 0 0 0.0.0.0:111 0.0.0.0:* > 18849/rpcbind >udp 0 0 0.0.0.0:793 0.0.0.0:* > 18849/rpcbind >udp6 0 0 :::111 :::* > 18849/rpcbind >udp6 0 0 :::793 :::* > 18849/rpcbind >unix 2 [ ACC ] STREAM LISTENING 14025 1/init > /run/rpcbind.sock >unix 3 [ ] STREAM CONNECTED 11087142 >18849/rpcbind > > > >Why is gluster NFS not running? >Thank you for any suggestions. >Kind regards, >Birgit >________ > >Community Meeting Calendar: > >APAC Schedule - >Every 2nd and 4th Tuesday at 11:30 AM IST >Bridge: https://bluejeans.com/441850968 > >NA/EMEA Schedule - >Every 1st and 3rd Tuesday at 01:00 PM EDT >Bridge: https://bluejeans.com/441850968 > >Gluster-users mailing list >Gluster-users at gluster.org >https://lists.gluster.org/mailman/listinfo/gluster-users-- Sent from my Android device with K-9 Mail. All tyopes are thumb related and reflect authenticity. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.gluster.org/pipermail/gluster-users/attachments/20200106/6e64d3de/attachment.html>