]> git.sur5r.net Git - bacula/docs/commit
kes Fix bug #1046 VolumeToCatalog incorrectly reports mounted
authorKern Sibbald <kern@sibbald.com>
Tue, 28 Oct 2008 22:54:13 +0000 (22:54 +0000)
committerKern Sibbald <kern@sibbald.com>
Tue, 28 Oct 2008 22:54:13 +0000 (22:54 +0000)
commita63ee30158a0aaf76fe3775504ef64ce84f55497
tree30e1c9e4b75187f8991ba6d141ba21e959e73afe
parent7be013f73d78f128435e015650f34a02d858f0e4
kes  Fix bug #1046 VolumeToCatalog incorrectly reports mounted
     filesystems as missing on the Volume.
kes  Rewrite the set_jcr_job_status() code to include job status
     priorities so that more important status changes occur but
     lower priority status changes will not overwrite something
     more serious.  This could possibly cause reporting incorrect status
     reporting in some cases.  More testing is needed to ensure
     I have the right priorities. This vastly simplifies the previous
     contorted logic.
     Verify Diff status should now be correctly reported, whereas it
     was previously lost.
kes  Reduce some debug output.