From 7d2703175570b17bcf2a7cc0489bba706fec22b8 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sat, 28 Aug 2004 05:54:20 +0000 Subject: [PATCH] Add new doc sed file git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1563 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/ReleaseNotes | 5 +++-- bacula/kernstodo | 10 ++++------ bacula/scripts/mtx-changer.in | 4 ++++ 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/bacula/ReleaseNotes b/bacula/ReleaseNotes index 792b4d73d7..980daccaa5 100644 --- a/bacula/ReleaseNotes +++ b/bacula/ReleaseNotes @@ -1,10 +1,11 @@ - Release Notes for Bacula 1.35.1 + Release Notes for Bacula 1.35.2 - Bacula code: Total files = 384 Total lines = 110,682 (*.h *.c *.in) + Bacula code: Total files = 395 Total lines = 115,027 (*.h *.c *.in) Changes for 1.35.1 Major Changes: +- Tray monitor program - Added Tape Alert feature (see Alert Command). - New IPv6 code (untested) - New way of specifying Addresses and Ports -- permits having diff --git a/bacula/kernstodo b/bacula/kernstodo index ec8756c606..8cf343e52f 100644 --- a/bacula/kernstodo +++ b/bacula/kernstodo @@ -12,16 +12,13 @@ Version 1.35 Kern (see below) 1.35 Items to do for release: - Bacula rescue CDROM -- Implement a pool of 10 buffers of random data that btape - can use when filling a tape (rather than calling random for - each new buffer). - Fix error handling in spooling both data and attribute. -- Perhaps add read/write programs and/or plugins to FileSets. - Add new DCR calling sequences everywhere in SD. This will permit simultaneous use of multiple devices by a single job. -- Look at Chris' patch for bscan bug. -- Look at patches/bacula_db.b2z postgresql that loops. +- Look at patches/bacula_db.b2z postgresql that loops during restore. See Gregory Wright. +- Perhaps add read/write programs and/or plugins to FileSets. +- Implement Ignore FileSet Change. - Add bscan to four-concurrent-jobs regression. - Doc new IPv6 syntax @@ -1198,3 +1195,4 @@ Block Position: 0 file = yyy - Test Win32 errno handling. - port 1.34.6-block.patch to 1.35 +- Look at Chris' patch for bscan bug. diff --git a/bacula/scripts/mtx-changer.in b/bacula/scripts/mtx-changer.in index e4fdee8ba6..37b7cc6370 100644 --- a/bacula/scripts/mtx-changer.in +++ b/bacula/scripts/mtx-changer.in @@ -124,6 +124,10 @@ case $cmd in ${MTX} -f $ctl status | grep " *Storage Element [0-9]*:.*Full" | awk "{print \$3 \$4}" | sed "s/Full *\(:VolumeTag=\)*//" # Comment out the previous line and add a line here # to print "fake" barcodes. +# +# If you have a VXA PacketLoader and the above does not work, try +# turning it off and enabling the following line. +# ${MTX} -f $ctl status | grep " *Storage Element [0-9]*:.*Full" | sed "s/*Storage Element //" | sed "s/Full :VolumeTag=//" ;; loaded) -- 2.39.5