]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/kernstodo
Another fix from Ludovic
[bacula/bacula] / bacula / kernstodo
index c57a9a624c7b02cf626425e14badef8ccbd09778..45a1ce7c33cda99b084cf89f2ed3186068635bfd 100644 (file)
@@ -1,5 +1,5 @@
                     Kern's ToDo List
-                     07 December 2005
+                     17 February 2006
 
 Major development:      
 Project                     Developer
@@ -14,15 +14,21 @@ Document:
 - Does WildFile match against full name?  Doc.
 - %d and %v only valid on Director, not for ClientRunBefore/After.
 
+Priority:
+- Implement code that makes the Dir aware that a drive is an             
+  autochanger (so the user doesn't need to use the Autochanger = yes 
+  directive).
+
 For 1.39:
+- Keep same dcr when switching device ...
+- Job retention period in a Pool (and hence Volume).  The job would
+  then be migrated.
+- Detect resource deadlock in Migrate when same job wants to read
+  and write the same device.
 - Make hardlink code at line 240 of find_one.c use binary search.
 - Queue warning/error messages during restore so that they
   are reported at the end of the report rather than being
   hidden in the file listing ...
-- A Volume taken from Scratch should take on the retention period
-  of the new pool.
-- Correct doc for Maximum Changer Wait (and others) accepting only
-  integers.
 - Fix Maximum Changer Wait (and others) to accept qualifiers.
 - Look at -D_FORTIFY_SOURCE=2
 - Add Win32 FileSet definition somewhere
@@ -1261,3 +1267,19 @@ Block Position: 0
 === Done
 - Make sure that all do_prompt() calls in Dir check for
   -1 (error) and -2 (cancel) returns.
+- Fix foreach_jcr() to have free_jcr() inside next().
+  jcr=jcr_walk_start();
+  for ( ; jcr; (jcr=jcr_walk_next(jcr)) )
+  ...
+  jcr_walk_end(jcr);
+- A Volume taken from Scratch should take on the retention period
+  of the new pool.
+- Correct doc for Maximum Changer Wait (and others) accepting only
+  integers.
+- Implement status that shows why a job is being held in reserve, or
+  rather why none of the drives are suitable.
+- Implement a way to disable a drive (so you can use the second
+  drive of an autochanger, and the first one will not be used or
+  even defined).
+- Make sure Maximum Volumes is respected in Pools when adding
+  Volumes (e.g. when pulling a Scratch volume).