]> git.sur5r.net Git - bacula/rescue/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)
commit2164c8a24c760574828d5182891f3bec01da77bb
treed3ef711f786c27779938a895cd80255699082d69
parente443861f1374f4af420196f6d0d3ff2dd9acf925
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.