search for: heartbeat_mode

Displaying 3 results from an estimated 3 matches for "heartbeat_mode".

2013 Jun 04
1
Unable to set the o2cb heartbeat to global
...r-stack=o2cb /dev/sdb mount -t ocfs2 /dev/sdb /mnt -o noatime,data=writeback,nointr,commit=60,coherency=buffered ========================================== node: ip_port = 7777 ip_address = 10.81.2.108 number = 1 name = cam-st08 cluster = ocfs2 cluster: node_count = 2 heartbeat_mode = global name = ocfs2 ========================================== root at cam-st07 log # mount | grep sdb /dev/sdb on /mnt type ocfs2 (rw,_netdev,noatime,data=writeback,nointr,commit=60,coherency=buffered,heartbeat=local) Any help would be much appreciated. Thanks, Vineeth -------------- nex...
2007 Aug 07
0
Quorum and Fencing with user mode heartbeat
Hi all, I read the FAQ, especially the questions 75-84 about Quorum and Fencing. I want to use OCFS2 with Heartbeat V2 with heartbeat_mode 'user'. What I missed in the FAQ is a explanation of what role in the whole OCFS system is taken by HAv2 (or other Cluster software) when using heartbeat_mode 'user'. 1) When is disk heartbeating started? (Mount of device?) 2) When is 'network' heartbeating started? (as so...
2006 Feb 21
0
[PATCH 14/14] ocfs2: include disk heartbeat in ocfs2_nodemanager to avoid userspace changes
...s patch is not intended for permanent application, just to make it easier for users not interested in testing the userspace clustering implementation to use ocfs2. In order to switch to user clustering, use "o2cb offline" to shut down the cluster, echo "user" > /sys/o2cb/heartbeat_mode, and "o2cb online" to start it back up again. fs/Kconfig | 12 ------------ fs/ocfs2/cluster/Makefile | 3 +-- fs/ocfs2/cluster/disk_heartbeat.c | 8 ++------ fs/ocfs2/cluster/disk_heartbeat.h | 2 ++ fs/ocfs2/cluster/nodemanager.c | 7 ++...