]> git.sur5r.net Git - bacula/rescue/commit
kes Change error message 'illegal' to 'invalid' -- bug #707
authorKern Sibbald <kern@sibbald.com>
Sun, 12 Nov 2006 11:08:07 +0000 (11:08 +0000)
committerKern Sibbald <kern@sibbald.com>
Sun, 12 Nov 2006 11:08:07 +0000 (11:08 +0000)
commit45154e4f89b225cc4832f05a4e6531c3bd62c8f5
tree8d370c7d71c216685a541d91342639398be885dd
parent8fea1016b0c5b0858b739bdd30dc088912efbf7f
kes  Change error message 'illegal' to 'invalid' -- bug #707
kes  Add rather primitive device resource deadlock detection in
     the job queue handler. It detects the same read and write device
     for migration and cancels the job.
kes  Start adding a unique_dbid_hander() routine in migration to avoid
     duplicate mediaids and duplicate jobids.
kes  Add patch from bug #708 to permit relative paths such as ../xxx
     in the restore tree routine.
kes  Add Eric Bollengier's patch to reduce locking time in the SD after
     despooling, and thus many jobs finish faster.
kes  Correct locking order of reservations lock and device mutex in
     reserve.c -- this should correct Arno's deadlock that occurred
     when doing mount/unmount at the same time a job is reserving a
     drive.