[DRBD-cvs] r1571 - in trunk: . benchmark

svn at svn.drbd.org svn at svn.drbd.org
Wed Sep 29 22:40:51 CEST 2004


Author: lars
Date: 2004-09-29 22:40:49 +0200 (Wed, 29 Sep 2004)
New Revision: 1571

Modified:
   trunk/
   trunk/ChangeLog
   trunk/Makefile
   trunk/benchmark/README
   trunk/benchmark/run.sh
Log:
removed outdated docu from drbd-0.7, bidirectionally verified docu changes 07 <-> 08


Property changes on: trunk
___________________________________________________________________
Name: propagate:at
   - 1569
   + 1571

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2004-09-29 20:40:17 UTC (rev 1570)
+++ trunk/ChangeLog	2004-09-29 20:40:49 UTC (rev 1571)
@@ -7,6 +7,8 @@
 0.8_pre1
 --------
  * remove all kernel 2.4.x compatibility crap
+ * Removed HOWTO, ja, pt_BR ... all hopelessly outdated.
+   disabled benchmark/run.sh
 
 0.7.4 (api:76/proto:74)
 -----

Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2004-09-29 20:40:17 UTC (rev 1570)
+++ trunk/Makefile	2004-09-29 20:40:49 UTC (rev 1571)
@@ -22,7 +22,7 @@
 
 #PREFIX      = /usr/local
 
-SUBDIRS     = user scripts benchmark documentation drbd #testing
+SUBDIRS     = user scripts documentation drbd #testing #benchmark
 ALLSUBDIRS  = user scripts benchmark documentation drbd testing
 
 REL_VERSION := $(shell sed -ne '/REL_VERSION/{s/^[^"]*"\([^ "]*\).*/\1/;p;q;}' drbd/linux/drbd_config.h)

Modified: trunk/benchmark/README
===================================================================
--- trunk/benchmark/README	2004-09-29 20:40:17 UTC (rev 1570)
+++ trunk/benchmark/README	2004-09-29 20:40:49 UTC (rev 1571)
@@ -1 +1,3 @@
-start "run.sh" to run the benchmark app.
\ No newline at end of file
+Needs to be reviewed
+is untouched since at least the 0.6 days
+does not work with 0.7 currently

Modified: trunk/benchmark/run.sh
===================================================================
--- trunk/benchmark/run.sh	2004-09-29 20:40:17 UTC (rev 1570)
+++ trunk/benchmark/run.sh	2004-09-29 20:40:49 UTC (rev 1571)
@@ -5,6 +5,13 @@
 echo "--------------------------------------------"
 echo 
 
+echo "
+	Needs to be reviewed
+	is untouched since at least the 0.6 days
+	does not work with 0.7 currently
+"
+exit 1
+
 if [ -e config ]; 
   then source config;
 else



More information about the drbd-cvs mailing list