Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gluster/glusterd2
[DEPRECATED] Glusterd2 is the distributed management framework to be used for GlusterFS.
https://github.com/gluster/glusterd2
gluster glusterd glusterd2 glusterfs go
Last synced: 24 days ago
JSON representation
[DEPRECATED] Glusterd2 is the distributed management framework to be used for GlusterFS.
- Host: GitHub
- URL: https://github.com/gluster/glusterd2
- Owner: gluster
- License: gpl-2.0
- Archived: true
- Created: 2014-09-23T12:02:13.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-04-04T02:31:32.000Z (over 5 years ago)
- Last Synced: 2024-08-10T05:10:19.533Z (4 months ago)
- Topics: gluster, glusterd, glusterd2, glusterfs, go
- Language: Go
- Homepage:
- Size: 13 MB
- Stars: 167
- Watchers: 39
- Forks: 82
- Open Issues: 222
-
Metadata Files:
- Readme: README.md
- License: COPYING-GPLV2
Awesome Lists containing this project
README
# GlusterD-2.0
[![Go Report Card](https://goreportcard.com/badge/github.com/gluster/glusterd2)](https://goreportcard.com/report/github.com/gluster/glusterd2)
[![Build Status](https://ci.centos.org/view/Gluster/job/gluster_glusterd2/badge/icon)](https://ci.centos.org/view/Gluster/job/gluster_glusterd2/)GlusterD-2.0 (GD2) is a re-implementation of GlusterD. It attempts to have better
consistency, scalability and performance when compared with the current
GlusterD, while also becoming more modular and easing extensibility.## Documentation
* [User documentation](doc/index.md#user-documentation)
* [Developer documentation](doc/index.md#developer-documentation)## Architecture and Design
Please refer to the [wiki](https://github.com/gluster/glusterd2/wiki/Design) for more information.## Building
To build GD2, just run `make`. If you don't have the required tools installed, run `scripts/install-reqs.sh`.
## Contributing
We use the Github pull-request model for accepting contributions. If you are not familiar with the pull request model please read ["Using pull requests"](https://help.github.com/articles/using-pull-requests/). For specific information on GlusterD-2.0, refer the [Development Guide](doc/development-guide.md).
## Copyright and License
Copyright (c) 2015 Red Hat, Inc.This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License, version 3 or any later version (LGPLv3 or later), or the GNU General Public License, version 2 (GPLv2), in all cases as published by the Free Software Foundation.