]> git.sur5r.net Git - bacula/docs/commit
kes Separate read/write source strings to keep track of where
authorKern Sibbald <kern@sibbald.com>
Fri, 24 Nov 2006 09:58:28 +0000 (09:58 +0000)
committerKern Sibbald <kern@sibbald.com>
Fri, 24 Nov 2006 09:58:28 +0000 (09:58 +0000)
commit829d7806d2d3473a8c708477fe6a74a0f3fa659a
tree28a19bf5121e2b6df8334231cc93c496fe464a49
parentdf82b49818cf2135dc9993b607106d1831fed8c2
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).