From: Kern Sibbald Date: Fri, 24 Nov 2006 09:58:28 +0000 (+0000) Subject: kes Separate read/write source strings to keep track of where X-Git-Tag: Release-2.0.0~227 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d07d8928d5ab84437c3c80dcc01facf35d3812e7;p=bacula%2Frescue kes Separate read/write source strings to keep track of where storage devices are used in a job. kes Implement a new method of keeping track of which storage device is used in a Job. USTORE keeps both a pointer to the resource and to the source string. kes Modify all code to use new storage set subroutines in job.c kes Modify migrate.c so that the definitive selection of the storage resource is done in the do_migration_init() routine prior to the job going into the job queue. This permits accurate deadlock detection (same read and write storage resource). kes Remove bfill from btape (I think it was a left over stub). ---