Gluster

From Wikipedia, the free encyclopedia
(Redirected from GlusterFS)
Gluster, Inc.
Company typePrivately funded
IndustrySoftware, computer storage
Founded2005
FounderAnand Avati
Anand Babu Periasamy Edit this on Wikidata
Headquarters
Number of locations
2
Key people
Anand Babu (AB) Periasamy (CTO) and Hitesh Chellani (CEO)
ProductsCloud storage
Number of employees
60
Websitewww.gluster.org

Gluster Inc. (formerly known as Z RESEARCH[1][2][3]) was a software company that provided an open source platform for scale-out public and private cloud storage. The company was privately funded and headquartered in Sunnyvale, California, with an engineering center in Bangalore, India. Gluster was funded by Nexus Venture Partners and Index Ventures. Gluster was acquired by Red Hat on October 7, 2011.[4]

History[edit]

The name Gluster comes from the combination of the terms GNU and cluster.[2] Despite the similarity in names, Gluster is not related to the Lustre file system and does not incorporate any Lustre code. Gluster based its product on GlusterFS, an open-source software-based network-attached filesystem that deploys on commodity hardware.[5] The initial version of GlusterFS was written by Anand Babu Periasamy, Gluster's founder and CTO.[6] In May 2010 Ben Golub became the president and chief executive officer.[7][8]

Red Hat became the primary author and maintainer of the GlusterFS open-source project after acquiring the Gluster company in October 2011.[4] The product was first marketed as Red Hat Storage Server, but in early 2015 renamed to be Red Hat Gluster Storage since Red Hat has also acquired the Ceph file system technology.[9]

Red Hat Gluster Storage is in the retirement phase of its lifecycle with a end of support life date of December 31, 2024.[10]

Architecture[edit]

The GlusterFS architecture aggregates compute, storage, and I/O resources into a global namespace. Each server plus attached commodity storage (configured as direct-attached storage, JBOD, or using a storage area network) is considered to be a node. Capacity is scaled by adding additional nodes or adding additional storage to each node. Performance is increased by deploying storage among more nodes. High availability is achieved by replicating data n-way between nodes.

Public cloud deployment[edit]

For public cloud deployments, GlusterFS offers an Amazon Web Services (AWS) Amazon Machine Image (AMI), which is deployed on Elastic Compute Cloud (EC2) instances rather than physical servers and the underlying storage is Amazon's Elastic Block Storage (EBS).[11] In this environment, capacity is scaled by deploying more EBS storage units, performance is scaled by deploying more EC2 instances, and availability is scaled by n-way replication between AWS availability zones.

Private cloud deployment[edit]

A typical on-premises, or private cloud deployment will consist of GlusterFS installed as a virtual appliance on top of multiple commodity servers running hypervisors such as KVM, Xen, or VMware; or on bare metal.[12]

GlusterFS[edit]

GlusterFS
Original author(s)Gluster
Developer(s)Red Hat, Inc.
Stable release
10.1[13] / 19 January 2022 (2022-01-19)
Operating systemLinux, OS X, FreeBSD, NetBSD, OpenSolaris
TypeDistributed file system
LicenseGNU General Public License v3[14]
Websitewww.gluster.org

GlusterFS is a scale-out network-attached storage file system. It has found applications including cloud computing, streaming media services, and content delivery networks. GlusterFS was developed originally by Gluster, Inc. and then by Red Hat, Inc., as a result of Red Hat acquiring Gluster in 2011.[15]

In June 2012, Red Hat Storage Server was announced as a commercially supported integration of GlusterFS with Red Hat Enterprise Linux.[16] Red Hat bought Inktank Storage in April 2014, which is the company behind the Ceph distributed file system, and re-branded GlusterFS-based Red Hat Storage Server to "Red Hat Gluster Storage".[17]

Design[edit]

GlusterFS aggregates various storage servers over Ethernet or Infiniband RDMA interconnect into one large parallel network file system. It is free software, with some parts licensed under the GNU General Public License (GPL) v3 while others are dual licensed under either GPL v2 or the Lesser General Public License (LGPL) v3. GlusterFS is based on a stackable user space design.

GlusterFS has a client and server component. Servers are typically deployed as storage bricks, with each server running a glusterfsd daemon to export a local file system as a volume. The glusterfs client process, which connects to servers with a custom protocol over TCP/IP, InfiniBand or Sockets Direct Protocol, creates composite virtual volumes from multiple remote servers using stackable translators. By default, files are stored whole, but striping of files across multiple remote volumes is also possible. The client may mount the composite volume using a GlusterFS native protocol via the FUSE mechanism or using NFS v3 protocol using a built-in server translator, or access the volume via the gfapi client library. The client may re-export a native-protocol mount, for example via the kernel NFSv4 server, SAMBA, or the object-based OpenStack Storage (Swift) protocol using the "UFO" (Unified File and Object) translator.

Most of the functionality of GlusterFS is implemented as translators, including file-based mirroring and replication, file-based striping, file-based load balancing, volume failover, scheduling and disk caching, storage quotas, and volume snapshots with user serviceability (since GlusterFS version 3.6).

The GlusterFS server is intentionally kept simple: it exports an existing directory as-is, leaving it up to client-side translators to structure the store. The clients themselves are stateless, do not communicate with each other, and are expected to have translator configurations consistent with each other. GlusterFS relies on an elastic hashing algorithm, rather than using either a centralized or distributed metadata model. The user can add, delete, or migrate volumes dynamically, which helps to avoid configuration coherency problems. This allows GlusterFS to scale up to several petabytes on commodity hardware by avoiding bottlenecks that normally affect more tightly coupled distributed file systems.

GlusterFS provides data reliability and availability through various kinds of replication: replicated volumes and geo-replication.[18] Replicated volumes ensure that there exists at least one copy of each file across the bricks, so if one fails, data is still stored and accessible. Geo-replication provides a master-slave model of replication, where volumes are copied across geographically distinct locations. This happens asynchronously and is useful for availability in case of a whole data center failure.

GlusterFS has been used as the foundation for academic research[19][20] and a survey article.[21]

Red Hat markets the software for three markets: "on-premises", public cloud and "private cloud".[22]

See also[edit]

References[edit]

  1. ^ "About Us". gluster.com. 2008. Archived from the original on 2010-09-09. Retrieved 2022-07-31.
  2. ^ a b Raj, Chandan (2011-09-20). "California based Indian Entrepreneurs powering petabytes of cloud storage, the Gluster story". YourStory. Bengaluru, India: Scribd. Retrieved 2022-07-31.
  3. ^ Chellani, Hitesh (2007-05-12). "Roadmap and support questions". gluster-devel (Mailing list). Retrieved 31 July 2022. Z Research was officially formed in June 2005 by AB (Anand Babu) aka "rooty" who is the CTO and myself with the goal of commoditizing Supercomputing and Superstorage and in the process validating yet another a business model around "Free Software", thus evangelizing "Free Software" and promoting the fact building businesses around "Free Software" is the way forward.
  4. ^ a b "Red Hat to Acquire Gluster". redhat.com. October 4, 2011. Archived from the original on May 30, 2013. Retrieved 2013-08-16.
  5. ^ "Gluster: Open source scale-out NAS". InfoStor.com. 2011-02-17. Retrieved 2013-08-16.
  6. ^ Kovar, Joseph F. (21 June 2010). "Page 17 - 2010 Storage Superstars: 25 You Need To Know". Crn.com. Retrieved 2013-08-16.
  7. ^ Jason Kincaid (May 18, 2010). "Former Plaxo CEO Ben Golub Joins Gluster, An Open Source Storage Platform Startup". Tech Crunch. Retrieved August 20, 2013.
  8. ^ "Former Plaxo CEO takes top spot at Gluster". Silicon Valley Business Journal. May 19, 2010. Retrieved August 20, 2013.
  9. ^ "New product names. Same Great features". Archived from the original on April 2, 2015. Retrieved October 27, 2016.
  10. ^ Red Hat access website (2022-10-10). "Red Hat Gluster Storage Life Cycle".
  11. ^ Nathan Eddy (2011-02-11). "Gluster Introduces NAS Virtual Appliances for VMware, Amazon Web Services". Eweek.com. Retrieved 2013-08-16.
  12. ^ "Gluster Virtual Storage Appliance". Storage Switzerland, LLC. Retrieved 1 September 2013.
  13. ^ "glusterfs-10.1 released". 19 January 2022. Retrieved 11 September 2022.
  14. ^ "Gluster 3.1: Understanding the GlusterFS License". Gluster Documentation. Gluster.org. Retrieved 30 April 2014.
  15. ^ Timothy Prickett Morgan (4 October 2011). "Red Hat snatches storage Gluster file system for $136m". The Register. Retrieved 3 July 2016.
  16. ^ Timothy Prickett Morgan (27 June 2012). "Red Hat Storage Server NAS takes on Lustre, NetApp". The Register. Retrieved 30 May 2013.
  17. ^ "Red Hat Storage. New product names. Same great features". redhat.com. 20 March 2015. Archived from the original on 2 April 2015. Retrieved 20 March 2015.
  18. ^ "GlusterFS Documentation". Retrieved January 28, 2018.
  19. ^ Noronha, Ranjit; Panda, Dhabaleswar K (9–12 September 2008). IMCa: A High Performance Caching Front-End for GlusterFS on InfiniBand (PDF). 37th International Conference on Parallel Processing, 2008. ICPP '08. IEEE. doi:10.1109/ICPP.2008.84. Retrieved 14 June 2011.
  20. ^ Kwidama, Sevickson (2007–2008), Streaming and storing CineGrid data: A study on optimization methods (PDF), University of Amsterdam System and Network Engineering, retrieved 10 June 2011
  21. ^ Klaver, Jeroen; van der Jagt, Roel (14 July 2010), Distributed file system on the SURFnet network Report (PDF), University of Amsterdam System and Network Engineering, retrieved 9 June 2012
  22. ^ "Red Hat Storage Server". Web site. Red Hat. Retrieved 30 May 2013.

External links[edit]