]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/kernstodo
07Jan06
[bacula/bacula] / bacula / kernstodo
index 0e1013f55a54987a17169a819b2ff34a77a8f626..ce5d91d32a364e171134397641813707234f5133 100644 (file)
@@ -1,11 +1,9 @@
                     Kern's ToDo List
-                     30 November 2005
+                     07 January 2006
 
 Major development:      
 Project                     Developer
 =======                     =========                         
-Version 1.37                Kern (see below)
-========================================================
 
 Document:
 - Does ClientRunAfterJob fail the job on a bad return code?
@@ -16,6 +14,16 @@ Document:
 - Does WildFile match against full name?  Doc.
 - %d and %v only valid on Director, not for ClientRunBefore/After.
 
+Priority:
+- 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).
+- 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:
 - Make hardlink code at line 240 of find_one.c use binary search.
 - Queue warning/error messages during restore so that they
@@ -1263,3 +1271,9 @@ 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);
+