Skip to content

aravindhramu/nfs-ganesha

This branch is 1 commit ahead of, 7494 commits behind phdeniel/nfs-ganesha:master.

Folders and files

NameName
Last commit message
Last commit date
Nov 9, 2010
Mar 8, 2012
Sep 24, 2010
Jun 25, 2010
Jan 16, 2012
Mar 23, 2012
Sep 22, 2010
May 4, 2011
Mar 13, 2012
Dec 12, 2011

Repository files navigation

NFS-GANESHA is packaged with the autotools products, it follows the classical './configure && make && make install' schema.

But, NFS-GANESHA is coming with different Namespaces' backends called FSAL (which stands for File System Abstraction Layer).
The selection of the FSAL to be compiled with is done at './configure' time, via the --with-fsal option

Compiling NFS-GANESHA with POSIX FSAL:
	./configure --with-fsal=POSIX && make && make install

Compiling NFS-GANESHA with LUSTRE FSAL:
	./configure --with-fsal=LUSTRE && make && make install

Compiling NFS-GANESHA with PROXY FSAL
	./configure --with-fsal=PROXY && make && make install

Compiling NFS-GANESHA for a "FUSE-like" binding
	./configure --with-fsal=FUSE && make && make install
	
Note: if no '--with-fsal=' is provided, the PROXY FSAL will be used.

/!\ : If you got the source tree via git (git clone for example), you do not have the autotools specific stuff. You have to install 
those from your machine. This is done by running "autoreconf --install" from src/ . This will as well generate the related ./configure
script.



About

NFS-Ganesha, a NFSv2/NFSv3/NFSv4.x server in User Space

Resources

Stars

Watchers

Forks

Packages

No packages published