Bacula-users

[Bacula-users] JobMedia table entries with zero index values

2009-03-31 08:42:06
Subject: [Bacula-users] JobMedia table entries with zero index values
From: "Kelly, Brian" <Brian.Kelly AT uwsp DOT edu>
To: "bacula-users AT lists.sourceforge DOT net" <bacula-users AT lists.sourceforge DOT net>
Date: Tue, 31 Mar 2009 07:37:41 -0500
Can anyone tell me why my JobMedia table would have VolIndex entries for the
same MediaId but with all other Index values wet to zero?

Example:

mysql> select
JobId,MediaId,VolIndex,FirstIndex,LastIndex,StartFile,Endfile,StartBlock,End
Block from JobMedia where JobId=400462;
+--------+---------+----------+------------+-----------+-----------+--------
-+------------+-----------+
| JobId  | MediaId | VolIndex | FirstIndex | LastIndex | StartFile | Endfile
| StartBlock | EndBlock  |
+--------+---------+----------+------------+-----------+-----------+--------
-+------------+-----------+
| 400462 |    9407 |        6 |          0 |         0 |         0 |       0
|          0 |         0 |
| 400462 |    9407 |        7 |      18410 |     22016 |         0 |       0
|        224 | 691142537 |
| 400462 |    9738 |        1 |          1 |      6219 |         0 |       0
|  804409788 | 999945634 |
| 400462 |    9827 |        4 |          0 |         0 |         0 |       0
|          0 |         0 |
| 400462 |    9827 |        5 |      13249 |     18410 |         0 |       0
|        224 | 999936191 |
| 400462 |    9831 |        2 |          0 |         0 |         0 |       0
|          0 |         0 |
| 400462 |    9831 |        3 |       6219 |     13249 |         0 |       0
|        224 | 999936183 |
+--------+---------+----------+------------+-----------+-----------+--------
-+------------+-----------+
7 rows in set (0.00 sec)

Thanks,

Brian Kelly

Attachment: smime.p7s
Description: S/MIME cryptographic signature

------------------------------------------------------------------------------
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Bacula-users] JobMedia table entries with zero index values, Kelly, Brian <=