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
1
vote
0 answers

Kubernetes cannot mount Glusterfs volumes

I have a GlusterFS cluster and a k8s cluster. On any of the nodes in the k8s cluster, I can execute the following command: mount -t glusterfs data1:/sbnstore /mnt/data/ -o xlator-option="transport.address-family=inet6" and this works perfectly. …
AlanObject
  • 9,613
  • 19
  • 86
  • 142
1
vote
1 answer

ext4 signature detected on /dev/sdb1 at offset 1080 while creating Gluster cluster

I am getting attached error while creating Gluster cluster on Kubernetes. Can someone please advice why this error is coming and how to resolve it?
vivek saurabh
  • 147
  • 1
  • 1
  • 7
1
vote
1 answer

Using GlusterFS to store more than 10TB of data

I'm using Debian Buster on Linode as a database/datastore server. Currently, it can only have 10TB per block storage mount, but I need more than that, can GlusterFS be useful in this kind of scenario where I need to build, say 100TB file mount that…
Fireburn
  • 981
  • 6
  • 20
1
vote
1 answer

kube-controller-manager is not logging details

I have an issue setting up persistant volumes for gitlab on my bare-metal kubernetes cluster: Operation for "provision-gitlab/repo-data-gitlab-gitaly-0[3f758288-290c-4d9c-a084-5506f58a22d7]" failed. No retries permitted until 2020-11-28…
1
vote
0 answers

Problem with configuration CTDB GlusterFS with Samba

I am trying to set up a HA GlusterFS (version 7.7) Replicated Distribution Storage Cluster on Centos 7. I read some docs and tutorials, but I am stuck at the moment with my CTDB setup. Is there someone whith experience with such configurations? I…
Rachid
  • 21
  • 2
1
vote
0 answers

Run a Gluster service into a docker container

The issue is make a Gluster service work into a docker container (i tried with Fedora and Ubuntu images). The main problem reside in the process when I have to run the command: service glusterd start code output, after the instalation of Gluster…
alejomaf
  • 11
  • 3
1
vote
1 answer

How to add comments to a self-signed CA certificate file?

I have got a bunch of self-signed TLS certificates generated with OpenSSL. I need to concatenate them into a single file and distribute them across different Linux hosts used in a gluster cluster. Naturally I might need to add or remove machines…
AlexH
  • 49
  • 1
  • 9
1
vote
0 answers

GlusterFS storage for docker images

I have a docker swarm with 10 docker worker nodes and i'm experiencing issues with docker images storage (in thin pool). It keeps getting full as i got rather small disks (30GB-60GB). The error: Thin Pool has 7330 free data blocks which is less than…
konpro11
  • 51
  • 8
1
vote
1 answer

Trying to get rid of orphan volumes in heketi results in error without reason

I'm trying to get rid of a bunch of orphaned volumes in heketi. When I try, I get "Error" and then information about the volume I just tried to delete, serialized as JSON. There's nothing else. I've tried to dig into the logs but they don't reveal…
joseph
  • 2,429
  • 1
  • 22
  • 43
1
vote
1 answer

Setting up GlusterFS cluster using Ansible

I'm trying to setup a 3 node GlusterFS cluster using Ansible and have run into some issues trying to setup the backend storage. My current setup consists of 3 nodes, each of which has a 10G disk attached (/dev/vdb) in addition to the primary storage…
Rohan
  • 31
  • 5
1
vote
1 answer

Adding nodes to a dispersed gluster cluster

I was reading the gluster documentation and am having difficulty figuring out exactly how my cluster ought to be configured. Suppose I decided to set up a dispersed distributed cluster with 3 bricks and redundancy = 1. If I did this do I have to…
zelinka
  • 3,271
  • 6
  • 29
  • 42
1
vote
1 answer

Can glusterfs volume be created out of directory instead of partition?

I want to create volume using glusterfs. Can glusterfs volume be created out of directory instead of partition ?
Chandu
  • 1,837
  • 7
  • 30
  • 51
1
vote
0 answers

Is it possible to intercept php file paths and substitute with other?

I have two web servers, replicated document root with glusterfs. Unfortunately, file_exists , is_dir and all functions using system call lstat spoil performance of my site, because they check files' status on both hdd. It takes long time. The…
1
vote
0 answers

Failed to restart single node etcd with data_dir mapped to persistentvolume in kubernetes

Hi I am deploying an etcd container in a k8s pod with data_dir mapped to persistent volume claim created for the pod. The first time the pvc and pod is created, etcd service is up and running and everything is working as expected. Once I delete the…
1
vote
0 answers

GlusterFs brick readonly

I want to make old bricks of my gluster volume readonly and deleteonly once they are full and I expand my volume to add new bricks. I could find the feature.read-only option that sets the whole gluster volume readonly but no option to make only some…
Ahsan Munawar
  • 29
  • 1
  • 5