git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7017
91ce42f0-d328-0410-95d8-
f526ca767f89
${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.
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