home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / src / linux-headers-2.6.17-6 / fs / gfs / Kconfig next >
Encoding:
Text File  |  2006-08-11  |  701 b   |  14 lines

  1. config GFS_FS
  2.         tristate "GFS file system support"
  3.     depends on GFS2_FS_LOCKING_NOLOCK || GFS2_FS_LOCKING_DLM
  4.         help
  5.           A cluster filesystem.
  6.  
  7.           Allows a cluster of computers to simultaneously use a block device
  8.           that is shared between them (with FC, iSCSI, NBD, etc...).  GFS reads
  9.           and writes to the block device like a local filesystem, but also uses
  10.           a lock module to allow the computers coordinate their I/O so
  11.           filesystem consistency is maintained.  One of the nifty features of
  12.           GFS is perfect consistency -- changes made to the filesystem on one
  13.           machine show up immediately on all other machines in the cluster.
  14.