Displaying 1 result from an estimated 1 matches for "disk_heartbeat".
2006 Feb 21
0
[PATCH 14/14] ocfs2: include disk heartbeat in ocfs2_nodemanager to avoid userspace changes
...er 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 +++++++
5 files changed, 12 insertions(+), 20 deletions(-)
Signed-off-by: Jeff Mahoney <jeffm at suse.com>
diff -ruNpX ../dontdiff linux-2.6.16-rc4.ocfs2-staging1/fs/Kconfig linux-2.6.1...