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-28 10:39:37
最后一次提交2020-10-07 12:50:16
星數4.5k
關注者數242
派生數1.1k
提交數16.8k
已啟用問題?
問題數2664
打開的問題數209
拉請求數1092
打開的拉請求數16
關閉的拉請求數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.

去到頂部