GithubHelp home page GithubHelp logo

aravindhramu / nfs-ganesha Goto Github PK

View Code? Open in Web Editor NEW

This project forked from phdeniel/nfs-ganesha

1.0 2.0 0.0 56.71 MB

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

Home Page: http://nfs-ganesha.sf.net

nfs-ganesha's Introduction

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.



nfs-ganesha's People

Contributors

chandra2 avatar jgwahlig avatar kvaneesh avatar lancerus avatar lieb avatar mattbenjamin avatar mmakc avatar phdeniel avatar phdeniel-at-home avatar sukwoo avatar tl-cea avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.