]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
regress: more /dev/sg1 -> /dev/sg0
authorKern Sibbald <kern@sibbald.com>
Sat, 16 Jun 2018 09:12:38 +0000 (11:12 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 16 Jun 2018 09:12:38 +0000 (11:12 +0200)
regress/scripts/ansi-sd-tape.conf.in
regress/scripts/bacula-sd-vtape.conf.in

index 5a71116247da83fca8c7aaad395782db8581d791..11cf1050f962b345b6ac7f181caf8ec08145059c 100644 (file)
@@ -40,7 +40,7 @@ Device {
   AlwaysOpen = yes;
   RemovableMedia = yes;
   @@sbindir@/tape_options
-  Control Device = /dev/sg1
+  Control Device = /dev/sg0
   Alert Command = "@scriptdir@/tapealert %l"
 # Maximum File Size = 1000000
 # MaximumVolumeSize = 400M
index 9e6cb79635c76236fc905e881d53fc88fe987575..5ff24b3f915c8fd02db2173782f2c44e5398e65e 100644 (file)
@@ -55,7 +55,7 @@ Device {
   Name = LTO3_1
   Media Type = LTO3
   Archive Device = @working_dir@/ach/drive1
-  Control Device = @working_dir@/ach/sg1
+  Control Device = @working_dir@/ach/sg0
   AutomaticMount = yes;               # when device opened, read it
   Autochanger = yes
   Drive Index = 1
@@ -195,4 +195,3 @@ Cloud {
   Protocol = HTTPS
   UriStyle = VirtualHost
 }
-