[Ocfs2-commits] khackel commits r2264 - trunk/fs/ocfs2/dlm

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Tue May 17 16:57:03 CDT 2005


Author: khackel
Signed-off-by: mfasheh
Date: 2005-05-17 16:57:00 -0500 (Tue, 17 May 2005)
New Revision: 2264

Modified:
   trunk/fs/ocfs2/dlm/dlmmaster.c
Log:
* Added a printk to inform the surviving node of the error that occurred on 
  the dying node in dlm_assert_master_handler

Signed-off-by: mfasheh



Modified: trunk/fs/ocfs2/dlm/dlmmaster.c
===================================================================
--- trunk/fs/ocfs2/dlm/dlmmaster.c	2005-05-17 21:54:00 UTC (rev 2263)
+++ trunk/fs/ocfs2/dlm/dlmmaster.c	2005-05-17 21:57:00 UTC (rev 2264)
@@ -1311,6 +1311,8 @@
 	/* kill the caller! */
 	spin_unlock(&res->spinlock);
 	spin_unlock(&dlm->spinlock);
+	mlog(ML_ERROR, "Bad message received from another node.  Dumping state "
+	     "and killing the other node now!  This node is OK and can continue.\n");
 	dlm_dump_lock_resources(dlm);
 	dlm_put(dlm);
 	return -EINVAL;



More information about the Ocfs2-commits mailing list