Questions tagged [glusterfs]

GlusterFS is a scale-out NAS file system that runs over Ethernet or Infiniband RDMA interconnect. GlusterFS is now owned by Red Hat.

GlusterFS is a scale-out NAS file system. It is free software, licensed under the GNU GPL v3. It aggregates various storage servers over Ethernet or Infiniband RDMA interconnect into one large parallel network file system. GlusterFS is based on a stackable user space design without compromising performance. It has found a variety of applications including cloud computing, biomedical sciences and archival storage. GlusterFS was developed originally by Gluster, Inc., then by Red Hat, Inc., after their purchase of Gluster in 2011.

322 questions
0
votes
0 answers

Distributed Gluster volume mounts with half size

I am currently trying to setup a distributed GlusterFS volume. I have added the bricks successfully and have created the volume: Status of volume: storagePool ------------------------------------------------------------------------------ Brick …
Tachyon
  • 101
0
votes
0 answers

Debian gluster install doesn't work in Ubuntu 20.04

Following the instructions to add the gluster PPA to my Ubuntu 20.04 system, I get the following error when doing the apt update command: Ign:5 https://download.gluster.org/pub/gluster/glusterfs/LATEST/Debian/11/amd64/apt ocal InRelease Err:6…
AlanObject
  • 652
  • 1
  • 9
  • 20
0
votes
1 answer

How can I split a zfs pool for storing VMs and Glusterfs separately on Proxmox?

I have a ProxmoxVE server which I created the following zpool on: root@thor:\~# zpool list NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT Asgard 5.45T 816K 5.45T - - 0% 0% 1.00x …
0
votes
0 answers

GlusterFS : How to change the ip used by servers while in production?

I have a 4 nodes Proxmox cluster in which each member is connected to the network by a single Gigabit Ethernet socket. In this cluster, I have a GlusterFS with 3 volumes installed on the proxmox hosts servers itself (not on a VM). (this was…
0
votes
1 answer

How to force delete directory backed by Gluster that will not delete even when using -r option

Hi trying to delete a directory and no mater what I try I get: rm: cannot remove 'wont_delete/delete': Directory not empty I'm running sudo rm -vr wont_delete/ The directory is on gluster fs. Edit: Also tried sudo rm -vrf wont_delete/
user432024
  • 273
  • 3
  • 14
0
votes
0 answers

Gluster USER SERVICEABLE SNAPSHOTS: Cannot see `.snaps` directory

Sorry for disturbing you... Uh, I met a very strange GlusterFS problem: I can access snapshots by using FUSE mount and it works fine. However, when I test Gluster USER-SERVICEABLE snapshots feature, I find I cannot see .snap directory in the NFS…
0
votes
0 answers

Gluster mount keeps crashing

I'm running a small set of Docker Swarm nodes on Raspberry Pis, and using glusterfs as shared storage for the docker volumes. I originally set this up while on Ubuntu Server 21.04 (hirsute) which has gluster 9.0 included in its default packages.…
Ashley
  • 650
  • 1
  • 6
  • 15
0
votes
0 answers

persistent volume for a SaaS project on docker Swarm & ON MY OWN Servers / VPS (non-AWS, non-Azure): what to use for the MySQL & for the file-uploads?

I am not sure, what architecture / which way to go for the persistent data of my docker Swarm SaaS webapp. A draft of the layout with traefik_proxy and some context for a better understanding of my needs can be found in the diagram: colorful draft…
0
votes
0 answers

is it safe to run GlusterFS node inside Docker?

I have multiple Synology NAS and I would like to have a HA storage. I already use Synology app called "Synology High Availability" which works well, but require specific hardware. I would like to test something else, unfortunately packages…
Inglebard
  • 133
  • 1
  • 7
0
votes
0 answers

XFS (dm-11): writeback error on sector

I am continously getting the following error : XFS (dm-11): writeback error on sector xxx I can't find how to fix the issue neither what is causing it. My environnent: an ovirt (4.3.8) cluster, with 3 centos (7.7.1908) nodes, running gluster…
0
votes
1 answer

How to mount glusterfs at boot in centOS 7 lxc container?

Need to get a glusterfs volume mounted in a centos 7 lxc container. found this and can do it manually ok... But it seems that adding it in the fstab doesnt work because it gets executed before gluster client is functional? fstab: host:/gv0/Data…
jstnewb
  • 31
  • 4
0
votes
0 answers

Glusterfs: rpc actor failed to complete successfully

I have glusterfs service running over CentOS 6, an I can see those errors filling up the logs continuously: [2021-03-09 07:13:52.692995] E [rpcsvc.c:450:rpcsvc_check_and_reply_error] 0-rpcsvc: rpc actor failed to complete successfully [2021-03-09…
Eng7
  • 107
  • 6
0
votes
1 answer

GlusterFS - Define Failover Cluster

I am currently planning the storage infrastructure for our new application. Since performance is a big and important item on our list, I want to use SSDs for the production environment. We sell a product that generates a lot of data (image/video…
0
votes
1 answer

Numbers of bricks is not a multiple of replica count - glusterfs

I have 10 servers and want to use all as storage so tried to create volume with following command but its throwing error gluster volume create gv0 replica 3 server1:/data/brick1/gv0 server2:/data/brick1/gv0 server3:/data/brick1/gv0…
ImranRazaKhan
  • 115
  • 2
  • 13
0
votes
0 answers

CentOS 7 - GlusterFS & Pacemaker & Corosync

I try to install a little GlusterFS (for NFS) Cluster with CentOS High Availability. I have really no idea why it failed. I started multiple times from scratch. My problem is, that I can't see any error like "DNS unresolvable" or "connection…
1 2 3
21
22