Questions tagged [ocfs2]

OCFS (Oracle Cluster File System) is a shared disk file system developed by Oracle Corporation and released under the GNU General Public License. OCFS2 (version 2) was integrated into the version 2.6.16 of Linux kernel. Initially, it was marked as "experimental" (Alpha-test) code. This restriction was removed in Linux version 2.6.19. With kernel version 2.6.29 more features have been included into ocfs2 especially access control lists and quota.

9 questions
2
votes
0 answers

file server to replace a clustered file system

For various maintenance, stability and backup reasons I need to replace a 10 node (10 Linux hosts) ocfs2 shared filesystem with something that does not rely on a shared disk. The client applications are PHP in a Linux only environment. Right now…
kilgor
  • 41
  • 3
2
votes
0 answers

Trying to install OCFS2 on Ubuntu 16.04: o2cb command not found

What I did so far: installed all ocfs2-related packages (ocfs2-tools, ocfs2-tools-dev and ocfs2console). I try to setup an OCFS2 file system using the o2cb cluster registration utitity so to use command like o2cb add-cluster ocfs2demo o2cb add-node…
colicab
  • 55
  • 6
1
vote
1 answer

Searching a cluster filesystem (file storage) that is up-to-date and runs on both FreeBSD and Linux well

I have a FreeBSD 12.1-RELEASE server and a CentOS 7 server. Both run on amd64. I would like to set up a cluster file system, that runs on both platforms well. It should have CentOS 7 packages and FreeBSD packages. The solutions should be open-source…
Ronny Forberger
  • 157
  • 1
  • 14
1
vote
1 answer

ocfs2 on oracle linux

Ive tried on Fedora, got stuck. Downloaded oracle linux. 3 virtual machines: ocfs2-1, ocfs2-2, ocfs2-3 (all: 2x NIC, 1xbridge, 1xinternal network - for ocfs2) on ocfs2-1 I've created additional disk (fixed size) for storage and I've done…
Filip Kowalski
  • 187
  • 1
  • 2
  • 11
1
vote
1 answer

OCFS2 PHP(CGI/FPM)

when running a PHP website on a ocfs2 filesystem, the parse time takes 10 times as long as it was before with ext4. It doesnt matter if ocfs2 is configured for running in primary/primary OR primary/secondary use. Still the same result. The normal…
Sence
  • 115
  • 8
1
vote
2 answers

read() from files - blocking vs. non-blocking behavior

Let's assume we opened a file using fopen() and from the file-pointer received, fetch the file-descriptor using fileno(). Then we do lots (>10^8) of random read()s of relativly small chunks, between a size of 4Bytes to 10KBytes from this file: Is it…
alk
  • 66,653
  • 10
  • 83
  • 219
0
votes
0 answers

OCFS2: Heartbeat generation mismatch on device

Ocfs2-users: mount.ocfs2: I/O error on channel while trying to join the group Kernel dmesg: Heartbeat generation mismatch on device (dm-0): expected(1:0x57d7db8302fbce7, 0x5697c769), ondisk(1:0xa75bac956ed5721e, 0x5697c769) Please can anyone help…
xiaofei
  • 1
  • 2
0
votes
1 answer

How to combine DRBD, OCFs2 and LUKS?

I searched on the web a definitive answer to the following question but couldn't find a clear YES or NO, or a clear procedure on how to enable this approach! In a two nodes setup, with DRBD as the block device replication technology, with OCFs2 as…
Djurdjura H.
  • 69
  • 1
  • 9
-1
votes
1 answer

Install ocfs on Fedora

I am not able to install ocfs2-tools on Fedora OS. According to google this should be enough: yum install -y ocfs2-tools (it says: cannot find the package).I Tried: yum install ocfs2-tools.x86_64.I Tried: yum list available | grep -l 'ocfs' (there…
Filip Kowalski
  • 187
  • 1
  • 2
  • 11