]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix Virtual test
authorKern Sibbald <kern@sibbald.com>
Tue, 1 Jul 2008 16:00:13 +0000 (16:00 +0000)
committerKern Sibbald <kern@sibbald.com>
Tue, 1 Jul 2008 16:00:13 +0000 (16:00 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7277 91ce42f0-d328-0410-95d8-f526ca767f89

regress/scripts/bacula-sd-2disk-drive.conf.in
regress/tests/virtual-changer-test

index 4515375d2ee75b2c5eab7c94cb95eaed239113eb..05abe1b2baf740b7eb7e274ffbd9e20eee6e000b 100644 (file)
@@ -75,7 +75,7 @@ Device {
   Name = Virtual-1
   Device Type = File
   Media Type = Disk
-  Archive Device = tmp
+  Archive Device = @tmpdir@
   AutomaticMount = yes;               # when device opened, read it
   Autochanger = yes
   Drive Index = 0
@@ -88,7 +88,7 @@ Device {
   Name = Virtual-2
   Device Type = File
   Media Type = Disk
-  Archive Device = tmp
+  Archive Device = @tmpdir@
   AutomaticMount = yes;               # when device opened, read it
   Autochanger = yes
   Drive Index = 1
index 46a50c28219d1ecc120f973b5349651398d16eea..5e53437492d49621109e09824c95ac69f9b5ee1c 100755 (executable)
@@ -34,7 +34,7 @@ cat <<END_OF_DATA >${cwd}/tmp/bconcmds
 @output /dev/null
 messages
 @$out ${cwd}/tmp/log1.out
-@#setdebug level=200 storage=Virtual
+setdebug level=200 storage=Virtual
 @#setdebug level=200 client=$CLIENT 
 label storage=Virtual volume=TestVolume001 slot=1 Pool=Default drive=0
 label storage=Virtual volume=TestVolume002 slot=2 Pool=Full    drive=0