[DRBD-cvs] svn commit by phil - r2138 - in trunk: . debian documentation drbd drbd/linux - Preparing the 8.0-pre2 release

drbd-cvs at lists.linbit.com drbd-cvs at lists.linbit.com
Thu Apr 6 18:20:20 CEST 2006


Author: phil
Date: 2006-04-06 18:20:18 +0200 (Thu, 06 Apr 2006)
New Revision: 2138

Modified:
   trunk/ChangeLog
   trunk/debian/changelog
   trunk/documentation/drbdmeta.sgml
   trunk/drbd.spec.in
   trunk/drbd/drbd_fs.c
   trunk/drbd/linux/drbd_config.h
Log:
Preparing the 8.0-pre2 release


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2006-04-06 16:16:07 UTC (rev 2137)
+++ trunk/ChangeLog	2006-04-06 16:20:18 UTC (rev 2138)
@@ -1,9 +1,20 @@
 Latest:
 ------
- ChangeLog last updated: r1806 2005-05-23
+ ChangeLog last updated: r2130 2006-04-06
  Cumulative changes since last tarball.
  For even more detail, use "svn log" and "svn diff".
 
+8.0-pre2 (api:81/proto:80)
+--------
+ * removed the "on-disconnect" and "split-brain-fix" config options and
+   added the "fencing" config option instead.
+ * Updated all manpages to cover drbd-8.0
+ * /proc/drbd shows the whole drbd_state_t, as well the logging of state
+   changes shows every field of drbd_state_t now.
+ * Deactivated most of the TCQ code for now, since it changed again
+   in the mainline kernel.
+ * Minor other fixes.
+
 8.0_pre1 (api:80/proto:80)
 --------
  * Removed support for Linux-2.4.x

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2006-04-06 16:16:07 UTC (rev 2137)
+++ trunk/debian/changelog	2006-04-06 16:20:18 UTC (rev 2138)
@@ -1,3 +1,9 @@
+drbd (8.0-pre2-0) unstable; urgency=low
+
+  * New major release.
+
+ -- Philipp Reisner <phil at linbit.com>  Thu, 6 Apr 2006 17:53:56 +0200
+
 drbd (8.0_pre1-0) unstable; urgency=low
 
   * New major release.

Modified: trunk/documentation/drbdmeta.sgml
===================================================================
--- trunk/documentation/drbdmeta.sgml	2006-04-06 16:16:07 UTC (rev 2137)
+++ trunk/documentation/drbdmeta.sgml	2006-04-06 16:20:18 UTC (rev 2138)
@@ -111,7 +111,7 @@
         <listitem><para>
           Set-gi allows you to set the generation identifier. 
 	  <replaceable>Gi</replaceable> needs to be a generation 
-	  counter for the 0.6 and 0.7 format, and a UUID set for 0.8.
+	  counter for the 0.6 and 0.7 format, and a UUID set for 8.0.
 	  Specify it in the same way as get-gi shows it.
 	</para></listitem>
       </varlistentry>
@@ -128,7 +128,7 @@
   <refsect1>
     <title>Version</title>
     <simpara>
-      This document is correct for version 0.8 of the DRBD distribution.
+      This document is correct for version 8.0 of the DRBD distribution.
     </simpara>
   </refsect1>
 

Modified: trunk/drbd/drbd_fs.c
===================================================================
--- trunk/drbd/drbd_fs.c	2006-04-06 16:16:07 UTC (rev 2137)
+++ trunk/drbd/drbd_fs.c	2006-04-06 16:20:18 UTC (rev 2138)
@@ -838,6 +838,7 @@
 	default:
 		/* The script is broken ... */
 		nps = DUnknown;
+		drbd_request_state(mdev,NS(disk,Outdated));
 		ERR("outdate-peer helper broken, returned %d \n",(r>>8)&0xff);
 		return nps;
 	}

Modified: trunk/drbd/linux/drbd_config.h
===================================================================
--- trunk/drbd/linux/drbd_config.h	2006-04-06 16:16:07 UTC (rev 2137)
+++ trunk/drbd/linux/drbd_config.h	2006-04-06 16:20:18 UTC (rev 2138)
@@ -22,8 +22,8 @@
 
 extern const char * drbd_buildtag(void);
 
-#define REL_VERSION "8.0_pre1"
-#define API_VERSION 80
+#define REL_VERSION "8.0-pre2"
+#define API_VERSION 81
 #define PRO_VERSION 80
 
 // undef if you need the workaround in drbd_receiver

Modified: trunk/drbd.spec.in
===================================================================
--- trunk/drbd.spec.in	2006-04-06 16:16:07 UTC (rev 2137)
+++ trunk/drbd.spec.in	2006-04-06 16:20:18 UTC (rev 2138)
@@ -194,6 +194,17 @@
 
 %changelog
 
+* Tue Apr  6 2006 17:53:56 +0200 Philipp Reisner <phil at linbit.com>
+- drbd (8.0-pre2-1)
+ * removed the "on-disconnect" and "split-brain-fix" config options and
+   added the "fencing" config option instead.
+ * Updated all manpages to cover drbd-8.0
+ * /proc/drbd shows the whole drbd_state_t, as well the logging of state
+   changes shows every field of drbd_state_t now.
+ * Deactivated most of the TCQ code for now, since it changed again
+   in the mainline kernel.
+ * Minor other fixes.
+
 * Tue Mar 14 2006 11:37:56 +0200 Philipp Reisner <phil at linbit.com>
 - drbd (8.0_pre1-1)
  * Removed support for Linux-2.4.x



More information about the drbd-cvs mailing list