]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/kes-1.39
======================= Warning ==========================
[bacula/bacula] / bacula / kes-1.39
index d75367ee01b6682d154e40b5a7f685e4751d703d..bb290973b87e4faf4d830eb0c375d335ccdaa048 100644 (file)
@@ -3,6 +3,19 @@
 
 General:
 08Jul06
+  ======================= 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
+
   ======================= Warning ==========================
   Implemented new method of getting the default Storage from the Media
   record rather than from the MediaType for restore.  As a fall