NFS-Ganesha

A NFS server running in User Space.
Download

NFS-Ganesha Ranking & Summary

Advertisement

  • Rating:
  • License:
  • CeCILL
  • Price:
  • FREE
  • Publisher Name:
  • Philippe DENIEL
  • Publisher web site:

NFS-Ganesha Tags


NFS-Ganesha Description

A NFS server running in User Space. NFS-Ganesha is a NFS server running in User Space.It has been designed to meet two goals: * providing very large metadata and data caches (up to millions of records) * providing NFS exports to various files systems and namespaces (a set of data organized as trees, with a structure similar to a files system)NFS-Ganesha uses dedicated backend modules called FSAL (which stand for File System Abstraction Layer) that provided the product with a unique API (used internally) to access the underlying namespace. The FSAL module is basically the "glue" between the namespace and the other part of NFS-GaneshaAvailable FSALs are: * FSAL/POSIX: this module is based on the well known POSIX API which is included in the LibC. It allows NFS export for anything accessible via the POSIX interface. POSIX API addresses files and directories by their names (which are volatile identifiers, they may change if object is renamed). FSAL API uses persistent, opaque, unique identifier called handles. Because a this, FSAL/POSIX use the service of a PostGresQL database to perform "reverse lookup" from handle to filename. * FSAL/SNMP: information available via SNMP are organized as trees, they constitute a namespace. This backend module provides with the capability to export SNMP information data via NFS and browse them in a "procfs-like" way. * FSAL/PROXY: the module is in fact a NFSv4 client. Used with NFS-Ganesha, it turns the NFS server into a NFS proxy server. This module is still in its alpha version * FSAL/FUSELIKE: many product use FUSE to have NFS export. Often they resided in the user space. NFS-Ganesha is in user space too, and via this module it allow user space product to have NFS export from user space, without explicit kernel communication. The module use the same interface as the classical fuse binding: if your application have a fuse binding module ready, you'll need nothing else to interface it with NFS-Ganesha. For this specific use, the NNFS-Ganesha's engine is wrap in a library to be use and compile with your proprieritary application.NFS-Ganesha is available under the CeCILL license, which is a French transposition of the GPL and is fully GPL-compatible. What's New in This Release: · The uid/gid mapping functions did a bad use of their related idmapper_cache functions (the cache was not used in several cases) · Bug Fix : with kernel newer than 2.6.29, Connectathon's test6 failed on NFSv4 and NFSv4.1. This is now fixed : eod is returned only when the array of requested entries is empty (no more entry to be read in the directory). · Lock supports goes successfully through BULL's locktest when used on top of NFSv4.1 (problems remains with NFSv4.0) · Bug Fix: NFSv4 rsize/wsize had always value 1024 that killed performances. · Bug Fix : in nfsv4, the same open_owner opening a previously opened fileid did not get the same stateid. · Bug Fix : most of the time, files opened/created via NFSv4 were never closed


NFS-Ganesha Related Software