Skip to content

Gluster Filesystem : Build your distributed storage in minutes

License

Notifications You must be signed in to change notification settings

LoudMouthJester/glusterfs

Folders and files

NameName
Last commit message
Last commit date
Jan 22, 2018
Aug 19, 2019
Apr 13, 2019
Aug 29, 2019
Jan 24, 2019
Sep 2, 2019
Mar 4, 2019
Sep 2, 2019
Sep 2, 2019
Sep 9, 2019
Apr 24, 2019
Jun 28, 2019
Sep 16, 2019
Sep 9, 2019
Jul 29, 2019
Feb 19, 2019
Jul 29, 2019
Aug 22, 2018
Jun 28, 2019
Nov 15, 2017
Sep 17, 2018
Mar 9, 2010
Apr 16, 2018
Aug 7, 2012
May 8, 2012
May 8, 2012
Mar 9, 2009
Sep 1, 2017
Jul 12, 2019
Jun 28, 2019
Jul 18, 2011
Sep 24, 2018
Jun 25, 2014
Dec 4, 2018
Oct 16, 2017
Nov 6, 2018
Jul 16, 2019
Nov 6, 2018
Oct 25, 2017
Jun 26, 2019
Dec 17, 2017
Jul 29, 2019
Jan 25, 2018
Feb 13, 2018

Repository files navigation

Gluster

Gluster is a software defined distributed storage that can scale to several petabytes. It provides interfaces for object, block and file storage.

Development

Contributions to gluster in the form of patches and new feature additions can be made by following steps outlined at Developers Guide.

Documentation

The Gluster documentation can be found at Gluster Docs.

Deployment

Quick instructions to build and install can be found in INSTALL file.

Testing

GlusterFS source contains some functional tests under tests/ directory. All these tests are run against every patch submitted for review. If you want your patch to be tested, please add a .t test file as part of your patch submission. You can also submit a patch to only add a .t file for the test case you are aware of.

To run these tests, on your test-machine, just run ./run-tests.sh. Don't run this on a machine where you have 'production' glusterfs is running, as it would blindly kill all gluster processes in each runs.

If you are sending a patch, and want to validate one or few specific tests, then run a single test by running the below command.

  bash# /bin/bash ${path_to_gluster}/tests/basic/rpc-coverage.t

You can also use prove tool if available in your machine, as follows.

  bash# prove -vmfe '/bin/bash' ${path_to_gluster}/tests/basic/rpc-coverage.t

Maintainers

The list of Gluster maintainers is available in MAINTAINERS file.

License

Gluster is dual licensed under GPLV2 and LGPLV3+.

Please visit the Gluster Home Page to find out more about Gluster.

About

Gluster Filesystem : Build your distributed storage in minutes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 84.2%
  • Shell 10.0%
  • Python 3.9%
  • Perl 0.8%
  • Makefile 0.4%
  • M4 0.4%
  • Other 0.3%