The Universal Scale Storage service supports NFSv3 for client access. Below are the recommended mount options for Linux and macOS.
Linux
[user@localhost ~]$ sudo mount -t nfs -o intr,hard,tcp <USS>:/<export> /path/to/mountpoint
macOS
Mac:~ user$ sudo mount -t nfs -o rsize=65536,wsize=65536,intr,hard,tcp,locallocks,rdirplus,readahead=128 <USS>:/<export> /path/to/mountpoint