From f8b1bedd9de38d3d3be0b05c1bf5231f979a2cf1 Mon Sep 17 00:00:00 2001 From: Humble Devassy Chirammal Date: Fri, 26 Sep 2014 17:57:58 +0530 Subject: doc: Update glusterfs introduction doc. Change-Id: I4e9520bf46b7b9611c3719623a940b16b4cadda0 Signed-off-by: Humble Devassy Chirammal Reviewed-on: http://review.gluster.org/8870 Reviewed-by: Justin Clift Reviewed-by: Lalatendu Mohanty Tested-by: Lalatendu Mohanty --- doc/admin-guide/en-US/markdown/gfs_introduction.md | 31 ----------- .../en-US/markdown/glusterfs_introduction.md | 63 ++++++++++++++++++++++ 2 files changed, 63 insertions(+), 31 deletions(-) delete mode 100644 doc/admin-guide/en-US/markdown/gfs_introduction.md create mode 100644 doc/admin-guide/en-US/markdown/glusterfs_introduction.md diff --git a/doc/admin-guide/en-US/markdown/gfs_introduction.md b/doc/admin-guide/en-US/markdown/gfs_introduction.md deleted file mode 100644 index 9f9c058156e..00000000000 --- a/doc/admin-guide/en-US/markdown/gfs_introduction.md +++ /dev/null @@ -1,31 +0,0 @@ -Introducing Gluster File System -=============================== - -GlusterFS is an open source, clustered file system capable of scaling to -several petabytes and handling thousands of clients. GlusterFS can be -flexibly combined with commodity physical, virtual, and cloud resources -to deliver highly available and performant enterprise storage at a -fraction of the cost of traditional solutions. - -GlusterFS clusters together storage building blocks over Infiniband RDMA -and/or TCP/IP interconnect, aggregating disk and memory resources and -managing data in a single global namespace. GlusterFS is based on a -stackable user space design, delivering exceptional performance for -diverse workloads. - -![ Virtualized Cloud Environments ](../images/640px-GlusterFS_Architecture.png) - -GlusterFS is designed for today's high-performance, virtualized cloud -environments. Unlike traditional data centers, cloud environments -require multi-tenancy along with the ability to grow or shrink resources -on demand. Enterprises can scale capacity, performance, and availability -on demand, with no vendor lock-in, across on-premise, public cloud, and -hybrid environments. - -GlusterFS is in production at thousands of enterprises spanning media, -healthcare, government, education, web 2.0, and financial services. The -following table lists the commercial offerings: - -* [Red Hat Storage](https://access.redhat.com/site/documentation/Red_Hat_Storage/) -* Red Hat Storage Software Appliance -* Red Hat Virtual Storage Appliance diff --git a/doc/admin-guide/en-US/markdown/glusterfs_introduction.md b/doc/admin-guide/en-US/markdown/glusterfs_introduction.md new file mode 100644 index 00000000000..02334f7b108 --- /dev/null +++ b/doc/admin-guide/en-US/markdown/glusterfs_introduction.md @@ -0,0 +1,63 @@ +Introducing Gluster File System +=============================== + +GlusterFS is an open source, distributed file system capable of scaling to +several petabytes and handling thousands of clients. It is a file system with +a modular, stackable design, and a unique no-metadata server architecture. +This no-metadata server architecture ensures better performance, +linear scalability, and reliability. GlusterFS can be +flexibly combined with commodity physical, virtual, and cloud resources +to deliver highly available and performant enterprise storage at a +fraction of the cost of traditional solutions. + +GlusterFS clusters together storage building blocks over Infiniband RDMA +and/or TCP/IP interconnect, aggregating disk and memory resources and +managing data in a single global namespace. + +GlusterFS aggregates various storage servers over network interconnects +into one large parallel network file system. Based on a stackable user space +design, it delivers exceptional performance for diverse workloads and is a key +building block of GlusterFS. +The POSIX compatible GlusterFS servers, use any ondisk file system which supports +extended attributes (eg: ext4, XFS, etc) to format to store data on disks, can be +accessed using industry-standard access protocols including Network File System (NFS) +and Server Message Block (SMB). + +![ Virtualized Cloud Environments ](../images/640px-GlusterFS_Architecture.png) + +GlusterFS is designed for today's high-performance, virtualized cloud +environments. Unlike traditional data centers, cloud environments +require multi-tenancy along with the ability to grow or shrink resources +on demand. Enterprises can scale capacity, performance, and availability +on demand, with no vendor lock-in, across on-premise, public cloud, and +hybrid environments. + +GlusterFS is in production at thousands of enterprises spanning media, +healthcare, government, education, web 2.0, and financial services. + +## Commercial offerings and support ## + +Several companies offer support or consulting - http://www.gluster.org/consultants/. + +Red Hat Storage (http://www.redhat.com/en/technologies/storage/storage-server) +is a commercial storage software product, based on GlusterFS. + + +## About On-premise Installation ## + +GlusterFS for On-Premise allows physical storage to be utilized as a +virtualized, scalable, and centrally managed pool of storage. + +GlusterFS can be installed on commodity servers resulting in a +powerful, massively scalable, and highly available NAS environment. + +GlusterFS On-premise enables enterprises to treat physical storage as a +virtualized, scalable, and centrally managed storage pool by using commodity +storage hardware. It supports multi-tenancy by partitioning users or groups into +logical volumes on shared storage. It enables users to eliminate, decrease, or +manage their dependence on high-cost, monolithic and difficult-to-deploy storage arrays. +You can add capacity in a matter of minutes across a wide variety of workloads without +affecting performance. Storage can also be centrally managed across a variety of +workloads, thus increasing storage efficiency. + + -- cgit