GlusterFS is a scalable network filesystem suitable for data-intensive tasks such as cloud storage and media streaming. GlusterFS is free and open source software and can utilize common off-the-shelf hardware,…
glusterfs
-
-
Centos/RedhatLinuxUbuntu
How to mount a GlusterFS in a client machine
by Lotfi Waderni September 1, 2017You can access gluster volumes in multiple ways. You can use Gluster Native Client method for high concurrency, performance and transparent failover in GNU/Linux clients. You can also use NFS…
-
Centos/RedhatLinuxUbuntu
How to Create a Replicated GlusterFS Volumes
by Lotfi Waderni August 30, 2017Replicated volumes replicates files across bricks in the volume. You can use replicated volumes in environments where high-availability and high-reliability are critical. In this tutorial, we are going to create…
-
Centos/RedhatLinuxUbuntu
How To Create A Distributed GlusterFS Volumes
by Lotfi Waderni August 30, 2017Distributed volumes distributes files throughout the bricks in the volume. You can use distributed volumes where the requirement is to scale storage and the redundancy is either not important or…
-
Striped volumes stripes data across bricks in the volume. For best results, you should use striped volumes only in high concurrency environments accessing very large files. Note: The number of…
-
Centos/RedhatLinuxUbuntu
How to Install and Setup GlusterFS Server on Centos 7 / RHEL 7 and Ubuntu 16.04 LTS
by Lotfi Waderni August 23, 2017What is GLusterFS? GlusterFS is a scalable network filesystem suitable for data-intensive tasks such as cloud storage and media streaming. GlusterFS is free and open source software and can utilize…