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

NAS vs Distributed File Systems

What are the use cases when should we prefer over any distributed file system like HDFS? How to decide which one to use or any other comparable alternative?
ptntialunrlsd
  • 794
  • 8
  • 23
0
votes
1 answer

gluster geo-replication xsync

Help with a solution to the problem. Set geo replication to synchronize files (about 5m). After starting the synchronization occurs. But after copying files 80K runs out of space on tmpfs (/ run). It is normal for geo replication or not? Perhaps…
Alexey Panevin
  • 597
  • 5
  • 11
0
votes
1 answer

GlusterFS read directory performance in replicated setup - what's wrong? how to optimize?

I'm currently playing around with a two-node cluster with Gluster 3.5 in replication mode. This is to get some insight in the system before trying to implement a real 3-node cluster on server hardware. The test hardware is nothing high-end: a Intel…
Udo G
  • 12,572
  • 13
  • 56
  • 89
0
votes
1 answer

how can I mount localhost for GlusterFs?

I have two nodes for GlusterFS and mount on /var/www/, everything works fine about GlusterFS, but when I run firefox for Localhost this error appears: Forbidden. You don't have permission to access / on this server. What should I do?
cma
  • 43
  • 1
  • 8
0
votes
1 answer

Gluster volume keep disconnecting from mount point

I'm using glusterFs on AWS. In particular I'm using a big instance with four ephemeral drive that I want to merge to create a unique file system. Here what I usually do: umount /dev/xvdb mkfs.xfs /dev/xvdb -f mount /dev/xvdb /brick0 umount…
desmo
  • 153
  • 2
  • 11
0
votes
1 answer

Glusterfs mirrored server changes owner

I have configured glusterfs over a master-client server which replicates to a slave server into the same route, glusterfs was installed with root user on both servers. ** In both servers I have this users: ** omar johan charlie nisha robert The…
tachomi
  • 109
  • 6
0
votes
2 answers

Can GlusterFS clients synchronize subdirectories

This question might be naive but I could not quickly find an answer in the documentation, so it may be the right place to ask. Can GlusterFS clients only synchronize a subdirectory? For example, Dropbox allows you to only synchronize a subdirectory…
azmeuk
  • 4,026
  • 3
  • 37
  • 64
0
votes
2 answers

Entering `y` automatically when encountering many Unix prompts

I have to automate some prompt-interactions with GlusterFS using Perl. I made a module delete() that automatically deletes gluster volume; however, it asks (y/n) for each volume. How can I provide this answer in advance? My script below also seems…
aditya
  • 149
  • 1
  • 3
  • 15
0
votes
1 answer

Where can I get Glusterfs-hadoop plugin jar/rpm file?

Where can I get Glusterfs-hadoop plugin jar/rpm file, for Hadoop-1.2.1 ? I cannot compile the source at github.com/gluster/glusterfs-hadoop . The compile breaks. Can anybody suggest a like to download the jar directly or the rpm ? Thanks
sapthrishi007
  • 393
  • 3
  • 13
0
votes
0 answers

Best way of pushing data into distributed file systems - streaming?

I am writing an abstraction layer that will abstract a back end implementation of (yet to be decided) distributed file system. Possible choices for file systems to be used are HDFS, GlusterFS, CEPH ... . Front end will be SOAP/ REST services. …
Yogesh Devi
  • 617
  • 11
  • 30
0
votes
1 answer

glustershd.log Deleted open file: can i set file path to newlocation without restarting gluster service

I am a new user to gluster. And its log file taking too much size on disk. I used "#gluster volume log rotate VolumeName" to rotate logs, but it has no effect on file glustershd.log. I copied the file and remove the original log file from…
Adeel Ahmad
  • 1,671
  • 1
  • 17
  • 22
0
votes
1 answer

execute a php file on another server

I'm using Amazon EC2 to host a website, with the aim of having the smallest instance possible to save on costs etc. Part of my website has a php function that unzips an archive full of mp3's, then rezips them and moves it all to Amazon S3…
Barry Jarvis
  • 329
  • 1
  • 8
  • 20
-1
votes
2 answers

how to write data outside a container?

hope some of you may have a solution to this : I have a python code that is supposed to write a file output.csv, I want to find that file outside the container in a folder named /data, I have a glusterfs volumes. so I'm using Kubernetes to deploy…
Ait Zaid
  • 129
  • 12
-1
votes
1 answer

Failed while running glusterfs rpm

I am trying to run rpm of glusterfs. I ran the following command; rpm -Uvh glusterfs-4.1.2-3.fc29.x86_64.rpm It gives the following errors; Failed dependencies: /usr/bin/bash is needed by glusterfs-4.1.2-3.fc29.x86_64 glusterfs-libs =…
GAD
  • 27
  • 6
-1
votes
1 answer

Deploy glusterfs/heketi inside Kubernetes 1.6.1 on GKE cos image

I am facing this problem when deploying Glusterfs + Heketi (thanks to this excellent repo) inside a GKE Kubernetes 1.6.1 cluster with nodes using the cos image. Thegk-deploy script went well until it tried to execute heketi-cli -s…
1 2 3
18
19