[Ocfs2-commits] zab commits r2522 - trunk/fs/ocfs2/cluster

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu Aug 18 14:01:12 CDT 2005


Author: zab
Signed-off-by: manish
Date: 2005-08-18 14:01:11 -0500 (Thu, 18 Aug 2005)
New Revision: 2522

Modified:
   trunk/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: trunk/fs/ocfs2/cluster/quorum.c
===================================================================
--- trunk/fs/ocfs2/cluster/quorum.c	2005-08-17 20:42:14 UTC (rev 2521)
+++ trunk/fs/ocfs2/cluster/quorum.c	2005-08-18 19:01:11 UTC (rev 2522)
@@ -132,6 +132,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