]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ocfs2/cluster: Cluster up now includes network connections too
authorSunil Mushran <sunil.mushran@oracle.com>
Wed, 22 Jun 2011 23:56:27 +0000 (16:56 -0700)
committerMaxim Uvarov <maxim.uvarov@oracle.com>
Thu, 29 Mar 2012 19:40:56 +0000 (12:40 -0700)
commit8f7aed8bea97d89f834248980f19c618c1b4dfa8
tree9c8b075771b7d3a315501629619ca704d556ca8c
parentb0be990a5b3a51838c33c595d8152ee568097678
ocfs2/cluster: Cluster up now includes network connections too

The cluster up check only checks to see if the node is heartbeating or not.
If yes it continues assuming that the node is connected to all the nodes. But
if that is not the case, the cluster join aborts with a stack of errors that
are not easy to comprehend.

This patch adds the network connect check upfront and prints the nodes that
the node is not yet connected to, before aborting.

Signed-off-by: Sunil Mushran <sunil.mushran@oracle.com>
fs/ocfs2/dlm/dlmdomain.c
fs/ocfs2/stack_o2cb.c