]> git.sur5r.net Git - bacula/bacula/commitdiff
kes Turn on Eric's match_bsr tape block checking code.
authorKern Sibbald <kern@sibbald.com>
Sat, 27 Dec 2008 08:06:56 +0000 (08:06 +0000)
committerKern Sibbald <kern@sibbald.com>
Sat, 27 Dec 2008 08:06:56 +0000 (08:06 +0000)
kes  Correct values used for tape block numbers in record.c.

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

bacula/src/stored/match_bsr.c
bacula/technotes-2.5

index ee7274f117c070439db7b8b9393520dff2dcba87..88ec25d15c30fb55244acc37ac7e6be997749e5b 100644 (file)
@@ -636,6 +636,8 @@ static int match_voladdr(BSR *bsr, BSR_VOLADDR *voladdr, DEV_RECORD *rec, bool d
       return 1;                       /* no specification matches all */
    }
 
+#ifdef xxx
+
    /* For the moment, these tests work only with disk. */
    if (rec->state & REC_ISTAPE) {
       uint32_t sFile = (voladdr->saddr)>>32;
@@ -645,6 +647,8 @@ static int match_voladdr(BSR *bsr, BSR_VOLADDR *voladdr, DEV_RECORD *rec, bool d
       }
    }
 
+#endif
+
    uint64_t addr = get_record_address(rec);
    Dmsg6(dbglevel, "match_voladdr: saddr=%llu eaddr=%llu recaddr=%llu sfile=%u efile=%u recfile=%u\n",
          voladdr->saddr, voladdr->eaddr, addr, voladdr->saddr>>32, voladdr->eaddr>>32, addr>>32);
index 6a3cc7d3993bc76ab232d5cdd615f777223936ee..f4fca0079514dfddc6fea286157d2654e9777d4b 100644 (file)
@@ -10,6 +10,9 @@ filepattern (restore with regex in bsr)
 mixed priorities
 
 General:
+26Dec08
+kes  Turn on Eric's match_bsr tape block checking code.
+kes  Correct values used for tape block numbers in record.c.
 23Dec08
 ebl  Fix a problem with PoolUncopiedJobs option which was broken
      by the new JT_JOB_COPY type.