mirror of
https://github.com/gluster/glusterfs.git
synced 2026-02-07 03:48:44 +01:00
Also update the required documents and scripts to enable clang-format Change-Id: I73aae6db06c2f732a1779d59a73bc05e28beafba updates: bz#1564149 Signed-off-by: Amar Tumballi <amarts@redhat.com>
Developers
From GlusterDocumentation
Contributing to the Gluster community
Are you itching to send in patches and participate as a developer in the Gluster community? Here are a number of starting points for getting involved. We don't require a signed contributor license agreement or copyright assignment, but we do require a "signed-off-by" line on each code check-in.
- License Change - we recently changed the client library code to a dual license under the GPL v2 and the LGPL v3 or later
- GlusterFS Coding Standards
Developing
- [Language Bindings](./Language Bindings.md) - Connect to GlusterFS using various language bindings
Adding File operations
Automatic File Replication
Data Structures
Find the gfapi symbol versions here
Daemon Management Framework
Translators
- Block Device Tanslator
- Performance/write-Behind Translator
- Translator Development
- Storage/posix Translator
- Compression translator
Testing/Debugging
- Unit Tests in GlusterFS
- [Using the Gluster Test Framework](./Using Gluster Test Framework.md) - Step by step instructions for running the Gluster Test Framework
- Coredump Analysis - Steps to analize coredumps generated by regression machines.
- Identifying Resource Leaks