Questions tagged [glusterfs]

GlusterFS is an open source, distributed file system capable of scaling to several petabytes and handling thousands of clients.

GlusterFS is an open source, distributed file system capable of scaling to several petabytes (actually, 72 brontobytes!) and handling thousands of clients. GlusterFS clusters together storage building blocks over Infiniband RDMA 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 and can deliver exceptional performance for diverse workloads.

External Links:

274 questions
0
votes
1 answer

GlusterFS failed on Mount

I'm trying to install and configure GlusterFS for a phisical cluster. I did the steps of the link below, but when I try, the mount failed. https://www.howtoforge.com/tutorial/high-availability-storage-with-glusterfs-on-ubuntu-1804 Volume Info: #…
mayconfsbrito
  • 2,085
  • 4
  • 26
  • 45
0
votes
1 answer

How do I make an existing OpenShift node a GlusterFS node?

Given is an OpenShift Origin cluster of four nodes. Previously, an containerized GlusterFS cluster has been added, distributed over three nodes, with node 4 not being used for GlusterFS. Initial installation and GlusterFS installation has been done…
Nikolai Prokoschenko
  • 8,465
  • 11
  • 58
  • 97
0
votes
1 answer

How to integration Openstack with glusterfs cinder volume

I'm currently using ocata ROD distbution and l'm trying to implement openstack with glusterfs as a cinder volume. But I'm getting module load error. Please advise if ocata is supporting glusterfs as a cinder volume.
0
votes
0 answers

Ubuntu server Load and memory dropped suddenly

My Ubuntu server Load and memory dropped suddenly. I am unable to find any exception in system logs and other logs. Its a glusterFS server, also it got disconnected from the cluster.
Vishal Bhosale
  • 51
  • 3
  • 11
0
votes
1 answer

Heteki no space error

I'm trying to setup a glusterfs cluster with kubernetes. I managed to start the glusterd pods on all the nodes (3 nodes) I also managed to load the topology successfully, however when I run heketi-cli setup-openshift-heketi-storage I get the…
Ben D
  • 465
  • 1
  • 6
  • 20
0
votes
1 answer

How the GlusterFS exactly working in Kubernetes cluster?

I am using GlusterFS volume plugin in my Kubernetes cluster on a Ubuntu installed GlusterFS using DaemonSet. My dought is how the data is mounted? Are PVCs or PVs replicated on every kubernetes worker or the disks which are configured in…
BSG
  • 673
  • 2
  • 13
  • 33
0
votes
1 answer

Heketi: 401 Unauthorized in a kubernetes environment

I am trying to deploy glusterfs/hekti with my kubernetes environment. The deployment becomes successful, but when I try to create a PVC, I get the following error: Failed to provision volume with StorageClass "scdefaultgluster": failed to create…
Pensu
  • 3,263
  • 10
  • 46
  • 71
0
votes
1 answer

can we add a Geo replicated brick to the existing glusterfs volume which already has a normal replicated brick

I have a gluster volume in which presently I have one replicated brick already running. Now I want to set up a geo-replicated brick, so for this do I need to create a new glusterfs volume and then adding a new brick which will be geo-replicated or I…
Tejas Shah
  • 55
  • 9
0
votes
1 answer

what actually happens by running gluster exporter inside gluster pod?

I created a glusterfs storage. It automatically created gluster pod. Now I went inside the pod and I ran gluster exporter there. My goal was to monitor gluster storage that I created. Did I achieved my goal? If not ,what I did then by running…
unmesh_swar
  • 243
  • 1
  • 3
  • 12
0
votes
2 answers

Gluster Arbiter-3 StorageClass volumetype in kubernetes-gluster?

What volumetype would I use in my kubernetes-gluster StorageClass for arbiter-3 volumes?
cMax
  • 3
  • 3
0
votes
1 answer

Synchronization of Data is Aborted by remove-brick for GlusterFS Replicated Volume

There is something wrong with my GlusterFS storage cluster using replicated volume. I've been trying for several days in many ways. I hope someone could help me. First, I create a distributed volume using only one brick by the command as…
i_chips
  • 36
  • 5
0
votes
2 answers

GlusterFS on Freebsd 11.1 / Mount issue

I want to use GlusterFS as a distributed Filestorage on FreeBSD 11.1 Documentation is poor, so I followed some howtos on the net. I could create the glusterfs volume, but I have trouble to mount it on an other clients machine. Here is what I did so…
stoney
  • 171
  • 1
  • 1
  • 9
0
votes
1 answer

How can GlusterFS move thin disks between bricks?

In a thin provisioning environment, if a file grows bigger and bigger, how can GlusterFS move it between bricks? The original bricks are full of space, but newly added bricks are nearly empty, How can DHT translator deals that situation?
Joe
  • 1
  • 2
0
votes
1 answer

How to make glusterfs survive cluster upgrade

I'm trying to use glusterfs installed directly on my GCE cluster nodes. The installation does not persist through cluster upgrades, which could be solved with a bootstrap script. The problem is that when I did reinstall the glusterfs manually and…
0
votes
1 answer

How to put files bigger than the brick in GlusterFS?

I need to have a GlusterFS architecture that lets me to put large files (bigger than the brick) in volumes. I'm not going to use striped type because it has performance issue and makes my volumes slower.
Joe
  • 1
  • 2