home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / ubuntu / gfs / Kconfig next >
Encoding:
Text File  |  2009-09-09  |  800 b   |  19 lines

  1. config GFS_FS
  2.     tristate "GFS file system support"
  3.     select FS_POSIX_ACL
  4.     select CRC32
  5.     help
  6.       A cluster filesystem.
  7.  
  8.       Allows a cluster of computers to simultaneously use a block device
  9.       that is shared between them (with FC, iSCSI, NBD, etc...).  GFS reads
  10.       and writes to the block device like a local filesystem, but also uses
  11.       a lock module to allow the computers coordinate their I/O so
  12.       filesystem consistency is maintained.  One of the nifty features of
  13.       GFS is perfect consistency -- changes made to the filesystem on one
  14.       machine show up immediately on all other machines in the cluster.
  15.  
  16.       To use the GFS filesystem, you will need to enable one or more of
  17.       the below locking modules. Documentation and utilities for GFS can
  18.       be found here: http://sources.redhat.com/cluster
  19.