[Ocfs2-commits] zab commits r2523 -
branches/ocfs2-1.0/fs/ocfs2/cluster
svn-commits at oss.oracle.com
svn-commits at oss.oracle.com
Thu Aug 18 14:02:06 CDT 2005
Author: zab
Signed-off-by: manish
Date: 2005-08-18 14:02:05 -0500 (Thu, 18 Aug 2005)
New Revision: 2523
Modified:
branches/ocfs2-1.0/fs/ocfs2/cluster/quorum.c
Log:
o forgot to actually perform a fence in one of the situations that we meant to
Signed-off-by: manish
Modified: branches/ocfs2-1.0/fs/ocfs2/cluster/quorum.c
===================================================================
--- branches/ocfs2-1.0/fs/ocfs2/cluster/quorum.c 2005-08-18 19:01:11 UTC (rev 2522)
+++ branches/ocfs2-1.0/fs/ocfs2/cluster/quorum.c 2005-08-18 19:02:05 UTC (rev 2523)
@@ -131,6 +131,7 @@
"to make a quorum out of %u heartbeating nodes\n",
qs->qs_connected, quorum,
qs->qs_heartbeating);
+ fence = 1;
}
else if ((qs->qs_connected == quorum) &&
!lowest_reachable) {
More information about the Ocfs2-commits
mailing list