X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fkernstodo;h=432033c1035616ba9b0134e44c14908e954fe76d;hb=3c2d4428d624993a5a4761363637018092ee127c;hp=333836635cb1ac1dca61e26147c36b676d7fff86;hpb=6dd6165a8cb1bb13fd022c57294c40ed3558f692;p=bacula%2Fbacula diff --git a/bacula/kernstodo b/bacula/kernstodo index 333836635c..432033c103 100644 --- a/bacula/kernstodo +++ b/bacula/kernstodo @@ -55,6 +55,7 @@ Document: - Document Heartbeat Interval in the dealing with firewalls section. For 1.37: +- Implement "PreferMountedVolumes = yes|no" in Job resource. === rate design jcr->last_rate jcr->last_runtime @@ -71,8 +72,6 @@ For 1.37: - Make bootstrap file handle multiple MediaTypes (SD) - Test restoring into a user restricted directory on Win32 -- see bug report. -- Fix 3993 error in SD. It forgets to look at autochanger - resource for device command, ... - --without-openssl breaks at least on Solaris. - Python: - Make a callback when Rerun failed levels is called. @@ -85,7 +84,6 @@ For 1.37: - Make sure that Python has access to Client address/port so that it can check if Clients are alive. -- Implement "NewVolumeEachJob = yes|no" in Dir. - Remove all old Device resource code in Dir and code to pass it back in SD -- better, rework it to pass back device statistics. - Check locking of resources -- be sure to lock devices where previously @@ -93,6 +91,7 @@ For 1.37: - Add global lock on all devices when creating a device structure. Maybe in 1.37: +- Add start/end date editing in messages (%t %T, %e?) ... - Add ClientDefs similar to JobDefs. - Print more info when bextract -p accepts a bad block. - To mark files as deleted, run essentially a Verify to disk, and @@ -132,7 +131,7 @@ Maybe in 1.37: - Bug: if a job is manually scheduled to run later, it does not appear in any status report and cannot be cancelled. -Regression tests (Scott): +Regression tests: - Add Pool/Storage override regression test. - Add delete JobId to regression. - Add a regression test for dbcheck. @@ -1285,4 +1284,5 @@ Block Position: 0 - Require restore via the restore command or make a restore Job get the bootstrap file. - Implement Maximum Job Spool Size - +- Fix 3993 error in SD. It forgets to look at autochanger + resource for device command, ...