Setting up a cluster filesystem: Difference between revisions

From SambaWiki
(Created page with "= Goal = Set up a clustered file system to be used with CTDB for providing clustered file services. In addition, * How to test if posix locking is supported on the file sys...")
 
No edit summary
Line 36: Line 36:
= GPFS =
= GPFS =


[http://www.ibm.com/support/knowledgecenter/SSFKCN/gpfs_welcome.html GPFS] is a proprietary cluster file system from IBM.
= GFS =



= GFS2 =

[https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Global_File_System_2/index.html GFS2] is a clustered file system supported by Red Hat.



= Lustre =

[http://lustre.org/ Lustre] file system is an open-source, parallel file system that supports many requirements of leadership class HPC simulation environments.



= GlusterFS =

[https://www.gluster.org/ GlusterFS] is a scalable network file system.




= OCFS2 =
= OCFS2 =


[https://oss.oracle.com/projects/ocfs2/ OCFS2] is a general-purpose shared-disk cluster file system for Linux capable of providing both high performance and high availability.
= Add your favourite clustered file system here =

Revision as of 06:17, 8 November 2016

Goal

Set up a clustered file system to be used with CTDB for providing clustered file services.

In addition,

  • How to test if posix locking is supported on the file system?
  • Limitations when using clustered file system

Setting up clustered file system has nothing to do with CTDB. This information is provided for completeness. Users should be aware of any limitations of particular clustered file system.

Cluster file systems

Components

Any cluster file system will have some or all of following components:

  • Shared or distributed storage
  • Kernel or user space file system driver
  • User space file system daemon(s)
  • User space distributed lock manager
  • User space tools for management

Limitations

Every clustered file system has its quirks and limitations. Some of the file system limitations will affect the configuration of file services (Samba or NFS).

  • Does file system provide a consistent view across all the nodes (for example - uniform device and inode numbering) ?
  • Does file system provide posix locking semantics (cluster-aware locking)?
  • Does file system have specific quorum requirements?

Implementation

Each clustered file system example will describe how to set up a clustered file system for 3 node cluster. The implementation can be scaled down to 2 nodes or scaled up to more nodes.

GPFS

GPFS is a proprietary cluster file system from IBM.


GFS2

GFS2 is a clustered file system supported by Red Hat.


Lustre

Lustre file system is an open-source, parallel file system that supports many requirements of leadership class HPC simulation environments.


GlusterFS

GlusterFS is a scalable network file system.


OCFS2

OCFS2 is a general-purpose shared-disk cluster file system for Linux capable of providing both high performance and high availability.