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
1 answer

automount volume only after bootingup

I have configured glusterfs between two ubuntu servers and mounting the gluster volume under /var/www directory. Since I am using only two servers, I had to install glusterfs-client in the same machine…
user173141
  • 127
  • 1
  • 2
  • 7
0
votes
2 answers

Distributing website files with local redundancy

So we're looking at migrating our single dedicated server (set up like shared web hosting) to an architecture with multiple load-balanced front-end servers plus separate database servers (due to traffic growth and availability concerns). TLDR; I…
thexacre
  • 1,849
  • 12
  • 14
0
votes
1 answer

Gluster fallback mount

I have a server which content is on a gluster mount. The underlying brick is on the same machine. I was wondering if there is a possibility to set up some kind of fallback in case gluster crashes/disconnects/goes on vacations. What I have in mind is…
greg
  • 171
  • 11
0
votes
1 answer

Benchmarking GlusterFS & NFS on AWS using iozone and dd gives different results

I have tried benchmarking GlusterFS vs NFS on Amazon Web Services (AWS) using a m1.medium sized EC2 instance. We use the AWS EBS as the block store, with a XFS file system. Running Ubuntu 12.04 using the standard packages. I used iozone and dd to…
psiphi75
  • 151
  • 7
0
votes
1 answer

Is there a way to synchronize my distributed storage infrastructure with file changes possible on each location?

I need a storage device in 3 different location. Each device will have 4TB of storage. At least 2TB should be a 'shared folder' working like Dropbox: when a user change a file in one location, the file should be updated instantly on the two other…
0
votes
1 answer

GlusterFs + zfs xattr

i'm trying to setup a small fileserver using GlusterFs over Zfs over two boxes that are currently running ubuntu 13.04. i'm currently using glusterfs and zfs-fuse from ubuntu repositories and with those packages i've been able to create successfully…
Valerio Minetti
  • 333
  • 2
  • 7
0
votes
1 answer

Installing glusterfs client on Amazon Linux AMI

I created glusterfs instances using Ubuntu TLS AMI. I want my existing instances (Amazon Linux AMI) connect to glusterfs servers. There is no Amazon Linux folder at the glusterfs's download page:…
zontragon
  • 275
  • 1
  • 4
  • 14
0
votes
1 answer

defining EBS volume size to use with glusterfs

I'm trying to build a glusterfs network file system on Amazon EC2. I trying to define EBS Volume size. I'm planning to use 2 x 12Gb volumes at the begining stage and then add extra volumes in the future. What size should be the new volumes? Should…
zontragon
  • 275
  • 1
  • 4
  • 14
0
votes
2 answers

Should I disable Software-RAID if I already have a redundant copy

My hosting provider preconfigures the servers I rent with RAID-1. However, for redundancy, I am planning to have another copy of the data on another server using GlusterFS. Can I disable the RAID-1 to gain additional disk space since I am already…
akshat
  • 219
  • 1
  • 2
  • 12
0
votes
1 answer

Gluster volume create -> host not a friend

If I use IPs to create Gluster volume, it works well, but when I use hostnames, it says: Host glustertest1 not a friend glustertest1 is Route 53 name which resolves to EC2 Instance private address. I use glusterfs 3.3.0 Question: What could be the…
Roman Newaza
  • 632
  • 4
  • 13
  • 22
0
votes
1 answer

what is the difference between Redhat Virtual Storage Appliance and GlusterFS?

GlusterFS still offers the open source software. But since Redhat has re-branded GlusterFS as Redhat Virtual Storage Appliance, I am confused about what will be good for production environment. Is there any technical difference between Redhat VSA…
Sabya
  • 746
  • 3
  • 9
  • 22
0
votes
2 answers

Mounting Gluster Volumes

I have created Hosted Zone with 2 IP addresses of Gluster Cluster, both IP are returned by dig. After mounting Gluster, I cannot ls mount point as it takes long time. mount shows me it's mounted, but df doesn't. Finally, I have this: ls: cannot…
0
votes
4 answers

redundancy scalability cluster software suporting nginx?

I'm having some problems with a filesharing storage configuration that we recently set-up. We moved onto a NAS (1x24TB) recently for our video streaming service. We set-up 9 front end servers that would communicate with the NAS using NFS and we're…
Graham
  • 1
0
votes
0 answers

Independent distributed FS for Linux with ACL

I have two Linux servers in two locations connected by VPN (over WAN - 100/100 Mb/s). On each of these servers is Samba DC (the same domain) and Samba File Server. Samba FS are configured to store ACL in POSIX ACL (not in file as it's by…
Moses
  • 1
  • 4
0
votes
0 answers

Setting up OCFS2 on RockyLinux

anyone has experienced OCFS2 fs on RockyLinux 8.5? I'm searching a solution to sharing a single iscsi LUN between multiples server, but I didn't find any useful info. I read about GFS2, but appears to need all the cluster infrastructure to work; I…
Gianluca
  • 101
  • 1