I finally got some time to spend on the NFS mounting issues and fixed the two main problems that I was able to reproduce:
https://smartos.org/bugview/OS-4647 https://smartos.org/bugview/OS-4331 Things should work a lot better in the next build, however the two key limitations to note are that we still don't support NFSv4 or DES auth. Those are OS-4187 and OS-4617. Let us know if you see any other problems in this area. Thanks, Jerry On Mon, Aug 17, 2015 at 3:35 PM, Ian Collins <[email protected]> wrote: > Jerry Jelinek wrote: > >> OK, thanks for the info. Some folks have been fine mounting but >> apparently other people do hit an issue with a similar symptom, although I >> am unsure if it is the same underlying root cause. Can you provide the >> output of the following: showmount -e 192.168.42.2 >> >> > It's a long list, but the key bits are: > > Export list for 192.168.42.2: > > /export/TV (everyone) > > The host is Solaris 11.2 > > One other point to note, it appears to become fixated on the first host I > try and mount from, for example: > > # showmount -e 192.168.42.200 > Export list for 192.168.42.200: > /zones/test @192.168.42/24 > /zones/stuff/test (everyone) > > # mount -t nfs -v -o nfsvers=3,sec=sys 192.168.42.200:/zones/stuff/test > /mnt > NFS access failed for server 192.168.42.2: error 7 (RPC: Authentication > error) > mount.nfs: access denied by server while mounting (null) > > Note the failed sever address, which also ends up in syslog: > > Aug 17 21:31:59 localhost kernel: nfs: [ID 664466 kern.notice] NFS access > failed for server 192.168.42.2: error 7 (RPC: Authentication error) > > Another odd thing is the lack of output from the mount command despite the > -v option. > > -- > Ian. > ------------------------------------------- smartos-discuss Archives: https://www.listbox.com/member/archive/184463/=now RSS Feed: https://www.listbox.com/member/archive/rss/184463/25769125-55cfbc00 Modify Your Subscription: https://www.listbox.com/member/?member_id=25769125&id_secret=25769125-7688e9fb Powered by Listbox: http://www.listbox.com
