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
3
votes
2 answers

GlusterFS Server Will Not Start After Reboot

I have created a clustered and replicated file system across 2 nodes in AWS EC2 using the following link as a guide: http://www.gluster.org/category/aws-en/ I am using 2 nodes in AWS EC2 I am using an Ubuntu 13.10 (Saucy) Have installed…
jriffel73
  • 128
  • 1
  • 9
2
votes
1 answer

In C function declaration 'params, ...)' equal to 'params...)'?

all In glusterfs's functions, there is one as follows NOTES: the whole define in stack.h //libglusterfs/src/glusterfs/stack.h #define STACK_WIND(frame, rfn, obj, fn, params...) \ STACK_WIND_COMMON(frame, rfn, 0,…
abelard2008
  • 1,984
  • 1
  • 20
  • 35
2
votes
3 answers

Replicate / synchronise kubernetes PV data across seperate kubernetes clusters

Can I replicate data between Kubernetes PV into two separate clusters situated in different data centers? I have a cluster with associated PV running in Primary site. I have a separate cluster running in DR site. How do I continuously replicate data…
2
votes
1 answer

Mount glusterfs on kubernetes hosts

When mounting glusterfs on servers where kubernetes is installed via kubespray, an error occurs: Mount failed. Please check the log file for more details. [2020-12-20 11:40:42.845231] I [MSGID: 100030] [glusterfsd.c:2454:main]…
2
votes
2 answers

WARNING: could not open statistics file "pg_stat_tmp/global.stat": Stale file handle

I am running postgres in Kubernetes cluster and seeing this warning. What kind of problem/warning it is? How can I fix this? Here is full log on container startup: .. PostgreSQL Database directory appears to contain a database; Skipping…
user8462556
  • 369
  • 6
  • 13
2
votes
2 answers

glusterfs, heketi and kubernetes auto provisioning problem

I have a gluster node and i did test heketi and it is creating volumes using it's cli. This is my storage class: kind: StorageClass apiVersion: storage.k8s.io/v1 metadata: name: myglusterfs annotations: …
Vahid Alimohamadi
  • 4,900
  • 2
  • 22
  • 37
2
votes
0 answers

Docker Swarm with GlusterFS as the external volume storage and VIP

I was wondering if Docker Swarm was possible to be a load balancer with GlusterFS as the local filesystem? And use Pacemaker to hold the VIP (because I understand Docker cannot create a VIP). My idea - which I'm hoping can be verified or suggested…
markb
  • 1,100
  • 1
  • 15
  • 40
2
votes
2 answers

Searching a cluster filesystem (file storage) that is up-to-date and runs on both FreeBSD and Linux well

I have a FreeBSD 12.1-RELEASE server and a CentOS 7 server. Both run on amd64. I would like to set up a cluster file system, that runs on both platforms well. It should have CentOS 7 packages and FreeBSD packages. The solutions should be open-source…
Ronny Forberger
  • 393
  • 1
  • 8
  • 23
2
votes
1 answer

Unable to reuse existing Persistent Volume (GlusterFS)

Description: Unable to bind a new PVC to an existing PV that already contains data from previous run (and was dynamically created using gluster storage class). Installed a helm release which created PVC and dynamically generated PV from…
2
votes
1 answer

0-glusterfs: failed to set volfile server: File exists

my kafka use the glusterfs as the storage, and when i apply the yaml of the kafka, the pod is always in the status of ContainerCreating, then i check the describe of the pod. I get the following err: Warning FailedMount 24m kubelet,…
Esc
  • 521
  • 13
  • 30
2
votes
1 answer

glusterfs: failed to get the 'volume file' from server

I see below error in pod logs: , the following error information was pulled from the glusterfs log to help diagnose this issue: [2020-01-10 20:57:47.132637] E [glusterfsd-mgmt.c:1804:mgmt_getspec_cbk] 0-glusterfs: failed to get the 'volume file'…
user312307
  • 153
  • 6
  • 21
2
votes
0 answers

How to avoid error "VP Notify mechanism incomplete after" in Informix using Kubernetes?

I'm running Informix enterprise replication inside Kubernetes from past 3 months and haven't faced any problem earlier. But recently I faced one issue where the Informix server was in the running state but unable fetch any record. Then I killed the…
Vishnu
  • 97
  • 1
  • 13
2
votes
2 answers

InnoDB: Header page consists of zero bytes in datafile: ./ibdata1

I am deploying MySQL on openshift (kubernetes) but getting below error ---> 10:01:34 Initializing database ... ---> 10:01:34 Running /opt/rh/rh-mysql57/root/usr/libexec/mysqld --initialize --datadir=/var/lib/mysql/data…
ImranRazaKhan
  • 1,955
  • 5
  • 33
  • 74
2
votes
1 answer

Persistent disk redundancy across multiple regions

Is there a way to create a Persistent Disk (disk_a) in one GCP region (us-central1) and maintain a copy(disk_b) in another GCP region(asia-south1)? Is it possible using some Distributed file system like Ceph or GlusterFS or anything else? This is…
2
votes
2 answers

How can I safely change resturl for glusterfs storage class on my Kubernetes cluster?

Heketi pod was restarted on our Kubernetes Cluster and now I'm struggling with how to change glusterfs storage class resturl with new heketi endpoint. What are the safest options without any data loss on our PVCs? I was able to recreate Kubernetes…
Oles Rid
  • 125
  • 12
1 2
3
18 19