GlusterFS

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

Github星跟踪图

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

概览

名称与所有者gluster/glusterfs
主编程语言C
编程语言Shell (语言数: 14)
平台
许可证GNU General Public License v2.0
发布数580
最新版本名称v10.5 (发布于 2023-11-14 20:26:46)
第一版名称2.0.0rc2 (发布于 )
创建于2011-02-17 05:00:49
推送于2024-04-29 12:22:47
最后一次提交2020-10-07 12:50:16
星数4.5k
关注者数242
派生数1.1k
提交数16.8k
已启用问题?
问题数2668
打开的问题数213
拉请求数1092
打开的拉请求数17
关闭的拉请求数464
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?

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.

去到顶部