From: Kern Sibbald Date: Sat, 8 Jul 2006 20:06:19 +0000 (+0000) Subject: ======================= Warning ========================== X-Git-Tag: Release-2.0.0~768 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b152f211e57814ff185f20f86f7e4d1e38b0363e;p=bacula%2Fdocs ======================= Warning ========================== Separate read and write storage in Jobs in the Director. This is a major rewrite of some of the low level code and hence has a high probability of introducing bugs. ========================================================== - Move the job init code up to *before* the job is put into the job queue (resource allocation queue). This permits the job to establish whether it will read or write or do both. - Add name() methods to all the resource classes. - Implement separate read and write storage resource allocation/deallocation in jobq.c ---