<div dir="ltr">Hello all,<div><br></div><div>I have just finished setting up my HA nfs cluster and I am having a small problem. I would like to have nfs4 working but whenever I try to mount I get the following message,</div><div><br></div><div><div>mount: no type was given - I'll assume nfs because of the colon</div><div>mount.nfs: timeout set for Wed Jun  1 10:08:45 2016</div><div>mount.nfs: trying text-based options 'vers=4,addr=10.243.16.116,clientaddr=10.243.18.22'</div><div>mount.nfs: mount(2): Protocol not supported</div><div>mount.nfs: trying text-based options 'addr=10.243.16.116'</div><div>mount.nfs: prog 100003, trying vers=3, prot=6</div><div>mount.nfs: trying 10.243.16.116 prog 100003 vers 3 prot TCP port 2049</div><div>mount.nfs: prog 100005, trying vers=3, prot=17</div><div>mount.nfs: trying 10.243.16.116 prog 100005 vers 3 prot UDP port 20048</div></div><div><br></div><div>I can not figure out why version 4 is not supported. My nfsserver resource and export resource are </div><div><br></div><div><div>Resource: ch_nfs (class=ocf provider=heartbeat type=nfsserver)</div><div>  Attributes: nfs_shared_infodir=/data/nfs nfs_ip=10.243.16.116</div><div>  Operations: start interval=0s timeout=40 (ch_nfs-start-interval-0s)</div><div>              stop interval=0s timeout=20s (ch_nfs-stop-interval-0s)</div><div>              monitor interval=0s (ch_nfs-monitor-interval-30s)</div></div><div><br></div><div><div>Resource: ch_export_testdata_18 (class=ocf provider=heartbeat type=exportfs)</div><div>   Attributes: clientspec=<a href="http://10.243.18.0/255.255.255.0">10.243.18.0/255.255.255.0</a> options=rw,no_root_squash directory=/data/testdata fsid=1</div><div>   Operations: start interval=0s timeout=40 (ch_export_testdata_18-start-interval-0s)</div><div>               stop interval=0s timeout=120 (ch_export_testdata_18-stop-interval-0s)</div><div>               monitor interval=10 timeout=20 (ch_export_testdata_18-monitor-interval-10)</div></div></div>