All of lore.kernel.org
 help / color / mirror / Atom feed
* [Ocfs2-devel] heartbeat.
@ 2006-09-06  0:12 Mathieu Avila
  2006-09-06  9:15 ` Mark Fasheh
  0 siblings, 1 reply; 2+ messages in thread
From: Mathieu Avila @ 2006-09-06  0:12 UTC (permalink / raw)
  To: ocfs2-devel

Hello OCFS2 team,

I'm currently looking at the OCFS2 code in linux-2.6.17.11, and i wander 
why OCFS2 performs its heartbeat on a disk region unlike on the network 
like many clustered services stack do. What is the requirement for a 
disk heartbeat ? Is there any way to tune this behaviour and change it 
into a network heartbeat ?

--
Mathieu

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Ocfs2-devel] heartbeat.
  2006-09-06  0:12 [Ocfs2-devel] heartbeat Mathieu Avila
@ 2006-09-06  9:15 ` Mark Fasheh
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Fasheh @ 2006-09-06  9:15 UTC (permalink / raw)
  To: ocfs2-devel

Hi Mathieu,

On Wed, Sep 06, 2006 at 09:08:05AM +0200, Mathieu Avila wrote:
> Hello OCFS2 team,
> 
> I'm currently looking at the OCFS2 code in linux-2.6.17.11, and i wander 
> why OCFS2 performs its heartbeat on a disk region unlike on the network 
> like many clustered services stack do. What is the requirement for a 
> disk heartbeat ? Is there any way to tune this behaviour and change it 
> into a network heartbeat ?
The OCFS2 cluster stack heartbeats on both disk and network. Disk is
generally thought to have the final say as to whether a node is alive or
not. The reason we heartbeat on disk is because we want to be sure a
connection to the disk is maintained. Otherwise, the cluster could hang
indefinitely if the disk cable from one mounted node is unplugged - it
wouldn't be able to write out shared meta data for other nodes to read.

That all said, we're likely to remove the disk heartbeat in favor of a read
only mechanism in a future release of OCFS2.
	--Mark

--
Mark Fasheh
Senior Software Developer, Oracle
mark.fasheh@oracle.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-09-06  9:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-06  0:12 [Ocfs2-devel] heartbeat Mathieu Avila
2006-09-06  9:15 ` Mark Fasheh

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.