Questions tagged [ocfs2]

54 questions
2
votes
1 answer

puppet templates: possible to print the size of an exported resource array?

I'm writing a puppet module for ocfs2 and making use of exported resources to populate the definitions of all the cluster nodes in the config file on each cluster. This all works well. The cluster class is simply ocfs::cluster and the member class…
growse
  • 7,830
  • 11
  • 72
  • 114
2
votes
1 answer

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 qcow2 disks. I followed this: Link corosync is just…
2
votes
1 answer

OCFS Configuration

I'm setting up a Virtual Machine, and I'm trying to get OCFS to allow redundancy across two devices. It looks to be working in configuration, but it's not actually syncing the files across: /etc/ocfs2/cluster.conf cluster: node_count = 2 …
bradlis7
  • 353
  • 1
  • 5
  • 16
2
votes
3 answers

clustered file system choice for KVM/XEN in Fibre Channel Environment

Gents, what would you recommend for production use in a FC environment, where live migration is a must? Which clustered file system should we use? OCFS2? Would you still need drbd? Thanks!
CMag
  • 687
  • 2
  • 11
  • 31
2
votes
2 answers

OCFS2 updating procedures

We plan to use OCFS2 in a project running Red Hat Enterprise Linux (RHEL) 5.6 because we found OCFS2 to be much simpler to set up than GFS. I am, however, worried about the upgrade process since I understand OCFS2 depends on the kernel version…
Stephan
  • 417
  • 1
  • 5
  • 13
2
votes
1 answer

ocfs2 v1.6 for CentOS 5.5

does someone know how/where to get newest ocfs2 version 1.6 for CentOS? from oracle site I was able to download only 1.4 . but this version hasn't a lot of features as you can see , there is only…
A M
  • 158
  • 8
2
votes
2 answers

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 to appear. I run it again and this time, no…
Mike Diehn
  • 859
  • 4
  • 8
1
vote
1 answer

Can 2 servers share the same ocfs2 FS via NFS?

The problem is the following: I have 2 servers that have a FS mounted as ocfs2: root [server01]% mount | grep ocfs2 ocfs2_dlmfs on /dlm type ocfs2_dlmfs (rw) /dev/sddlmam1 on /share type ocfs2 (rw,_netdev,datavolume,heartbeat=local) and root…
X3MBoy
  • 121
  • 8
1
vote
3 answers

Mounting multipath devices by UUID in fstab

I have several multipath iSCSI LUN's formatted as ocfs2 filesystems. They are part of an Ubuntu 14.04 cluster using local heartbeat. This all appears to be working fine if I mount them manually after rebooting. If I try to automatically mount them…
1
vote
0 answers

Running iSCSI LIO with high availability

I've build a two node storage setup with OCFS on top of DRBD to provide storage for a couple of ESXi servers. Will it be possible to setup iSCSI targets on both storage nodes and make one of the nodes take over the other in case of server…
SteffenNielsen
  • 467
  • 4
  • 15
1
vote
1 answer

VM iscsi disk crashes on one VM Host, not on the other

I have a VmWare solution running on a HP bladesystem with a Lefthand ISCSI san. There are currently two VmWare hosts in that environment. I have two Debian VM's sharing an ISCSI disk (with ocfs2), mounted directly from the san using open-iscsi. It…
Berzemus
  • 1,162
  • 3
  • 11
  • 19
1
vote
1 answer

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 Shutting down Server1 for a period of time, cause Server2…
Jon Skarpeteig
  • 941
  • 2
  • 14
  • 28
1
vote
1 answer

NFS exportfs spamming logs. Is this a broken setup?

I have a NFS server running Ubuntu 10.04, serving an OCFS2 filesystem. The setup is somehow complicated because the server has Heartbeat and Pacemaker installed to make a cluster with another server. Anyway, the strange thing: # tail -12…
1
vote
0 answers

OCFS2/GFS2 dlm_join_lockspace no fence domain

Ripping my hair out on a new Pacemaker/cman/(OCFS2|GFS) config. I can't use the Pacemaker integration with OCFS2, since the Fedora team, in their wisdom, decided to remove the .pcmk. Supposedly, I don't need to configure fencing in…
phresus
  • 257
  • 1
  • 8
1
vote
1 answer

o2cb thinks ocfs2 cluster is still online, and refuses to shut down

I have a handful of OpenSuSE 11.2 servers that utilize OCFS2 volumes. I've noticed that o2cb can't figure out when the OCFS2 cluster is actually mounted. For example, when I try to shutdown o2cb, after stopping OCSF2, o2cb refuses to shutdown…
Kendall
  • 1,043
  • 12
  • 24