From: Kern Sibbald Date: Sun, 17 Dec 2006 13:27:27 +0000 (+0000) Subject: Allow seeking on DVD X-Git-Tag: Release-2.0.0~106 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=81e4bc811410e94f6733c051baa1ad6c3d552481;p=bacula%2Fbacula Allow seeking on DVD git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3811 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/stored/dev.c b/bacula/src/stored/dev.c index f265db0e58..227b1292eb 100644 --- a/bacula/src/stored/dev.c +++ b/bacula/src/stored/dev.c @@ -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) { diff --git a/bacula/technotes-1.39 b/bacula/technotes-1.39 index 42ef773bd7..f19fb87a8b 100644 --- a/bacula/technotes-1.39 +++ b/bacula/technotes-1.39 @@ -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