]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl Add AUTOCHANGER_SCRIPT variable in prototype.conf (default
authorEric Bollengier <eric@eb.homelinux.org>
Thu, 8 May 2008 21:20:09 +0000 (21:20 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Thu, 8 May 2008 21:20:09 +0000 (21:20 +0000)
     set to mtx-changer)
     Add zombie check to maxtime-test

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6922 91ce42f0-d328-0410-95d8-f526ca767f89

regress/prototype.conf
regress/tests/maxtime-test

index 4e6638e9c2b8075ff39cf175cefa3a5bba7a9bcd..b822d6b5608d4ce093e38cfcc8610a75e2c01eeb 100644 (file)
@@ -35,6 +35,9 @@ TAPE_DRIVE1="/dev/null"
 # Set this if you are using fake tape driver
 #USE_FAKETAPE=--enable-faketape
 
+# Change this to use disk-changer with faketape
+AUTOCHANGER_SCRIPT=mtx-changer
+
 # This must be the path to the autochanger including its name
 AUTOCHANGER_PATH="/usr/sbin/mtx"
 
index 39c20081f80d3ff926e1c74de2edc08e82538d76..fca2c57ba9f7ede6581b211cefb07beb2b477923 100755 (executable)
@@ -43,6 +43,7 @@ END_OF_DATA
  mkfifo ${cwd}/tmp/fifo3) 2> /dev/null
 
 run_bacula
+check_for_zombie_jobs storage=File
 stop_bacula
 
 rm ${cwd}/tmp/fifo ${cwd}/tmp/fifo2 ${cwd}/tmp/fifo3