From: Kern Sibbald Date: Sun, 12 Nov 2006 11:08:07 +0000 (+0000) Subject: kes Change error message 'illegal' to 'invalid' -- bug #707 X-Git-Tag: Release-2.0.0~311 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3c308f6d22183a888c810342fe344d6b365e96c2;p=bacula%2Fdocs 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. ---