[DRBD-cvs] svn commit by phil - r2310 - in trunk: . debian drbd drbd/linux testing - Preparing drbd-8.0pre4

drbd-cvs at lists.linbit.com drbd-cvs at lists.linbit.com
Mon Jul 31 12:39:06 CEST 2006


Author: phil
Date: 2006-07-31 12:39:04 +0200 (Mon, 31 Jul 2006)
New Revision: 2310

Modified:
   trunk/
   trunk/ChangeLog
   trunk/debian/changelog
   trunk/drbd.spec.in
   trunk/drbd/drbd_main.c
   trunk/drbd/linux/drbd_config.h
   trunk/testing/Makefile
Log:
Preparing drbd-8.0pre4



Property changes on: trunk
___________________________________________________________________
Name: propagate:at
   - 2249
   + 2291

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2006-07-31 09:51:32 UTC (rev 2309)
+++ trunk/ChangeLog	2006-07-31 10:39:04 UTC (rev 2310)
@@ -4,6 +4,16 @@
  Cumulative changes since last tarball.
  For even more detail, use "svn log" and "svn diff".
 
+8.0pre4 (api:83/proto:82)
+--------
+ * Added the "drbd-peer-outdater" heartbeat plugin.
+ * New ("cluster wide") state changes. (Cluster wide serialisation of
+   major state changes, like becomming primary, invalidateing a disk etc...)
+ * Write requests are now sent by the worker instead out of the process's
+   context that calls make_request().
+ * The worker thread no longer gets restarted upon loss of connection.
+ * A testsuite developed by students of 'FH Hagenberg' was added.
+	
 8.0pre3 (api:82/proto:80)
 --------
  * Now it works on device mapper (LVM) as well as on "real" block devices.

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2006-07-31 09:51:32 UTC (rev 2309)
+++ trunk/debian/changelog	2006-07-31 10:39:04 UTC (rev 2310)
@@ -1,3 +1,9 @@
+drbd8 (8.0pre4-0) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Philipp Reisner <phil at linbit.com>  Mon, 31 Jul 2006 12:04:41 +0200
+
 drbd8 (8.0pre3-0) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/drbd/drbd_main.c
===================================================================
--- trunk/drbd/drbd_main.c	2006-07-31 09:51:32 UTC (rev 2309)
+++ trunk/drbd/drbd_main.c	2006-07-31 10:39:04 UTC (rev 2310)
@@ -280,7 +280,7 @@
 	D_ASSERT(b->br_number == barrier_nr);
 	D_ASSERT(b->n_req == set_size);
 
-#ifdef DBG_ASSERTS
+#if 1
 	if(b->br_number != barrier_nr) {
 		DUMPI(b->br_number);
 		DUMPI(barrier_nr);

Modified: trunk/drbd/linux/drbd_config.h
===================================================================
--- trunk/drbd/linux/drbd_config.h	2006-07-31 09:51:32 UTC (rev 2309)
+++ trunk/drbd/linux/drbd_config.h	2006-07-31 10:39:04 UTC (rev 2310)
@@ -22,9 +22,9 @@
 
 extern const char * drbd_buildtag(void);
 
-#define REL_VERSION "8.0pre3"
-#define API_VERSION 82
-#define PRO_VERSION 81
+#define REL_VERSION "8.0pre4"
+#define API_VERSION 83
+#define PRO_VERSION 82
 
 // undef if you need the workaround in drbd_receiver
 #define HAVE_UML_TO_VIRT 1

Modified: trunk/drbd.spec.in
===================================================================
--- trunk/drbd.spec.in	2006-07-31 09:51:32 UTC (rev 2309)
+++ trunk/drbd.spec.in	2006-07-31 10:39:04 UTC (rev 2310)
@@ -194,6 +194,16 @@
 
 %changelog
 
+* Mon Jul 31 2006 12:04:41 +0200 Philipp Reisner <phil at linbit.com>
+- drbd (8.0pre4-1)
+ * Added the "drbd-peer-outdater" heartbeat plugin.
+ * New ("cluster wide") state changes. (Cluster wide serialisation of
+   major state changes, like becomming primary, invalidateing a disk etc...)
+ * Write requests are now sent by the worker instead out of the process's
+   context that calls make_request().
+ * The worker thread no longer gets restarted upon loss of connection.
+ * A testsuite developed by students of 'FH Hagenberg' was added.
+
 * Tue Apr 20 2006 13:46:18 +0200 Philipp Reisner <phil at linbit.com>
 - drbd (8.0pre3-1)
  * Now it works on device mapper (LVM) as well as on "real" block devices.

Modified: trunk/testing/Makefile
===================================================================
--- trunk/testing/Makefile	2006-07-31 09:51:32 UTC (rev 2309)
+++ trunk/testing/Makefile	2006-07-31 10:39:04 UTC (rev 2310)
@@ -1,4 +1,4 @@
-PROGRAMS=show_size  access_and_verify ioctl_structs_sizes
+PROGRAMS=show_size  access_and_verify ioctl_structs_sizes drbd_states
 CFLAGS=-Wall -I../drbd
 
 all: $(PROGRAMS)



More information about the drbd-cvs mailing list