-
Main menu
- Sign in
Gluster was a software company best known for developing GlusterFS, an open-source, scale-out network-attached storage (NAS) file system. The company is associated with India through its co-founders and engineering presence, and it was acquired by Red Hat in 2011, after which GlusterFS continued as a community-driven project under Red Hat's stewardship.
| Name | Gluster, Inc. |
|---|---|
| Industry | Software, distributed storage |
| Flagship product | GlusterFS |
| Co-founders | Anand Babu Periasamy, Hitesh Chellani |
| Acquired by | Red Hat |
| Acquisition year | 2011 |
| Licence | GPL / LGPL (open source) |
Gluster was founded by Anand Babu (AB) Periasamy and Hitesh Chellani to address the problem of building large, commodity-hardware-based storage clusters without dependence on proprietary appliances. The company's core technology, GlusterFS, aggregates storage from multiple servers into a single global namespace, which can be exported over protocols such as NFS, SMB and a native Gluster client.
A distinctive design choice in GlusterFS is the absence of a centralised metadata server; file placement is determined algorithmically using an elastic hashing approach. This allows the system to scale horizontally to petabyte-class deployments while avoiding a single point of bottleneck.
GlusterFS is implemented in user space using FUSE on Linux clients and is built around a stackable "translator" architecture, where features such as replication, distribution, striping, encryption and caching are composed as modular layers. Common deployment modes include:
Gluster is frequently cited as an example of an Indian-origin software start-up that produced widely used open-source infrastructure software and was acquired by a major global technology firm. GlusterFS has been deployed in cloud computing, media archives, scientific computing and as backing storage for container and virtualisation platforms, including integration with OpenStack and Kubernetes through projects such as Heketi and gluster-block.