[Debburn-changes] r297 - nonameyet/trunk/cdrecord

Eduard Bloch blade at costa.debian.org
Tue Sep 12 13:36:11 UTC 2006


Author: blade
Date: 2006-09-12 13:36:10 +0000 (Tue, 12 Sep 2006)
New Revision: 297

Modified:
   nonameyet/trunk/cdrecord/cdrecord.h
   nonameyet/trunk/cdrecord/wodim.1
Log:
Documented the grace time change

Modified: nonameyet/trunk/cdrecord/cdrecord.h
===================================================================
--- nonameyet/trunk/cdrecord/cdrecord.h	2006-09-12 08:54:07 UTC (rev 296)
+++ nonameyet/trunk/cdrecord/cdrecord.h	2006-09-12 13:36:10 UTC (rev 297)
@@ -112,7 +112,7 @@
  * start writing.
  */
 #ifndef	MIN_GRACE_TIME
-#define	MIN_GRACE_TIME	0		/* 3 seconds */
+#define	MIN_GRACE_TIME	0		/* changed to 0, there is no point in forcing it in this application. Fix your volume management if it breaks because it could not read the medium. */
 #endif
 #ifndef	GRACE_TIME
 #define	GRACE_TIME	9		/* 9 seconds */

Modified: nonameyet/trunk/cdrecord/wodim.1
===================================================================
--- nonameyet/trunk/cdrecord/wodim.1	2006-09-12 08:54:07 UTC (rev 296)
+++ nonameyet/trunk/cdrecord/wodim.1	2006-09-12 13:36:10 UTC (rev 297)
@@ -788,7 +788,8 @@
 .BI gracetime= #
 Set the grace time before starting to write to
 .IR # " seconds.
-Values below 2 seconds are not allowed.
+Values below 2 seconds are not recommended to give the kernel or volume
+management a chance to learn the new state.
 .TP
 .BI timeout= #
 Set the default SCSI command timeout value to 




More information about the Debburn-changes mailing list