Hello,

I had this problem before, but haven't seen it in a while now.

http://bugs.bacula.org/view.php?id=1046

Since my update from 3.0.3 to 5.0.3 yesterday, I get warnings about missing
files (mount points) during verify jobs again.

05-Okt 15:21 VUMEM004-dir JobId 26060: Warning: The following files are in the 
Catalog but not on the Volume(s):
05-Okt 15:21 VUMEM004-dir JobId 26060:       /var/lib/postgresql/


/var/lib/postgresql/ is a mount point that is defined in the fileset.

FileSet {
   Name = "VUMEM008"
  Include {
    Options {
       signature   = MD5
       compression = GZIP
       accurate    = pins5
    }
     File = /
     File = /var/lib/postgresql
  }
  Exclude {
     File = /postgres-backups
     File = /data
     File = /media/
     File = /lost+found
     File = /mnt
     File = /proc
     File = /dev
     File = /sys
     File = /tmp/
     File = /.journal
     File = /.fsck
  }
}


The Verify Job ran just after the full job finished.


Terminated Jobs:
 JobId  Level    Files      Bytes   Status   Finished        Name 
====================================================================
[...]
 26059  Full    104,561    6.728 G  OK       05-Okt-10 15:13 VUMEM008
 26060  Volu    104,561         0   Diffs    05-Okt-10 15:21 VerifyVUMEM008



bls also finds the directory/mount-point in the volume.


*query
Available queries:
     7: List Volumes used by selected JobId
Choose a query (1-22): 7
Enter JobId: 26059
+--------+--------------------+
| jobid  | volumename         |
+--------+--------------------+
| 26,059 | vumem008-full-0755 |
| 26,059 | vumem008-full-0756 |
+--------+--------------------+



$bls -V  "vumem008-full-0755|vumem008-full-0756" VUMEM008-DISK | grep " 
/var/lib/postgresql/$"
bls JobId 26059: drwxr-xr-x   4 ntp      ssl-cert        4096 2010-08-23 
15:31:19  /var/lib/postgresql/


Is this a regression? I can't remember seeing it in 3.0.x.


Ralf

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
Bacula-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-devel

Reply via email to