Questions tagged [glusterfs]

GlusterFS is a scale-out NAS file system that runs over Ethernet or Infiniband RDMA interconnect. GlusterFS is now owned by Red Hat.

GlusterFS is a scale-out NAS file system. It is free software, licensed under the GNU GPL v3. It aggregates various storage servers over Ethernet or Infiniband RDMA interconnect into one large parallel network file system. GlusterFS is based on a stackable user space design without compromising performance. It has found a variety of applications including cloud computing, biomedical sciences and archival storage. GlusterFS was developed originally by Gluster, Inc., then by Red Hat, Inc., after their purchase of Gluster in 2011.

329 questions
2
votes
1 answer

GlusterFS vs Mogile vs Others?

I have been looking at GlusterFS and MogileFS (Ceph and BTRFS are off the cards for me, as they don't seem production ready yet). I am developing a web app for file sharing, that will store and retrieve files from a distributed file system. It's…
jwbensley
  • 4,202
  • 11
  • 58
  • 90
2
votes
3 answers

Amazon AutoScaling and GlusterFS

I have setup Elastic load balancing with 5 EC2 instance registered with the load balancer. To our website users upload their data(images), we store these images in network attached storage (NAS). We have the NAS mounted on all the instances. We are…
Santhosh S
  • 263
  • 2
  • 11
2
votes
2 answers

Hypervisor and GlusterFS (or similar) on same physical host?

I've inherited a bunch of hardware from a failed project. They're SuperMicro 2U servers with 24x SATA HDD or SSDs. I've been tasked with turning this rack of generic hardware into a IaaS cluster. I'm an old hand with Xen and the show-stopper bug for…
Karl Katzke
  • 2,596
  • 1
  • 22
  • 24
2
votes
1 answer

GlusterFS as elastic file storage?

Is there any way to run GlusterFS in a replicated mode, but with the ability to dynamically scale the volume up and down? Say you have 3 servers all running glusterd. your Gluster volume would have to be setup with replica 3 gluster volume create…
ChrisV
  • 21
  • 1
2
votes
2 answers

How do cluster file systems avoid race conditions?

How do cluster file systems avoid the myriad of possible race conditions? I'm trying to get a grip on using a cluster file system in a Master-Master architecture. I'm thinking specifically about GlusterFS, so implementation details for it are…
2
votes
2 answers

Should I use GlusterFS as storage pool for KVM/Xen virtual machines?

Do you think that KVM (or XEN) virtual machine using GlusterFS as storage will be really slow? My idea is to use GlusterFS to avoid the limits of the local file system. If an hypervisor will go down, another one could take care of the 'orphans' VMs.…
rtacconi
  • 745
  • 4
  • 14
  • 28
2
votes
3 answers

recommend storage platform: Gluster Vs Nexenta

there is a new release version 3.0: http://www.gluster.com/community/documentation/index.php/Gluster_Storage_Platform has anyone tried this for VM storage? how does this compare to any ZFS based storage solution like Nexenta etc in terms of…
JMS77
  • 1,275
  • 5
  • 27
  • 45
2
votes
1 answer

gluster IOPS performance

Can "gluster" serve FLV files without any front-end server layers just using the built-in HTTP protocol ? How would the IOPS compare to standard apache serving? Would gluster help me with I/O limits of harddrives, if I chained a lot of machines…
Gotys
  • 143
  • 1
  • 3
2
votes
4 answers

Creating replicated gluster volume always gives Distributed-Replicate volume

Peace upon you, I am trying to create a replicated gluster volume but always it gives me Distributed-Replicate volume i followed the following commands Pool Peers root@tiny1:~# gluster peer status Number of Peers: 2 Hostname: userver Uuid:…
2
votes
1 answer

What are the "alternatives" to Heketi for Kubernetes?

I have built a working GlusterFS cluster, and now I want to make a Kubernetes StorageClass that uses it. I see a number of tutorials and documentation pointing to Heketi as the provisioner engine. Looking at that page, however, it has the following…
AlanObject
  • 662
  • 2
  • 9
  • 20
2
votes
0 answers

GlusterFS volume stalls / blocks after quick access for PHP session files from PHP Docker container

2021-10-05 UPDATED QUESTION AND TEXT AFTER MORE ANALYSIS, STRIPPED DOWN TO MINIMAL CASE Short description A Nomad / Consul cluster is running, with Traefik (with minimal configuration) as a system task on each Nomad client. There are 3 nomad…
Paul
  • 51
  • 5
2
votes
0 answers

Glusterfs on Synology NAS?

I run a machine-learning cluster for my small business. The cluster consists of three Ubuntu servers. The 10TB /home directory, provided by Server 1, is shared across all servers and is almost full. I'm thinking of adding additional storage. One…
SoCold
  • 21
  • 3
2
votes
0 answers

I'm looking for a way to configure distance clustering of postfix and dovecot

I currently have a postfix server and dovecot server sharing files from an NFS server in the UK and the same config in Switzerland. I tried to mailsync but that appeared to lose emails, so then I tried doveadm replication but keeps coredumping and…
banjo67xxx
  • 620
  • 5
  • 7
2
votes
2 answers

Can I directly alter files located in a GlusterFS brick

On a storage node, GlusterFS bricks (the physical disks composing a GlusterFS volume) are typically mounted at a specific location. For example: /export/glusterfs//brick0/brick. However to use a GlusterFS volume, it must be mounted: mount -t…
Spack
  • 1,604
  • 15
  • 22
2
votes
1 answer

How should I recover from Ovirt and GlusterFS partial failure?

I am managing a 3 node Ovirt 4.3.7 cluster with a hosted engine appliance; the nodes are also glusterfs nodes. The systems are: ovirt1 (node at 192.168.40.193) ovirt2 (node at 192.168.40.194) ovirt3 (node at 192.168.40.195) ovirt-engine (engine at…
Randall
  • 131
  • 8