]> git.sur5r.net Git - bacula/bacula/commitdiff
Increase timeout for unmounting DVD as suggested by reporter
authorKern Sibbald <kern@sibbald.com>
Mon, 16 Mar 2009 20:52:09 +0000 (20:52 +0000)
committerKern Sibbald <kern@sibbald.com>
Mon, 16 Mar 2009 20:52:09 +0000 (20:52 +0000)
     of bug #1250

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8538 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/stored/dev.c
bacula/src/version.h
bacula/technotes-2.5

index fce3719f6aeede6a9bedab4d6b969ca3a865d332..c350e9b0212b5f341a2a1342bd2547897bdc5b0c 100644 (file)
@@ -2111,8 +2111,8 @@ bool DEVICE::do_mount(int mount, int dotimeout)
    Dmsg2(100, "do_mount: cmd=%s mounted=%d\n", ocmd.c_str(), !!is_mounted());
 
    if (dotimeout) {
-      /* Try at most 1 time to (un)mount the device. This should perhaps be configurable. */
-      timeout = 1;
+      /* Try at most 10 times to (un)mount the device. This should perhaps be configurable. */
+      timeout = 10;
    } else {
       timeout = 0;
    }
index c8f236cbf97cba7360c68509dda87b1696e9256b..961246007954b383575a5b6d958fe886b9d9ed52 100644 (file)
@@ -4,8 +4,8 @@
 
 #undef  VERSION
 #define VERSION "2.5.42-b2"
-#define BDATE   "14 March 2009"
-#define LSMDATE "14Mar09"
+#define BDATE   "16 March 2009"
+#define LSMDATE "16Mar09"
 
 #define PROG_COPYRIGHT "Copyright (C) %d-2009 Free Software Foundation Europe e.V.\n"
 #define BYEAR "2009"       /* year for copyright messages in progs */
index f51916e81e2ea0eacc998998384ede794703b391..b22e0e1e572b08a1c334cd6212e141e780f06510 100644 (file)
@@ -43,6 +43,9 @@ Code to be completed before 3.0.0 is released:
 
 
 General:
+16Mar09
+kes  Increase timeout for unmounting DVD as suggested by reporter
+     of bug #1250.
 15Mar09
 jh   Fix by James Harper to print error code when attempting to
      restore two databases (only one is permitted). This responds