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

Readiness probe failed: /usr/local/bin/status-probe.sh failed check: systemctl -q is-active glusterd.service

I've followed the setup guide using the gk-deploy script ./gk-deploy.sh --admin-key xxxx --user-key xxx -v -g This went fine. However, the deployed container fail with Readiness probe failed: /usr/local/bin/status-probe.sh failed check: systemctl…
papanito
  • 2,349
  • 2
  • 32
  • 60
0
votes
2 answers

Azure aks cluster - additional disk storage for each agent

Is it possible by terraform provision AKS cluster with agents that will contains additional storage attached in each VM? Currently PV/PVC based on SMB protocol is a bit of joke and my plan is to use rook or glusterfs, but then I like to provision my…
MrHetii
  • 1,315
  • 10
  • 12
0
votes
0 answers

Troubles while installing GlusterFS on Kubernetes cluster using Heketi

I try to install GlusterFS on my kubernetes cluster using heketi. I start gk-deploy but it shows that pods aren't found: Using Kubernetes CLI. Using namespace "default". Checking for pre-existing resources... GlusterFS pods ... not found. …
Nadya
  • 1
  • 1
0
votes
1 answer

GlusterFS, how to server files using http or https?

I am very new to glusterfs and I am trying to set up a 3 node combination. I have done the setup for 3 nodes and a client machine which has the volume mounted. Now after this I am stuck to find answers for these 3 questions: How to serve the files…
0
votes
1 answer

Which s3 compatible blob storage?

I want deploy a s3 compatible blob storage in my Kubernetes Cluster. I already use GlusterFS for volumes like mongodb, and I tried to set up minio with the helm chart https://github.com/helm/charts/tree/master/stable/minio. I just realize I can't…
Antoine
  • 310
  • 1
  • 5
  • 14
0
votes
1 answer

GlusterFS volume with replica 3 arbiter 1 mounted in Kubernetes PODs contains zero size files

I was planning to migrate from replica 3 to replica 3 with arbiter 1, but faced with a strange issue on my third node(that acts as arbiter). When I mounted new volume endpoint to the node where Gluster arbiter POD is running I'm getting strange…
Oles Rid
  • 125
  • 12
0
votes
1 answer

Heketi doesn't see all glusterfs bricks

Having an issues with glusterfs. Looks like not all bricks are using by PODs. So I'm using Kubernetes v1.11, Heketi v9.0.0 and glusterfs 4.1.5 Previously I had strange issues with one worker node so I need to reboot this node. After this I've got a…
Oles Rid
  • 125
  • 12
0
votes
1 answer

Gluster cluster in Kubernetes: Glusterd inactive (dead) after node reboot. How to debug?

I don't know what to do to debug it. I have 1 Kubernetes master node and three slave nodes. I have deployed on the three nodes a Gluster cluster just fine with this guide https://github.com/gluster/gluster-kubernetes/blob/master/docs/setup-guide.md.…
Tasos
  • 1,575
  • 5
  • 18
  • 44
0
votes
1 answer

Adding new OpenShift nodes to GlusterFS

I have an OpenShift Origin 3.11 cluster installed with GlusterFS storage. It is a single master setup with my initial inventory looking like this: [nodes] console.example.com openshift_ip=1.2.3.4 openshift_schedulable=true…
Badri
  • 2,212
  • 3
  • 25
  • 26
0
votes
1 answer

What does the requirement "There must be at least three nodes." mean when deploying GlusterFS in Kubernetes

I am currently testing a Kubernetes+GlusterFS+Elastic setup with VirtualBox Ubuntu VMs. I have two, one master and one node. The guide for GlusterFS here says: "There must be at least three nodes" I am not sure what does that mean. To elaborate a…
Tasos
  • 1,575
  • 5
  • 18
  • 44
0
votes
1 answer

GlusterFS deployment on k8s cluster-- Readiness probe failed: /usr/local/bin/status-probe.sh

Setup: GlusterFS on k8s(AKS) cluster; Having issue while glusterfs deploy using gk-deploy; below shared few error snippets please suggest workaround to get my deployment going- thanks in advance. Getting same error : Events: Type Reason Age From…
Maurya M
  • 13
  • 3
0
votes
1 answer

Glusterfs Replace Brick in Dispersed

I have a Dispersed Glusterfs volume comprised of 3x bricks on 3x servers. Recently one of the servers experienced a hard drive failure and dropped out of the cluster. I am trying to replace this brick in the cluster but i cant get it to work. First…
Zexelon
  • 495
  • 5
  • 18
0
votes
1 answer

Un-glusterize a disk?

How can I get back a bare disk (with the data) that was used in a simple 2 nodes replicas GlusterFS cluster ? Would removing the .glusterfs directory be sufficient or are the files themselves somehow tied to GlusterFS?
ryancey
  • 1,037
  • 2
  • 11
  • 27
0
votes
1 answer

Error when setting up glusterfs on Kubernetes: volume create: heketidbstorage: failed: Host not connected

I'm following this instruction to setup glusterfs on my kubernetes cluster. At heketi-client/bin/heketi-cli setup-openshift-heketi-storage part, heketi-cli tells me : Error: volume create: heketidbstorage: failed: Host 192.168.99.25 not…
Leisen Chang
  • 826
  • 1
  • 6
  • 15
0
votes
1 answer

How to add glusterfs node in existing cluster with ansible

I have deploy OKD cluster with glusterfs and now i want to add one more glusterfs node but unable to find any playbook for it. https://github.com/openshift/openshift-ansible/tree/master/playbooks/openshift-glusterfs I found one playbook without…
ImranRazaKhan
  • 1,955
  • 5
  • 33
  • 74