GlusterFS

GlusterFS是可扩展的网络文件系统。 GlusterFS是免费的开源软件。(GlusterFS is a scalable network filesystem. GlusterFS is free and open source software.)

Github stars Tracking Chart

GlusterFS是可扩展的网络文件系统。 使用通用的现成的硬件,您可以为媒体流、数据分析和其他数据和带宽密集型任务创建大型分布式存储解决方案。 GlusterFS是免费的开源软件。

Overview

Name With Ownergluster/glusterfs
Primary LanguageC
Program languageShell (Language Count: 14)
Platform
License:GNU General Public License v2.0
Release Count580
Last Release Namev10.5 (Posted on 2023-11-14 20:26:46)
First Release Name2.0.0rc2 (Posted on )
Created At2011-02-17 05:00:49
Pushed At2024-04-28 10:39:37
Last Commit At2020-10-07 12:50:16
Stargazers Count4.5k
Watchers Count242
Fork Count1.1k
Commits Count16.8k
Has Issues Enabled
Issues Count2664
Issue Open Count209
Pull Requests Count1092
Pull Requests Open Count16
Pull Requests Close Count464
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

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.

To the top