0
votes
0answers
27 views

DRBD + OCFS2 high load when copying. Troubleshooting?

I have a dual primary DRBD + OCFS2 setup for web serving and generally it works very nicely. I can however get the load to spike to 40 - 50+ by say extracting a large tar file or rsyncing several ...
1
vote
0answers
90 views

Dual Primary OCFS2 DRBD encountered split-brain. Is recovery always going to be manual in this case?

I've got two webservers which each have a disk attached. This disk is synced between them using drbd (2:8.3.13-1.1ubuntu1) in 'dual-primary' mode, and over the top of this I run ocfs2 (1.6.4-1ubuntu1) ...
0
votes
1answer
152 views

What is the best storage for active-active linux cluster? [closed]

We have a cluster with multiple ubuntu machines which are connected to a shared SAN storage. Initially we were using OCFS2 as file system but we were hit with so many issues and we couldn't find ...
5
votes
1answer
681 views

mount.ocfs2: Transport endpoint is not connected while mounting…?

I have replaced a dead node that was running in dual-primary mode with OCFS2. All the steps work: /proc/drbd version: 8.3.13 (api:88/proto:86-96) GIT-hash: 83ca112086600faacab2f157bc5a9324f7bd7f77 ...
1
vote
1answer
62 views

DBRD dual primary Heartbeat resource management

I have the following setup: Two servers with DRBD running dual primary with OCFS2 Heartbeat with two virtual ips, one for each server Round robin DNS to load balance NFS across the two vIPs ...
6
votes
3answers
203 views

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 ...
6
votes
2answers
915 views

Can not switch drbd to secondary

I'm running drbd83 with ocfs2 in centos 5 and planning to use packemaker with them. Afer some time, I'm facing drbd split brain problem. version: 8.3.13 (api:88/proto:86-96) GIT-hash: ...
2
votes
1answer
406 views

Ubuntu Server mdadm drbd ocfs2 kvm hangs under heavy file reading

I have deployed four ubuntu 10.04 server. They are coupled two by two in a cluster scenario. on both sides we have software raid1 disks, drbd8 and OCFS2 and on top of it some kvm machines run with ...
3
votes
3answers
617 views

vmware vmdk disk problem

I have a VMware ESXi 4 server and 2 storage servers (mounted via nfs). Between the storage servers (Fedora 14) is a drbd cluster (dual primary) and ocfs2 filesystem; also every server has a local ...
0
votes
1answer
314 views

How long does it take to create an OCFS2 filesystem on a 1TB disk?

I'm creating an OCFS2 fs for use with DRBD and it's taking an awful long time to create the filesystem. I haven't done it before so I'm wondering if someone with more experience can relate how long ...
2
votes
2answers
321 views

OCFS2 + DRBD8 + MD mirror + PERC 6/iR + SATA 500GB = serious I/O problems?

I have reports that I/O on a certain filesystem, namely /srv/data1, is intermittently horrific. I've seen it myself and it's true. For example, I run 'ls' /srv/data1 and the output takes 30+ seconds ...
6
votes
3answers
4k views

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 ...