From: Kern Sibbald Date: Sat, 16 Jun 2018 09:12:38 +0000 (+0200) Subject: regress: more /dev/sg1 -> /dev/sg0 X-Git-Tag: Release-9.2.0~52 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1e409142bad043e485cbc664bb19cad0aa9874ce;p=thirdparty%2Fbacula.git regress: more /dev/sg1 -> /dev/sg0 --- diff --git a/regress/scripts/ansi-sd-tape.conf.in b/regress/scripts/ansi-sd-tape.conf.in index 5a71116247..11cf1050f9 100644 --- a/regress/scripts/ansi-sd-tape.conf.in +++ b/regress/scripts/ansi-sd-tape.conf.in @@ -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 diff --git a/regress/scripts/bacula-sd-vtape.conf.in b/regress/scripts/bacula-sd-vtape.conf.in index 9e6cb79635..5ff24b3f91 100644 --- a/regress/scripts/bacula-sd-vtape.conf.in +++ b/regress/scripts/bacula-sd-vtape.conf.in @@ -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 } -