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
Nov 9, 2020
Dec 21, 2021
Jan 13, 2020
Dec 17, 2021
Aug 10, 2020
Dec 21, 2021
Sep 16, 2021
Dec 3, 2021
Oct 29, 2021
Nov 23, 2021
Jan 15, 2021
Dec 30, 2020
Dec 21, 2021
Dec 21, 2021
Dec 25, 2021
Dec 30, 2020
Dec 25, 2021
Aug 22, 2018
Jan 29, 2020
Nov 15, 2017
Aug 12, 2020
Mar 9, 2010
Apr 16, 2018
Dec 14, 2020
May 8, 2012
May 8, 2012
Mar 9, 2009
Sep 1, 2017
Oct 18, 2021
Nov 29, 2020
Jul 18, 2011
Nov 12, 2021
Jun 25, 2014
Dec 4, 2018
Dec 10, 2021
Nov 6, 2018
Nov 5, 2021
Nov 6, 2018
Oct 9, 2020
Dec 17, 2017
Nov 18, 2021
Jan 25, 2018
Feb 13, 2018

Repository files navigation

Gluster is a free and open source software scalable network filesystem.






Build Status Coverage Status

Gluster

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

Development

The development workflow is documented in Contributors 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%