NAGY Andreas wrote:
[stuff snipped]
>In the source I saw nfs_async = 0; is it right that NFS will work in async 
>mode if I >compile the kernel with nfs_async = 1?
>
>I know the risk of running it async, but is it not the same risk having the 
>datastore >connected via iSCSI which standard is also not sync?
If you want to use it, you can just set it by setting the sysctl 
vfs.nfsd.async=1.
- If the server crashes/reboots you can lose data. Also, after the reboot, the
  client will only see an temporarily unresponsive server and will not have any
  indication of data loss.
  (I am not familiar with iSCSI, so I can't comment on how safe that is.)
- If you are using ZFS, there is also a ZFS config (sync=disabled). I'm not a 
ZFS
  guy, so I don't know anything more, but I'm sure others reading this list can
  tell you how to set it.
[more stuff snipped]
>So far I did not see any issue with the mount. Only in the vmkernel.log there 
>are >often following entrees:
>WARNING: NFS41: NFS41ValidateDelegation:608: Server returned improper >reason 
>for no delegation: 2
The attached patch *might* get rid of these, although I don't think it matters
much, since it is just complaining about the "reason" the server returns for
not issuing a delegation (issuing delegations is entirely at the discretion of
the server and is disabled by default).
[more stuff snipped]
Good luck with it, rick

Attachment: wantdeleg.patch
Description: wantdeleg.patch

_______________________________________________
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Reply via email to