From: Eric Bollengier Date: Sat, 24 May 2008 10:33:49 +0000 (+0000) Subject: ebl Add example to use IMPORT/EXPORT slots as normal slots X-Git-Tag: Release-3.0.0~1397 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=dd4d3fcf860fe6fb67dd1e0a85ed6171a3ee9072;p=bacula%2Fbacula ebl Add example to use IMPORT/EXPORT slots as normal slots git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7017 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/scripts/mtx-changer.in b/bacula/scripts/mtx-changer.in index 1dbc5b410f..1a5ecc578b 100644 --- a/bacula/scripts/mtx-changer.in +++ b/bacula/scripts/mtx-changer.in @@ -197,6 +197,10 @@ case $cmd in ${MTX} -f $ctl status >${TMPFILE} rtn=$? cat ${TMPFILE} | grep " Storage Element [0-9]*:.*Full" | awk "{print \$3 \$4}" | sed "s/Full *\(:VolumeTag=\)*//" + +# If you want/can use IMPORT/EXPORT slots as normal slots within bacula +# replace the previous line by this one +# sed "s/ IMPORT\/EXPORT//" "${TMPFILE}" | grep " Storage Element [0-9]*:.*Full" | awk "{print \$3 \$4}" | sed "s/Full *\(:VolumeTag=\)*//" # # If you have a VXA PacketLoader and the above does not work, try # turning it off and enabling the following line. diff --git a/bacula/technotes-2.3 b/bacula/technotes-2.3 index a6edbba14f..e7b17b4a94 100644 --- a/bacula/technotes-2.3 +++ b/bacula/technotes-2.3 @@ -25,6 +25,7 @@ Add long term statistics job table General: 24May08 +ebl Add information about IMPORT/EXPORT slots in mtx-script. kes Enhance a couple of SD debug messages. kes Tweak unload flag setting and ensure it is set during swap. 23May08