]> git.sur5r.net Git - bacula/bacula/commitdiff
Allow seeking on DVD
authorKern Sibbald <kern@sibbald.com>
Sun, 17 Dec 2006 13:27:27 +0000 (13:27 +0000)
committerKern Sibbald <kern@sibbald.com>
Sun, 17 Dec 2006 13:27:27 +0000 (13:27 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3811 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/stored/dev.c
bacula/technotes-1.39

index f265db0e5870598a046ecfbd0460bdc4f44de630..227b1292ebe4e99a8efc386400119996348bd331 100644 (file)
@@ -204,9 +204,6 @@ init_dev(JCR *jcr, DEVRES *device)
       if (!device->write_part_command) {
          Jmsg0(jcr, M_ERROR_TERM, 0, _("Write part command must be defined for a device which requires mount.\n"));
       }
-      /* Don't let DVD do block positioning since it is not tested   
-       *  ***FIXME**** remove if this works */
-      dev->clear_cap(CAP_POSITIONBLOCKS);
    }
 
    if (dev->max_block_size > 1000000) {
index 42ef773bd774e9321da4cc7965af292377b27e4a..f19fb87a8b715b783f44b9c2b790f45e01bafbd7 100644 (file)
@@ -2,6 +2,7 @@
 
 General:
 17Dec06
+kes  Allow seeking on DVD.
 kes  Add additional messages when Job canceled automatically for
      max run time or max start wait exceeded.  This fixes bug #621.
 kes  Update maxruntime-test in regression script to properly test