]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl Add example to use IMPORT/EXPORT slots as normal slots
authorEric Bollengier <eric@eb.homelinux.org>
Sat, 24 May 2008 10:33:49 +0000 (10:33 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Sat, 24 May 2008 10:33:49 +0000 (10:33 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7017 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/scripts/mtx-changer.in
bacula/technotes-2.3

index 1dbc5b410f66dd3fcee010b28e7acf2675c945d4..1a5ecc578bbbc8c8a155420783726abcb2d0faf5 100644 (file)
@@ -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.
index a6edbba14f7060632cd5280b84756431d408a25a..e7b17b4a947063d20e8c0f0bacc4e2644262b0bb 100644 (file)
@@ -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