Questions tagged [gfs]

20 questions
7
votes
3 answers

DRBD configuration

I was going through the configuration of DRBD on two nodes. The DRBD has already configured, but I would like to enable the dual primary mode feature. On drbd site I have seen that it requires the use of a shared cluster file system that utilizes a…
karthick
  • 663
  • 3
  • 7
  • 13
6
votes
3 answers

For kvm host images. GFS2 or OCFS2 with drbd8?

I want a shared filesystem on top of drbd8 on two nodes. The servers run ubuntu 9.10. I googled a lot, but couldn't find an clear trend what the web community prefers. It's seems that OCFS2 is more used at the moment. Which filesystem is more…
yvess
  • 413
  • 4
  • 14
4
votes
1 answer

What are the pros and cons of OCFS2 and GFS2 filesystems versus NFS?

We need to set up a SAN accessible from a bunch of computers, both virtualized and real. We have an iSCSI SAN and I need to ponder some of the options. What are the differences between GFS2 and OCFS2 ? Are they production-ready ? And how they…
edomaur
  • 387
  • 1
  • 5
  • 12
2
votes
1 answer

Best method to share ISCSI lun across cluster of app servers

I'm in the process of migrating our cluster to new hardware. We use bare metal servers, no virtualization. Currently, we have around 30 "application" servers. When we make an update, we push the changes to one machine, then use lsync (a branch of…
Brian Lovett
  • 197
  • 2
  • 11
2
votes
1 answer

How Does The Linux Disk Cache Work With iSCSI and GFS2?

I'm planning to share a GFS2 filesystem via iSCSI to my web servers. Are the files read by my web servers cached locally using the linux disk cache stored in memory or are they only cached on the GFS2 cluster?
Travis Mijat
  • 51
  • 1
  • 6
2
votes
5 answers

Solaris to Linux conversion: Use VxFS or GFS?

We're a Solaris shop looking at RedHat Enterprise Linux and one of the things we're wondering is if we should keep Veritas Volume Manager + FileSystem or go with LVM+ext3 or RedHat's preferred cluster filesystem solution, GFS. One of the things we…
w00t
  • 615
  • 8
  • 14
1
vote
2 answers

Xen cluster + iSCSI - Do I need a clustered filesystem

I am in the process of deploying a two-node CentOS+Xen with iSCSI for live migration. The idea is to create a 600GB iSCSI lun, mount it on one of the servers and partition it with LVM. Each VM will have its own logical volume in the LUN. I will do a…
John
1
vote
2 answers

GFS broken down, unable to start lock_gulmd, says state=Expired

Someting has broken and I lost a connection with storage on first server. Second server had access to that FS. I tried to restart GFS by service lock_gulmd, gfs, pool, ccsd stop/start (in various orders) but no luck. On master server (the third one)…
Icapan
  • 484
  • 1
  • 3
  • 9
1
vote
6 answers

Hardware and topology suggestions for iSCSI + GFS environment

We are currently evaluating hardware and topology solutions for a new environment using GFS+iSCSI and would like some suggestions/tips. We have deployed a similar solution in the past where all hosts accessing the GFS nodes were the GFS nodes…
Josh
  • 118
  • 9
1
vote
2 answers

ubuntu cluster - so close but so far

Here's the set up: Two Ubuntu 9.10 servers - LAMP environment (not really an option to switch OS) One MD3000i with iscsi connection Here's what I'd like to do: Have both server see the files that the other one writes to the MD3000i without…
Patrick R
  • 2,925
  • 1
  • 18
  • 27
0
votes
1 answer

Can I do the GlusterFS setup with a LB or heartbeat service in SLES 12? If yes, How?

I've installed GlusterFS on Suse 12 with 2 VMs & 2 replica. When one server goes down it doesn't failover to the 2nd IP automatically. Can I do the same with a loadbalancer or heartbeat service? If yes, How? I need HA configured for GFS. Gluster…
ARUN
  • 1
  • 1
0
votes
1 answer

Horizontal Scaling Alternatives To GFSv2 (slowness)

I'm having an infrastructure design problem with an application. Right now we access a lot of small files (under 10MB) from a GFSv2 2-node cluster. 90% of file access is "random reads" to this GFSv2 partition the other 10% is random writes. I've…
0
votes
2 answers

What is difference between Google fs and Red Hat GFS?

can same tell me what is difference between Google fs and RedHat GFS ? I have google for the same but very little info got. Thanks for all you support!!
Rajat
  • 3,329
  • 21
  • 29
0
votes
2 answers

NFS or GFS for LVS 10 Server Setup

Currently we have a 10 servers setup as a linux virtual server. We have: 2 Load Balancers (master / slave) 3 Web Servers 2 MySQL Servers (master / slave) 2 Central File Storage Servers (master / slave) 1 Video Converter (irrelevant). The people we…
Michael Robinson
  • 418
  • 2
  • 7
  • 19
0
votes
1 answer

How to mount a drbd/gfs logical volume from Xen VM?

Any hint on how to do this for primary/primary? I have drbd and gfs running ok, I can see the logical volume from the DomU but dont know how to mount it. Should I install gfs on DomU and mount??? Thanks Cris
None
1
2