Gluster 3.1: Configuring and Using NFS Clients
From GlusterDocumentation
[edit]
Minimum Requirements
Mounting a unfs3booster-based NFS server exporting a GlusterFS volume requires that both GlusterFS server and the unfs3booster configuration are already running, according to the instructions provided in Storage_Server_Installation_and_Configuration.
[edit]
Configuring
Before configuring the NFS client, add unfs3 support to the server. You don't need to install an NFS client; the software is included in every operating system by default.
Mount the GlusterFS volume through NFS on a client machine as in the following example. nfsserver is the machine on which the unfs3booster program is running.
$ mount nfsserver:/testpath/ -o wsize=65536,rsize=65536 /mnt


