2013-12-11 10:17:46 +01:00
GlusterFS Maintainers
=====================
The intention of this file is not to establish who owns what portions of the
code base, but to provide a set of names that developers can consult when they
have a question about a particular subset and also to provide a set of names
to be CC'd when submitting a patch to obtain appropriate review.
In general, if you have a question about inclusion of a patch, you should
2014-04-27 15:03:58 +02:00
consult gluster-devel@gluster.org and not any specific individual privately.
2013-12-11 10:17:46 +01:00
Descriptions of section entries:
2017-06-20 21:28:20 +05:30
M: Main contact that knows and takes care of this area
2013-12-11 10:17:46 +01:00
L: Mailing list that is relevant to this area
W: Web-page with status/info
Q: Patchwork web based patch tracking system site
T: SCM tree type and location. Type is one of: git, hg, quilt, stgit.
S: Status, one of the following:
Supported: Someone is actually paid to look after this.
Maintained: Someone actually looks after it.
Odd Fixes: It has a maintainer but they don't have time to do
much other than throw the odd patch in. See below.
Orphan: No current maintainer [but maybe you could take the
role as you write your new code].
Obsolete: Old code. Something tagged obsolete generally means
it has been replaced by a better system and you
should be using that.
F: Files and directories with wildcard patterns.
A trailing slash includes all files and subdirectory files.
F: drivers/net/ all files in and below drivers/net
F: drivers/net/* all files in drivers/net, but not below
F: */net/* all files in "any top level directory"/net
One pattern per line. Multiple F: lines acceptable.
X: Files and directories that are NOT maintained, same rules as F:
Files exclusions are tested before file matches.
Can be useful for excluding a specific subdirectory, for instance:
F: net/
X: net/ipv6/
matches all files in and below net excluding net/ipv6/
K: Keyword perl extended regex pattern to match content in a
patch or file. For instance:
K: of_get_profile
matches patches or files that contain "of_get_profile"
K: \b(printk|pr_(info|err))\b
matches patches or files that contain one or more of the words
printk, pr_info or pr_err
One regex pattern per line. Multiple K: lines acceptable.
2017-06-20 21:28:20 +05:30
P: Peer for a component
2013-12-11 10:17:46 +01:00
General Project Architects
--------------------------
2017-06-20 21:28:20 +05:30
M: Jeff Darcy <jeff@pl.atyp.us>
2013-12-11 10:17:46 +01:00
M: Vijay Bellur <vbellur@redhat.com>
2017-06-20 21:28:20 +05:30
P: Amar Tumballi <amarts@redhat.com>
P: Pranith Karampuri <pkarampu@redhat.com>
P: Raghavendra Gowdappa <rgowdapp@redhat.com>
P: Shyamsundar Ranganathan <srangana@redhat.com>
P: Niels de Vos <ndevos@redhat.com>
P: Xavier Hernandez <xhernandez@datalab.es>
2013-12-11 10:17:46 +01:00
2014-06-27 12:46:34 +02:00
2013-12-11 10:17:46 +01:00
xlators:
--------
2017-06-20 21:28:20 +05:30
Access Control List (ACL)
M: Raghavendra Talur <rtalur@redhat.com>
P: Jiffin Tony Thottan <jthottan@redhat.com>
S: Maintained
F: xlators/system/posix-acl/
Arbiter
M: Ravishankar N <ravishankar@redhat.com>
P: Pranith Karampuri <pkarampu@redhat.com>
S: Maintained
F: xlators/features/arbiter/
2013-12-11 10:17:46 +01:00
Automatic File Replication (AFR)
M: Pranith Karampuri <pkarampu@redhat.com>
2017-06-20 21:28:20 +05:30
P: Ravishankar N <ravishankar@redhat.com>
2013-12-11 10:17:46 +01:00
S: Maintained
F: xlators/cluster/afr/
2017-06-20 21:28:20 +05:30
Barrier
M: Raghavendra Bhat <rabhat@redhat.com>
P: Atin Mukherjee <amukherj@redhat.com>
S: Maintained
F: xlators/features/barrier
2014-12-11 12:50:14 +05:30
Block Device
2015-01-14 15:20:09 +05:30
S: Orphan
2014-12-11 12:50:14 +05:30
F: xlators/storage/bd/
2015-03-15 04:26:15 +05:30
BitRot
2017-06-20 21:28:20 +05:30
M: Kotresh HR <khiremat@redhat.com>
P: Raghavendra Bhat <rabhat@redhat.com>
2015-03-15 04:26:15 +05:30
S: Maintained
F: xlators/features/bit-rot/
2014-12-11 12:50:14 +05:30
Changelog
2016-07-14 11:50:42 -04:00
M: Aravinda V K <avishwan@redhat.com>
2017-06-20 21:28:20 +05:30
P: Kotresh HR <khiremat@redhat.com>
2014-12-11 12:50:14 +05:30
S: Maintained
F: xlators/features/changelog/
2015-08-31 15:07:49 +05:30
Changetimerecorder
2017-06-20 21:28:20 +05:30
M: Shyamsundar Ranganathan <srangana@redhat.com>
P: Hari Gowtham <hgowtham@redhat.com>
2015-08-31 15:07:49 +05:30
S: Maintained
F: xlators/features/changetimerecorder/
2017-06-20 21:28:20 +05:30
Decompounder
M: Krutika Dhananjay <kdhananj@redhat.com>
P: Pranith Karampuri <pkarampu@redhat.com>
S: Maintained
F: xlators/features/decompounder/
2013-12-11 10:17:46 +01:00
Distributed Hashing Table (DHT)
2014-12-11 12:50:14 +05:30
M: Raghavendra Gowdappa <rgowdapp@redhat.com>
2017-06-20 21:28:20 +05:30
M: Nithya Balachandran <nbalacha@redhat.com>
P: Susant Palai <spalai@redhat.com>
2013-12-11 10:17:46 +01:00
S: Maintained
F: xlators/cluster/dht/
2015-08-31 15:07:49 +05:30
Erasure Coding
M: Pranith Karampuri <pkarampu@redhat.com>
M: Xavier Hernandez <xhernandez@datalab.es>
2017-06-20 21:28:20 +05:30
P: Ashish Pandey <aspandey@redhat.com>
P: Sunil Kumar Acharya <sheggodu@redhat.com>
2015-08-31 15:07:49 +05:30
S: Maintained
F: xlators/cluster/ec/
2017-06-20 21:28:20 +05:30
Error-gen
M: Raghavendra Talur <rtalur@redhat.com>
S: Maintained
F: xlators/debug/error-gen/
2014-12-11 12:50:14 +05:30
FUSE Bridge
2015-08-31 15:07:49 +05:30
M: Niels de Vos <ndevos@redhat.com>
2017-06-20 21:28:20 +05:30
P: Csaba Henk <chenk@redhat.com>
2013-12-11 10:17:46 +01:00
S: Maintained
2014-12-11 12:50:14 +05:30
F: xlators/mount/
2013-12-11 10:17:46 +01:00
Index
M: Pranith Karampuri <pkarampu@redhat.com>
2017-06-20 21:28:20 +05:30
P: Ravishankar N <ravishankar@redhat.com>
2013-12-11 10:17:46 +01:00
S: Maintained
F: xlators/features/index/
2017-06-20 21:28:20 +05:30
IO Cache
M: Raghavendra Gowdappa <rgowdapp@redhat.com>
P: Mohammed Rafi KC <rkavunga@redhat.com>
P: Nithya Balachandran <nbalacha@redhat.com>
S: Maintained
F: xlators/performance/io-cache/
IO Statistics
M: Krutika Dhananjay <kdhananj@redhat.com>
M: Shyam Ranganathan <srangana@redhat.com>
S: Maintained
F: xlators/debug/io-stats/
2014-12-11 12:50:14 +05:30
IO threads
M: Pranith Karampuri <pkarampu@redhat.com>
2017-06-20 21:28:20 +05:30
P: Ravishankar N <ravishankar@redhat.com>
2013-12-11 10:17:46 +01:00
S: Maintained
2014-12-11 12:50:14 +05:30
F: xlators/performance/io-threads/
2017-06-20 21:28:20 +05:30
Leases
M: Poornima G <pgurusid@redhat.com>
P: Niels de Vos <ndevos@redhat.com>
P: Soumya Koduri <skoduri@redhat.com>
S: Maintained
F: xlators/features/leases/
2014-12-11 12:50:14 +05:30
Locks
2017-06-20 21:28:20 +05:30
M: Krutika Dhananjay <kdhananj@redhat.com>
2014-12-11 12:50:14 +05:30
S: Maintained
F: xlators/features/locks/
2013-12-11 10:17:46 +01:00
Marker
2016-07-14 11:50:42 -04:00
M: Raghavendra Gowdappa <rgowdapp@redhat.com>
2017-06-20 21:28:20 +05:30
M: Kotresh HR <khiremat@redhat.com>
P: Sanoj Unnikrishnan <sunnikri@redhat.com>
2013-12-11 10:17:46 +01:00
S: Maintained
F: xlators/features/marker/
2017-06-20 21:28:20 +05:30
Meta
M: Mohammed Rafi KC <rkavunga@redhat.com>
S: Maintained
F: xlators/features/meta/
Metadata-cache
M: Poornima G <pgurusid@redhat.com>
P: Soumya Koduri <skoduri@redhat.com>
S: Maintained
F: xlators/performance/md-cache/
Negative-lookup Cache
M: Poornima G <pgurusid@redhat.com>
P: Pranith Karampuri <pkarampu@redhat.com>
S: Maintained
F: xlators/performance/nl-cache/
2014-12-11 12:50:14 +05:30
NFS
M: Niels de Vos <ndevos@redhat.com>
2017-11-02 12:35:53 -04:00
M: Shreyas Siravara <sshreyas@fb.com>
M: Jeff Darcy <jeff@pl.atyp.us>
2017-06-20 21:28:20 +05:30
P: Jiffin Tony Thottan <jthottan@redhat.com>
P: Soumya Koduri <skoduri@redhat.com>
2013-12-11 10:17:46 +01:00
S: Maintained
2014-12-11 12:50:14 +05:30
F: xlators/nfs/server/
2013-12-11 10:17:46 +01:00
2017-06-20 21:28:20 +05:30
Open-behind
2014-12-11 12:50:14 +05:30
M: Raghavendra Gowdappa <rgowdapp@redhat.com>
2017-06-20 21:28:20 +05:30
P: Milind Changire <mchangir@redhat.com>
2014-01-10 12:26:29 +05:30
S: Maintained
2017-06-20 21:28:20 +05:30
F: xlators/performance/open-behind/
2013-12-11 10:17:46 +01:00
2014-12-11 12:50:14 +05:30
Posix:
M: Raghavendra Bhat <raghavendra@redhat.com>
2017-06-20 21:28:20 +05:30
P: Krutika Dhananjay <kdhananj@redhat.com>
P: Jiffin Tony Thottan <jthottan@redhat.com>
2013-12-11 10:17:46 +01:00
S: Maintained
2014-12-11 12:50:14 +05:30
F: xlators/storage/posix/
2013-12-11 10:17:46 +01:00
2017-06-20 21:28:20 +05:30
Quick-read
M: Raghavendra Gowdappa <rgowdapp@redhat.com>
P: Milind Changire <mchangir@redhat.com>
S: Maintained
F: xlators/performance/quick-read/
2014-12-11 12:50:14 +05:30
Quota
2016-07-14 11:50:42 -04:00
M: Raghavendra Gowdappa <rgowdapp@redhat.com>
2017-06-20 21:28:20 +05:30
P: Sanoj Unnikrishnan <sunnikri@redhat.com>
M: Shyamsundar Ranganathan <srangana@redhat.com>
2014-05-07 09:59:56 +05:30
S: Maintained
2014-12-11 12:50:14 +05:30
F: xlators/features/quota/
2014-05-07 09:59:56 +05:30
2017-06-20 21:28:20 +05:30
Read-ahead
M: Raghavendra Gowdappa <rgowdapp@redhat.com>
P: Csaba Henk <chenk@redhat.com>
S: Maintained
F: xlators/performance/read-ahead/
Readdir-ahead
M: Poornima G <pgurusid@redhat.com>
P: Krutika Dhananjay <kdhananj@redhat.com>
S: Maintained
F: xlators/performance/readdir-ahead/
Sharding
M: Krutika Dhananjay <kdhananj@redhat.com>
S: Maintained
F: xlators/features/shard/
2015-04-15 06:32:18 -04:00
Tiering
2017-06-20 21:28:20 +05:30
M: Shyamsundar Ranganathan <srangana@redhat.com>
P: Hari Gowtham <hgowtham@redhat.com>
2015-04-15 06:32:18 -04:00
S: Maintained
F: xlators/cluster/dht/src/tier.c
2017-06-20 21:28:20 +05:30
Trash
M: Anoop C S <anoopcs@redhat.com>
M: Jiffin Tony Thottan <jthottan@redhat.com>
S: Maintained
F: xlators/features/trash/
2013-12-11 10:17:46 +01:00
2015-08-31 15:07:49 +05:30
Upcall
2017-06-20 21:28:20 +05:30
M: Poornima G <pgurusid@redhat.com>
M: Soumya Koduri <skoduri@redhat.com>
P: Niels de Vos <ndevos@redhat.com>
2015-08-31 15:07:49 +05:30
S: Maintained
F: xlators/features/upcall/
2017-06-20 21:28:20 +05:30
Write-behind
M: Raghavendra Gowdappa <rgowdapp@redhat.com>
P: Csaba Henk <chenk@redhat.com>
S: Maintained
F: xlators/performance/write-behind/
Write Once Read Many
P: Karthik US <ksubrahm@redhat.com>
S: Maintained
F: xlators/features/read-only/
Experimental Features:
----------------------
2017-11-02 12:35:53 -04:00
RIO-Distribution
2017-06-20 21:28:20 +05:30
M: Shyamsundar Ranganathan <srangana@redhat.com>
P: Kotresh HR <khiremat@redhat.com>
P: Susant Palai <spalai@redhat.com>
S: Maintained
F: xlators/experimental/dht2/
Journal Based Replication
M: Jeff Darcy <jeff@pl.atyp.us>
P: Mohammed Rafi KC <rkavunga@redhat.com>
S: Maintained
F: xlators/experimental/fdl/
F: xlators/experimenta/jbr-client/
F: xlators/experimental/jbr-server/
2013-12-11 10:17:46 +01:00
Other bits of code:
-------------------
2014-12-11 12:50:14 +05:30
Doc
M: Humble Chirammal <hchiramm@redhat.com>
2015-08-04 18:09:15 +05:30
M: Raghavendra Talur <rtalur@redhat.com>
M: Prashanth Pai <ppai@redhat.com>
2014-12-11 12:50:14 +05:30
S: Maintained
F: doc/
2013-12-11 10:17:46 +01:00
Geo Replication
2015-06-11 09:15:17 +05:30
M: Aravinda V K <avishwan@redhat.com>
2017-06-20 21:28:20 +05:30
M: Kotresh HR <khiremat@redhat.com>
P: Mohammed Rafi KC <rkavunga@redhat.com>
2013-12-11 10:17:46 +01:00
S: Maintained
F: geo-replication/
2014-03-21 20:13:16 +00:00
Glupy
2016-07-14 11:50:42 -04:00
S: Orphan
2014-03-21 20:13:16 +00:00
F: xlators/features/glupy/
2017-06-20 21:28:20 +05:30
Glusterfind
M: Milind Changire <mchangir@redhat.com>
P: Aravinda VK <avishwan@redhat.com>
S: Maintained
F: tools/glusterfind/
2013-12-11 10:17:46 +01:00
libgfapi
2014-12-11 12:50:14 +05:30
M: Niels de Vos <ndevos@redhat.com>
2017-06-20 21:28:20 +05:30
P: Poornima G <pgurusid@redhat.com>
P: Shyamsundar Ranganathan <srangana@redhat.com>
P: Soumya Koduri <skoduri@redhat.com>
2013-12-11 10:17:46 +01:00
S: Maintained
F: api/
2015-08-31 15:07:49 +05:30
libgfdb
2017-06-20 21:28:20 +05:30
M: Shyamsundar Ranganathan <srangana@redhat.com>
P: Hari Gowtham <hgowtham@redhat.com>
2015-08-31 15:07:49 +05:30
S: Maintained
F: libglusterfs/src/gfdb/
libglusterfs
2017-06-20 21:28:20 +05:30
M: Amar Tumballi <amarts@redhat.com>
M: Jeff Darcy <jeff@pl.atyp.us>
P: Kaleb Keithley <kkeithle@redhat.com>
P: Niels de Vos <ndevos@redhat.com>
P: Pranith Karampuri <pkarampu@redhat.com>
P: Raghavendra Gowdappa <rgowdapp@redhat.com>
P: Shyamsundar Ranganathan <srangana@redhat.com>
2015-08-31 15:07:49 +05:30
S: Maintained
F: libglusterfs/
2017-06-28 05:09:12 -04:00
xxhash
M: Aravinda VK <avishwan@redhat.com>
M: Kotresh HR <khiremat@redhat.com>
P: Amar Tumballi <amarts@redhat.com>
S: Maintained
F: contrib/xxhash/
T: https://github.com/Cyan4973/xxHash.git
2017-06-20 21:28:20 +05:30
Management Daemon - glusterd1
2015-08-31 15:07:49 +05:30
M: Atin Mukherjee <amukherj@redhat.com>
2017-06-20 21:28:20 +05:30
M: Samikshan Bairagya <samikshan@gmail.com>
2013-12-11 10:17:46 +01:00
S: Maintained
F: cli/
2017-06-20 21:28:20 +05:30
F: xlators/mgmt/glusterd/
Management Daemon - glusterd2
M: Kaushal M <kaushal@redhat.com>
M: Prashanth Pai <ppai@redhat.com>
P: Aravinda VK <avishwan@redhat.com>
S: Maintained
T: https://github.com/gluster/glusterd2.git
Protocol
M: Kaleb Keithley <kkeithle@redhat.com>
M: Niels de Vos <ndevos@redhat.com>
M: Raghavendra Gowdappa <rgowdapp@redhat.com>
P: Mohammed Rafi KC <rkavunga@redhat.com>
S: Maintained
F: xlators/protocol/
RDMA subsystem
M: Raghavendra Gowdappa <rgowdapp@redhat.com>
M: Amar Tumballi <amarts@redhat.com>
P: Mohammed Rafi KC <rkavunga@redhat.com>
S: Maintained
F: rpc/rpc-transport/rdma/
2013-12-11 10:17:46 +01:00
Remote Procedure Call subsystem
2014-05-07 09:59:56 +05:30
M: Raghavendra Gowdappa <rgowdapp@redhat.com>
2017-06-20 21:28:20 +05:30
P: Milind Changire <mchangir@redhat.com>
P: Mohit Agrawal <moagrawa@redhat.com>
2013-12-11 10:17:46 +01:00
S: Maintained
2017-06-20 21:28:20 +05:30
F: rpc/rpc-lib/
F: rpc/xdr/
2013-12-11 10:17:46 +01:00
2015-08-31 15:07:49 +05:30
Snapshot
2017-06-20 21:28:20 +05:30
M: Raghavendra Bhat <raghavendra@redhat.com>
P: Mohammed Rafi KC <rkavunga@redhat.com>
2015-08-31 15:07:49 +05:30
S: Maintained
F: xlators/mgmt/glusterd/src/glusterd-snap*
F: extras/snap-scheduler.py
2013-12-11 10:17:46 +01:00
2017-06-20 21:28:20 +05:30
Socket subsystem
M: Raghavendra Gowdappa <rgowdapp@redhat.com>
P: Krutika Dhananjay <kdhananj@redhat.com>
P: Milind Changire <mchangir@redhat.com>
P: Mohammed Rafi KC <rkavunga@redhat.com>
P: Mohit Agrawal <moagrawa@redhat.com>
S: Maintained
F: rpc/rpc-transport/socket/
Testing - .t framework
M: Raghavendra Talur <rtalur@redhat.com>
S: Maintained
F: tests/
Utilities
M: Aravinda VK <avishwan@redhat.com>
P: Niels de Vos <ndevos@redhat.com>
P: Nigel Babu <nigelb@redhat.com>
P: Raghavendra Talur <rtalur@redhat.com>
P: Sachidanda Urs <surs@redhat.com>
S: Maintained
F: extras/
eventsapi: Gluster Eventing Feature implementation
[Depends on http://review.gluster.org/14627]
Design is available in `glusterfs-specs`, A change from the design
is support of webhook instead of Websockets as discussed in the design
http://review.gluster.org/13115
Since Websocket support depends on REST APIs, I will add Websocket support
once REST APIs patch gets merged
Usage:
Run following command to start/stop Eventsapi server in all Peers,
which will collect the notifications from any Gluster daemon and emits
to configured client.
gluster-eventsapi start|stop|restart|reload
Status of running services can be checked using,
gluster-eventsapi status
Events listener is a HTTP(S) server which listens to events emited by
the Gluster. Create a HTTP Server to listen on POST and register that
URL using,
gluster-eventsapi webhook-add <URL> [--bearer-token <TOKEN>]
For example, if HTTP Server running in `http://192.168.122.188:9000`
then add that URL using,
gluster-eventsapi webhook-add http://192.168.122.188:9000
If it expects a Token then specify it using `--bearer-token` or `-t`
We can also test Webhook if all peer nodes can send message or not
using,
gluster-eventsapi webhook-test <URL> [--bearer-token <TOKEN>]
Configurations can be viewed/updated using,
gluster-eventsapi config-get [--name]
gluster-eventsapi config-set <NAME> <VALUE>
gluster-eventsapi config-reset <NAME|all>
If any one peer node was down during config-set/reset or webhook
modifications, Run sync command from good node when a peer node comes
back. Automatic update is not yet implemented.
gluster-eventsapi sync
Basic Events Client(HTTP Server) is included with the code, Start
running the client with required port and start listening to the
events.
/usr/share/glusterfs/scripts/eventsdash.py --port 8080
Default port is 9000, if no port is specified, once it started running
then configure gluster-eventsapi to send events to that client.
Eventsapi Client can be outside of the Cluster, it can be run event on
Windows. But only requirement is the client URL should be accessible
by all peer nodes.(Or ngrok(https://ngrok.com) like tools can be used)
Events implemented with this patch,
- Volume Create
- Volume Start
- Volume Stop
- Volume Delete
- Peer Attach
- Peer Detach
It is easy to add/support more events, since it touches Gluster cmd
code and to avoid merge conflicts I will add support for more events
once this patch merges.
BUG: 1334044
Change-Id: I316827ac9dd1443454df7deffe4f54835f7f6a08
Signed-off-by: Aravinda VK <avishwan@redhat.com>
Reviewed-on: http://review.gluster.org/14248
Smoke: Gluster Build System <jenkins@build.gluster.org>
NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
CentOS-regression: Gluster Build System <jenkins@build.gluster.org>
Reviewed-by: Jeff Darcy <jdarcy@redhat.com>
2016-05-05 18:34:41 +05:30
Events APIs
M: Aravinda VK <avishwan@redhat.com>
S: Maintained
F: events/
F: libglusterfs/src/events*
F: libglusterfs/src/eventtypes*
F: extras/systemd/glustereventsd*
2013-12-11 10:17:46 +01:00
Distribution Specific:
----------------------
2014-12-11 12:50:14 +05:30
Build:
M: Kaleb Keithley <kkeithle@redhat.com>
M: Niels de Vos <ndevos@redhat.com>
2017-06-20 21:28:20 +05:30
P: Anoop C S <anoopcs@redhat.com>
P: Kaushal M <kaushal@redhat.com>
P: Raghavendra Talur <rtalur@redhat.com>
2014-12-11 12:50:14 +05:30
S: Maintained
2017-06-20 21:28:20 +05:30
Debian packages on download.gluster.org
M: packaging@gluster.org
M: Kaleb Keithley <kkeithle@redhat.com>
P: Nigel Babu <nigelb@redhat.com>
2014-06-27 12:46:34 +02:00
S: Maintained
2017-06-20 21:28:20 +05:30
W: http://download.gluster.org/pub/gluster/glusterfs/LATEST/Debian/Debian.README
T: https://github.com/gluster/glusterfs-debian.git
2013-12-11 10:17:46 +01:00
2017-06-20 21:28:20 +05:30
OpenSuSE
M: packaging@gluster.org
2013-12-11 10:17:46 +01:00
M: Kaleb Keithley <kkeithle@redhat.com>
2017-06-20 21:28:20 +05:30
P: Nigel Babu <nigelb@redhat.com>
2014-06-27 12:46:34 +02:00
S: Maintained
2017-06-20 21:28:20 +05:30
W: https://build.opensuse.org/repositories/home:glusterfs
W: https://download.gluster.org/pub/gluster/glusterfs/LATEST/SuSE/SuSE.README
T: https://github.com/gluster/glusterfs-suse.git
2014-06-27 12:46:34 +02:00
2017-06-20 21:28:20 +05:30
Packages for the CentOS Storage SIG
M: centos-devel@centos.org
M: Niels de Vos <ndevos@redhat.com>
P: Kaleb Keithley <kkeithle@redhat.com>
2014-06-27 12:46:34 +02:00
S: Maintained
2017-06-20 21:28:20 +05:30
W: https://wiki.centos.org/SpecialInterestGroup/Storage/Gluster
T: https://github.com/CentOS-Storage-SIG/glusterfs.git
2013-12-11 10:17:46 +01:00
2017-06-20 21:28:20 +05:30
Ubuntu PPA
M: packaging@gluster.org
M: Kaleb Keithley <kkeithle@redhat.com>
P: Nigel Babu <nigelb@redhat.com>
2014-06-27 12:46:34 +02:00
S: Maintained
2017-06-20 21:28:20 +05:30
W: https://launchpad.net/~gluster
2013-12-11 10:17:46 +01:00
W: http://download.gluster.org/pub/gluster/glusterfs/LATEST/Ubuntu/Ubuntu.README
2017-06-20 21:28:20 +05:30
T: https://github.com/gluster/glusterfs-debian.git
2013-12-11 10:17:46 +01:00
Related projects
----------------
2017-06-20 21:28:20 +05:30
Gluster Block
M: Prasanna Kumar Kalever <prasanna.kalever@redhat.com>
P: Pranith Karampuri <pkarampu@redhat.com>
P: Niels de Vos <ndevos@redhat.com>
S: Maintained
T: https://github.com/gluster/gluster-block.git
Gluster Object
P: Ram Edara <redara@redhat.com>
P: Saravanakumar Arumugam <sarumuga@redhat.com>
2013-12-11 10:17:46 +01:00
S: Maintained
T: https://github.com/gluster/gluster-swift.git
GlusterFS Hadoop HCFS plugin
2017-06-20 21:28:20 +05:30
S: Orphan
2016-01-24 13:23:19 +01:00
W: https://github.com/gluster/glusterfs-hadoop/wiki
2013-12-11 10:17:46 +01:00
T: https://github.com/gluster/glusterfs-hadoop.git
2017-06-20 21:28:20 +05:30
GlusterFS core-utils
M: Anoop C S <anoopcs@redhat.com>
S: Maintained
T: https://github.com/gluster/glusterfs-coreutils.git
2013-12-11 10:17:46 +01:00
NFS-Ganesha FSAL plugin
2017-06-20 21:28:20 +05:30
M: Jiffin Tony Thottan <jthottan@redhat.com>
2016-07-14 11:50:42 -04:00
M: Kaleb Keithley <kkeithle@redhat.com>
2017-06-20 21:28:20 +05:30
M: Soumya Koduri <skoduri@redhat.com>
2013-12-11 10:17:46 +01:00
S: Maintained
T: git://github.com/nfs-ganesha/nfs-ganesha.git
F: src/nfs-ganesha~/src/FSAL/FSAL_GLUSTER/
2017-06-20 21:28:20 +05:30
Nagios Monitoring
M: Sahina Bose <sabose@redhat.com>
S: Maintained
T: https://github.com/gluster/nagios-plugins-gluster.git
2013-12-11 10:17:46 +01:00
QEMU integration
2016-09-07 10:38:41 +02:00
M: Niels de Vos <ndevos@redhat.com>
M: Prasanna Kumar Kalever <prasanna.kalever@redhat.com>
2013-12-11 10:17:46 +01:00
S: Maintained
T: git://git.qemu.org/qemu.git
F: block/gluster.c
Samba VFS plugin
2017-06-20 21:28:20 +05:30
M: Anoop C S <anoopcs@redhat.com>
2013-12-11 10:17:46 +01:00
M: Raghavendra Talur <rtalur@redhat.com>
2017-06-20 21:28:20 +05:30
M: Michael Adam <madam@redhat.com>
M: Poornima G <pgurusid@redhat.com>
2013-12-11 10:17:46 +01:00
S: Maintained
T: git://git.samba.org/samba.git
F: source3/modules/vfs_glusterfs.c
2017-06-20 21:28:20 +05:30
Storhaug
M: Jose A. Rivera <jarrpa@redhat.com>
P: Kaleb Keithley <kkeithle@redhat.com>
S: Maintained
T: https://github.com/linux-ha-storage/storhaug.git
2018-02-06 16:29:33 +05:30
Testing - Glusto-Tests
2017-06-20 21:28:20 +05:30
M: Jonathan Holloway <jholloway@redhat.com>
2018-02-06 16:29:33 +05:30
M: Nigel Babu <nigelb@redhat.com>
P: Shwetha Panduranga <spandura@redhat.com>
2017-06-20 21:28:20 +05:30
S: Maintained
T: https://github.com/gluster/glusto-tests.git
2013-12-11 10:17:46 +01:00
Wireshark dissectors
M: Niels de Vos <ndevos@redhat.com>
S: Maintained
2014-06-27 12:46:34 +02:00
W: https://forge.gluster.org/wireshark
2013-12-11 10:17:46 +01:00
T: http://code.wireshark.org/git/wireshark
F: epan/dissectors/packet-gluster*
2017-06-20 21:28:20 +05:30
Infrastructure
--------------
Platform
M: Nigel Babu <nigelb@redhat.com>
M: Michael Scherer <misc@redhat.com>
P: Shyamsundar Ranganathan <srangana@redhat.com>
P: Amar Tumballi <amarts@redhat.com>
Continuous Integration
M: Nigel Babu <nigelb@redhat.com>
M: Michael Scherer <misc@redhat.com>
P: Kaushal M <kaushal@redhat.com>
P: Niels de Vos <ndevos@redhat.com>
2017-08-17 17:04:35 +05:30
P: Deepshikha Khandelwal <dkhandel@redhat.com>
2017-06-20 21:28:20 +05:30
2015-01-14 15:20:09 +05:30
Special Thanks
--------------
GlusterFS would not be possible without the contributions of:
2017-06-20 21:28:20 +05:30
M: Chris Hertel
2015-01-14 15:20:09 +05:30
M: M. Mohan Kumar <mohan@in.ibm.com>
M: Shishir Gowda <gowda.shishir@gmail.com>
2015-08-31 15:07:49 +05:30
M: Brian Foster <bfoster@redhat.com>
2017-06-20 21:28:20 +05:30
M: Anand Avati <avati@cs.stanford.edu>
2016-07-14 11:50:42 -04:00
M: Dennis Schafroth <dennis@schafroth.com>
M: Harshavardhana <harsha@harshavardhana.net>
2017-06-20 21:28:20 +05:30
M: Krishnan Parthasarathi
2016-07-14 11:50:42 -04:00
M: Justin Clift <justin@gluster.org>
M: Venky Shankar <vshankar@redhat.com>
M: Shravan Chandrashekar <shravantc99@gmail.com>
2017-06-20 21:28:20 +05:30
M: Joseph Fernandes
M: Vijaikumar Mallikarjuna
M: Anand Subramanian
2016-09-07 10:38:41 +02:00
M: Bharata B Rao <bharata@linux.vnet.ibm.com>
2017-06-20 21:28:20 +05:30
M: Rajesh Joseph
M: Dan Lambright
M: Jay Vyas
M: Luis Pabon
M: Ira Cooper