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

Backup files from glusterfs on GCE

I'm using glusterfs installed directly on google compute instances to store data for my kubernetes engine applications. I'm trying to figure out how to backup files from all of my volumes. Is it safe to rsync data directly from bricks? I'm aware…
Jan Imrich
  • 75
  • 9
0
votes
1 answer

Elk on Docker Swarm and glusterFS crash

I'm trying to deploy an ELK stack on docker swarm. If I bind the elastic data directory to a Docker volume there is no problem. The problems comes as soon as I try to bind the elstastic data directory to a glusterFS volume. I use glusterFS to…
Fabry
  • 1,498
  • 4
  • 23
  • 47
0
votes
1 answer

How to upload huge files to Ceph/GlsuterFS through openshift/k8s PVC

Now I wanna run a machine learning pod in openshift, but I need to upload some data like training set to the pod, and better to the PV when considering persistence. Is there some apis helpful on this?
白栋天
  • 152
  • 2
  • 11
0
votes
2 answers

Adding new glusterfs StorageClass to Kubernetes?

I set up GlusterFS storage on two VirtualBox VMs following a mixture of these two guides: https://wiki.centos.org/HowTos/GlusterFSonCentOS http://docs.gluster.org/en/latest/Quick-Start-Guide/Quickstart/ The internal network has DHCP assigned IPs of…
IAspireToBeGladOS
  • 1,434
  • 3
  • 19
  • 34
0
votes
0 answers

Gluster puppet mount not working

I am trying to mount a gluster volume called storage-test on my webserver with the manifest syntax below: gluster::mount { '/glusterfs': ensure => present, volume => "storage:/storage-test", options => 'defaults', transport =>…
0
votes
1 answer

docker share volumes with glusterfs

I want to test docker in Swarm mode. I've created 3 Ubuntu-server Virtual Machines. On each VM I've installed docker. The next step that I would like to accomplish is to share the /var/lib/docker/volumes folder among the 3 docker nodes. The first…
Fabry
  • 1,498
  • 4
  • 23
  • 47
0
votes
1 answer

GlusterFS extremely slow (creating 100 empty files takes ~2 minutes)

I am trying glusterfs for the first time, I used this tutorial to get started: https://www.digitalocean.com/community/tutorials/how-to-create-a-redundant-storage-pool-using-glusterfs-on-ubuntu-servers And I did not create a separate partition like…
user2348668
  • 768
  • 7
  • 19
0
votes
1 answer

how to install glusterfs client on alpine

I would like to mount from docker container of the alpine os to gluster-fs server. but, I don't know how to do it. I mean to say, I don't know how to install glusterfs client on alpine Has anyone succeeded it? I know how to install glusterfs client…
negabaro
  • 3,127
  • 7
  • 21
  • 33
0
votes
2 answers

How to stop Gluster volume forcely

according to $ gluster volume help volume stop [force] - stop volume specified by But even I run this accordingly. $ gluster volume stop force it still prompted me like Stopping volume will make its data inaccessible.…
刘宇翔
  • 527
  • 8
  • 17
0
votes
1 answer

Elasticsearch using GlusterFS for a persisten volume and UnavailableShardsException

I have deployed a logging project on OpenShift and have created a PV on a GlusterFS, which consists of a 3 servers running in a cluster. I have created a volume on a GlusterFS and enabled sharding feature on it. However, Elasticsearch doesn't run on…
dplesa
  • 1,355
  • 6
  • 23
  • 56
0
votes
1 answer

Redis db permission issue while running GitLab

I am trying to setup GitLab, Redis and PostgreSQL containers in Kubernetes using Gluster for persistence. GlusterFS nodes are setup on machines (CentOS) external to Kubernetes cluster (running on RancherOS host). Issue is that when GitLab tries…
Technext
  • 7,887
  • 9
  • 48
  • 76
0
votes
1 answer

Persistent Storage (Gluster/Other storage) for Kubernetes

I am trying to setup Kubernetes with Gluster using Heketi. After several tries, i am still not able to get it working. I am using RancherOS with Rancher application running on it which manages Kubernetes. I am now looking for alternative…
Technext
  • 7,887
  • 9
  • 48
  • 76
0
votes
1 answer

What does the GlusterFS server option cluster.readdir-optimize control?

I have been trying to optimise the small file performance of my GlusterFS storage cluster. A number of forum threads and blog posts seem to suggest setting the cluster.readdir-optimize property on the volume, like: $ gluster volume get test-share…
PicoutputCls
  • 1,392
  • 1
  • 12
  • 24
0
votes
1 answer

GlusterFS Tutorial issue with Typo in command now I can continue

I currently going through a Udemy.com tutorial on Hight Availability with a LAMP stack. I have been able to follow along pretty well until it came to setting up the Volumes for the bricks. The tutorial said to run this command: sudo gluster…
0
votes
2 answers

How to run Glusterfs-cli command "peer probe" using Ansible host group with condition "when"

I trying create ansible role for creating glusterfs volume replica in AWS Centos instances.I successes to create volume and install glusterfs. I tried to use this topic suggestion running "gluster peer probe " on each machine from host group. I have…
muzafarow
  • 926
  • 3
  • 12
  • 32