[DRBD-cvs] r1487 - in trunk: . debian drbd

drbd-user@lists.linbit.com drbd-user@lists.linbit.com
Tue, 10 Aug 2004 13:49:23 +0200 (CEST)


Author: lars
Date: 2004-08-10 13:49:20 +0200 (Tue, 10 Aug 2004)
New Revision: 1487

Modified:
   trunk/ChangeLog
   trunk/debian/changelog
   trunk/drbd.spec.in
   trunk/drbd/drbd_fs.c
Log:
ispelled changelogs

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2004-08-06 12:52:05 UTC (rev 1486)
+++ trunk/ChangeLog	2004-08-10 11:49:20 UTC (rev 1487)
@@ -1,12 +1,12 @@
 0.7.2 (api:75/proto:74)
 -----
-  *) Propper handling of backing storage devices that occasionally fail 
+  *) Proper handling of backing storage devices that occasionally fail 
      READA (=read ahead) requests. (E.g. LVM and MD)
   *) DRBD now fails READA requests itself, if a resynchronisation is running
      and it would need to fetch the block from its peer.
   *) "drbdadm adjust" had a race, which caused random errors. ( Missing
      waitpid() ). Fixed now.
-  *) Popper substract SyncPause times from the syncer performance numbers.
+  *) Proper subtract SyncPause times from the syncer performance numbers.
   *) Fix to the syncer progress bar in /proc/drbd.
   *) Fix to debian build rules.
 	 

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2004-08-06 12:52:05 UTC (rev 1486)
+++ trunk/debian/changelog	2004-08-10 11:49:20 UTC (rev 1487)
@@ -1,12 +1,12 @@
 drbd (0.7.2-1) unstable; urgency=low
 
-  * Propper handling of backing storage devices that occasionally fail 
+  * Proper handling of backing storage devices that occasionally fail 
     READA (=read ahead) requests. (E.g. LVM and MD)
   * DRBD now fails READA requests itself, if a resynchronisation is running
     and it would need to fetch the block from its peer.
   * "drbdadm adjust" had a race, which caused random errors. ( Missing
     waitpid() ). Fixed now.
-  * Popper substract SyncPause times from the syncer performance numbers.
+  * Proper subtract SyncPause times from the syncer performance numbers.
   * Fix to the syncer progress bar in /proc/drbd.
   * Fix to debian build rules.
 
@@ -57,12 +57,12 @@
   * A fix to a generic bug in the bitmap code introduced with the -pre9
     release (with the 64 bit work)
   * A fix to a bug in the bitmap code only relevant for 64 bit platforms.
-  * Better 2.4.x compatibility and compatiblity to 2.4.x vendor kernels.
+  * Better 2.4.x compatibility and compatibility to 2.4.x vendor kernels.
   * Improvements in the way to deal with incompatible protocol releases.
   * Added the "dialog-refresh" config option.
 
   changes up to -pre9:
-  * Reenabled zero copy IO for protocols B and C. (Zero copy IO is not
+  * Re-enabled zero copy IO for protocols B and C. (Zero copy IO is not
     used with protocol A)
   * Implemented the unpopular user dialog in the boot process.
   * Some fixes for Linux-2.4.x compatibility.

Modified: trunk/drbd/drbd_fs.c
===================================================================
--- trunk/drbd/drbd_fs.c	2004-08-06 12:52:05 UTC (rev 1486)
+++ trunk/drbd/drbd_fs.c	2004-08-10 11:49:20 UTC (rev 1487)
@@ -370,9 +370,9 @@
 	else i = new_conf.meta_index+1;
 
 	/* for internal, we need to check agains <= (then we have a drbd with
-	 * zero size, but meta data...) to be on the safe side, I require 64MB
+	 * zero size, but meta data...) to be on the safe side, I require 32MB
 	 * minimal data storage area for drbd with internal meta data (thats
-	 * 192 total).  if someone wants to use that small devices, she can use
+	 * 160 total).  if someone wants to use that small devices, she can use
 	 * drbd 0.6 anyways...
 	 *
 	 * FIXME this is arbitrary and needs to be reconsidered as soon as we

Modified: trunk/drbd.spec.in
===================================================================
--- trunk/drbd.spec.in	2004-08-06 12:52:05 UTC (rev 1486)
+++ trunk/drbd.spec.in	2004-08-10 11:49:20 UTC (rev 1487)
@@ -179,13 +179,13 @@
 %changelog
 * Fri Aug 06 2004 14:44:31 +0200 Philipp Reisner <phil@linbit.com>
 - drbd (0.7.2-1)
-  * Propper handling of backing storage devices that occasionally fail 
+  * Proper handling of backing storage devices that occasionally fail 
     READA (=read ahead) requests. (E.g. LVM and MD)
   * DRBD now fails READA requests itself, if a resynchronisation is running
     and it would need to fetch the block from its peer.
   * "drbdadm adjust" had a race, which caused random errors. ( Missing
     waitpid() ). Fixed now.
-  * Popper substract SyncPause times from the syncer performance numbers.
+  * Proper subtract SyncPause times from the syncer performance numbers.
   * Fix to the syncer progress bar in /proc/drbd.
   * Fix to debian build rules.