[DRBD-cvs] svn commit by phil - r2781 - in trunk: . debian drbd/linux - Preparing 8.0.1

drbd-cvs at lists.linbit.com drbd-cvs at lists.linbit.com
Mon Mar 5 10:12:36 CET 2007


Author: phil
Date: 2007-03-05 10:12:34 +0100 (Mon, 05 Mar 2007)
New Revision: 2781

Modified:
   trunk/ChangeLog
   trunk/debian/changelog
   trunk/drbd.spec.in
   trunk/drbd/linux/drbd_config.h
Log:
Preparing 8.0.1


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2007-03-03 12:09:58 UTC (rev 2780)
+++ trunk/ChangeLog	2007-03-05 09:12:34 UTC (rev 2781)
@@ -4,6 +4,26 @@
  Cumulative changes since last tarball.
  For even more detail, use "svn log" and "svn diff".
 
+8.0.1 (api:86/proto:86)
+--------
+ * Fixed some race conditions that could trigger an OOPS when the loca disk
+   failes and DRBD detaches itself from the failing disk.
+ * Added a missing call to drbd_try_outdate_peer().
+ * LVM's LVs expose ambiguous queue settings. When a RAID-0 (md) PV is
+   used the present a segment size of 64k but at the same time allow only
+   8 sectors. Fixed DRBD to deal with that fact corretly.
+ * New option "always-asbp" to also use the after-after-split-brain-policy
+   handlers, even it is not possible to determine from the UUIDs that
+   the data of the two nodes was related in the past.
+ * More verbosity in case a bio_add_page() fails.
+ * Replaced kmalloc()/memset() with kzmalloc(), and a wrapper for older kernls
+ * A fast version of drbd_al_to_on_disk_bm(). This is necessary for short
+   (even sub-second) switchover times while having large "al-extents" settings.
+ * Fixed drbdadm's array overflows (of on stack objects)
+ * drbdsetup can now dump its usage in a XML format
+ * New init script for gentoo
+ * Fixed Typos in the usage of /proc/sysrq-trigger in the example config.
+
 8.0.0 (api:86/proto:86)
 --------
  * No effecitve changes to rc2.

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2007-03-03 12:09:58 UTC (rev 2780)
+++ trunk/debian/changelog	2007-03-05 09:12:34 UTC (rev 2781)
@@ -1,3 +1,9 @@
+drbd8 (8.0.1-0) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Philipp Reisner <phil at linbit.com>  Mon, 3 Mar 2007 10:10:26 +0200
+
 drbd8 (8.0.0-0) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/drbd/linux/drbd_config.h
===================================================================
--- trunk/drbd/linux/drbd_config.h	2007-03-03 12:09:58 UTC (rev 2780)
+++ trunk/drbd/linux/drbd_config.h	2007-03-05 09:12:34 UTC (rev 2781)
@@ -22,7 +22,7 @@
 
 extern const char * drbd_buildtag(void);
 
-#define REL_VERSION "8.0.0"
+#define REL_VERSION "8.0.1"
 #define API_VERSION 86
 #define PRO_VERSION 86
 

Modified: trunk/drbd.spec.in
===================================================================
--- trunk/drbd.spec.in	2007-03-03 12:09:58 UTC (rev 2780)
+++ trunk/drbd.spec.in	2007-03-05 09:12:34 UTC (rev 2781)
@@ -191,6 +191,26 @@
 /sbin/depmod -a -F /boot/System.map-%{kernelversion} %{kernelversion} >/dev/null 2>&1 || true
 
 %changelog
+* Mon Mar 3 2007 10:10:26 +0200 Philipp Reisner <phil at linbit.com>
+- drbd (8.0.1-1)
+ * Fixed some race conditions that could trigger an OOPS when the loca disk
+   failes and DRBD detaches itself from the failing disk.
+ * Added a missing call to drbd_try_outdate_peer().
+ * LVM's LVs expose ambiguous queue settings. When a RAID-0 (md) PV is
+   used the present a segment size of 64k but at the same time allow only
+   8 sectors. Fixed DRBD to deal with that fact corretly.
+ * New option "always-asbp" to also use the after-after-split-brain-policy
+   handlers, even it is not possible to determine from the UUIDs that
+   the data of the two nodes was related in the past.
+ * More verbosity in case a bio_add_page() fails.
+ * Replaced kmalloc()/memset() with kzmalloc(), and a wrapper for older kernls
+ * A fast version of drbd_al_to_on_disk_bm(). This is necessary for short
+   (even sub-second) switchover times while having large "al-extents" settings.
+ * Fixed drbdadm's array overflows (of on stack objects)
+ * drbdsetup can now dump its usage in a XML format
+ * New init script for gentoo
+ * Fixed Typos in the usage of /proc/sysrq-trigger in the example config.
+
 * Wed Jan 24 2007 16:10:09 +0200 Philipp Reisner <phil at linbit.com>
 - drbd (8.0.0-1)
  * No effecitve changes to rc2.



More information about the drbd-cvs mailing list