[DRBD-cvs] svn commit by phil - r3047 - branches/drbd-8.0 - Last changes to ChangeLog.

drbd-cvs at lists.linbit.com drbd-cvs at lists.linbit.com
Mon Sep 3 10:28:50 CEST 2007


Author: phil
Date: 2007-09-03 10:28:49 +0200 (Mon, 03 Sep 2007)
New Revision: 3047

Modified:
   branches/drbd-8.0/ChangeLog
   branches/drbd-8.0/drbd.spec.in
Log:
Last changes to ChangeLog.


Modified: branches/drbd-8.0/ChangeLog
===================================================================
--- branches/drbd-8.0/ChangeLog	2007-09-01 21:39:01 UTC (rev 3046)
+++ branches/drbd-8.0/ChangeLog	2007-09-03 08:28:49 UTC (rev 3047)
@@ -11,12 +11,17 @@
  * Make it compile on Linux-2.6.22 and later.
  * Removed a hardcoded path to docbook DTDs from our sgml files,
    maybe improving the situation with building the documentation.
+ * When a drbd connect attempt gets accepted onto a other program,
+   that simply closes the socket, drbd stays for some seconds in the
+   "BrokenPipe" network state. When one removed the network
+   config during that time, drbd OOPSed. This is fixed now.
  * drbdmeta can now also initialize meta data on meta devices
    smaller than 128MB.
  * Added an explicit NULL argument to our ioctl() calls in drbdmeta.
  * Added scripts/block-drbd, which is a nice way hand over DRBD
    role assignment to Xen, allowing one to do Xen live migrations
    in a sane way.
+ * Added scripts/pretty-proc-drbd.sh
  * Added an option to drbd.conf which instructs the init script
    to promote DRBD devices to primary role upon machine start up.
 

Modified: branches/drbd-8.0/drbd.spec.in
===================================================================
--- branches/drbd-8.0/drbd.spec.in	2007-09-01 21:39:01 UTC (rev 3046)
+++ branches/drbd-8.0/drbd.spec.in	2007-09-03 08:28:49 UTC (rev 3047)
@@ -199,12 +199,17 @@
  * Make it compile on Linux-2.6.22 and later.
  * Removed a hardcoded path to docbook DTDs from our sgml files,
    maybe improving the situation with building the documentation.
+ * When a drbd connect attempt gets accepted onto a other program,
+   that simply closes the socket, drbd stays for some seconds in the
+   "BrokenPipe" network state. When one removed the network
+   config during that time, drbd OOPSed. This is fixed now.
  * drbdmeta can now also initialize meta data on meta devices
    smaller than 128MB.
  * Added an explicit NULL argument to our ioctl() calls in drbdmeta.
  * Added scripts/block-drbd, which is a nice way hand over DRBD
    role assignment to Xen, allowing one to do Xen live migrations
    in a sane way.
+ * Added scripts/pretty-proc-drbd.sh
  * Added an option to drbd.conf which instructs the init script
    to promote DRBD devices to primary role upon machine start up.
 



More information about the drbd-cvs mailing list