1
0
mirror of https://github.com/gluster/glusterfs.git synced 2026-02-06 00:49:30 +01:00
Files
glusterfs/doc/developer-guide
Dmitry Antipov 4e81a5e47a build: extend --enable-valgrind to support Memcheck and DRD
Extend '-enable-valgrind' to '--enable=valgrind[=memcheck,drd]'
to enable Memcheck or DRD Valgrind tool, respectively.

Change-Id: I80d13d72ba9756e0cbcdbeb6766b5c98e3e8c002
Signed-off-by: Dmitry Antipov <dmantipov@yandex.ru>
Updates: #1002
2020-09-05 02:14:19 +00:00
..

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

  • If you are not sure of where to start, and what to do, we have a small write-up on what you can pick. Check it out

Adding File operations

Automatic File Replication

Data Structures

Find the gfapi symbol versions here

Daemon Management Framework

Translators

Brick multiplex

Fuse

Testing/Debugging

Release Process