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.

329 questions
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
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
  • 283
  • 1
  • 5
  • 15
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…
user64
  • 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
  • 127
  • 1
  • 7
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
  • 150
  • 3
  • 15
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…
j0k4b0
  • 115
  • 5
0
votes
3 answers

Data resiliency in Ceph or Gluster

Say I am most concerned with keeping my data safe from physical hard drive failure and the computer it connects to directly. RAID1 and RAID5 I understand. They provide protections against data loss due to hardware issues. How does Gluster and Ceph…
0
votes
2 answers

CTDB Samba script failing to start

Here is the output from a tail -f /var/log/ctdb/log.ctdb 2020/01/27 18:52:52.317670 ctdbd[3330]: Running the "startup" event. 2020/01/27 18:53:22.323208 ctdbd[3330]: startup event failed 2020/01/27 18:53:22.439563 ctdb-eventd[3332]: event_debug:…
hcker2000
  • 101
  • 3
-1
votes
1 answer

mount glusterfs before nginx start after reboot

On Centos 7 after reboot How can I make sure NGINX is only started after the glusterFS mount is completed? I tried adding a line to rc.local but nginx fails to start and the directory is not mounted at all after reboot. This is the mount…
-1
votes
1 answer

Why does gluster require port per brick?

I am trying to find the reason why gluster needs a port for each brick. Can someone help me understand the reason or point me to some documentation for the same.
mg03
  • 197
  • 1
  • 8
-2
votes
1 answer

Even with root user Im receiving 'Operation not permitted' when try creating gluster volume between Ubuntu 14.04 LXC containers

Even with root user Im receiving 'Operation not permitted' when try creating gluster volume between Ubuntu 14.04 LXC containers. Need test the solution locally before install it on prodution and even locally i cant install. xfce4-terminal -T…
Mark
  • 47
  • 7
-2
votes
1 answer

What's the best way to sync folders across 03 or more webservers?

I have 03 servers and I want to sync some folders across them. I'm using DRBD + OCFS2 for a year or so, but it doesn't support more than 02 servers right now. I read about GlusterFS and CEPH, but there are a lot of bad reviews about them related to…
-3
votes
2 answers

GlusterFS - 'Host not connected' when creating a volume on VBox VMs

I'm trying to deploy a simple GlusterFS cluster on CentOS using Virtualbox. I only have two nodes (gluster-node1 and gluster-node4) with two bricks each and I'm creating a volume with replica level 2. When I issue the volume create command on…
dstroppa
  • 1
  • 1
  • 3
1 2 3
21
22