Hi,

On 4/17/2007 9:58 PM, Rex Wheeler wrote:
> I have a machine that has two DLT drives. While I can define a job to
> run on either tape drive, I can not at run time alter an existing job to
> run on the other tape drive. If I do try to alter the storage location
> of a job (with the "mod" option of the "run" command), my request to use
> a different storage device is ignored.
> 
<snip>
> 
> This feels like a bug. Any suggestions?

Hmm... this was discussed on the list once, but I don't recall when or 
with which subject.

IIRC, Kern mentioned that this is the behaviour he tried to implement, 
and he had some reasons for it.

The must have convinced me at least, because I once fought with the 
behaviour you describe, too.

You'll have to search the list archives (try gmane.org) yourself, or 
remind me in a week or so... hopefully, I'll find the time to look up 
that discussion then.

Arno

> Storage config:
> 
> Device {
>   Name = DLT-0
>   Media Type = DLT
>   Archive Device = /dev/st0
>   AutomaticMount = yes;
>   AlwaysOpen = yes;
>   RemovableMedia = yes;
>   RandomAccess = no;
>   Maximum Spool Size = 6000000000
> }
> 
> Device {
>   Name = DLT-1
>   Media Type = DLT
>   Archive Device = /dev/st1
>   AutomaticMount = yes;
>   AlwaysOpen = yes;
>   RemovableMedia = yes;
>   RandomAccess = no;
>   Maximum Spool Size = 6000000000
> }
> 
> 
> Director config:
> 
> JobDefs {
>   Name = "DefaultJob"
>   Type = Backup
>   Level = Incremental
>   Client = molerat-fd 
>   Schedule = "WeeklyCycle"
>   Storage = Molerat-0
>   Messages = Standard
>   Pool = Default
>   Priority = 10
> }
> 
> Job {
>   Name = "Molerat"
>   Client = molerat-fd
>   FileSet = "LinuxFull"
>   JobDefs = "DefaultJob"
> }
> 
> Job {
>   Name = "Molerat-test"
>   Client = molerat-fd
>   FileSet = "LinuxFull"
>   JobDefs = "DefaultJob"
>   Storage = Molerat-1
> }
> 
> Storage {
>   Name = Molerat-0   
>   Address = molerat
>   SDPort = 9103
>   Password = ""
>   Device = DLT-0
>   Media Type = DLT
> }
> 
> Storage {
>   Name = Molerat-1   
>   Address = molerat
>   SDPort = 9103
>   Password = ""
>   Device = DLT-1 
>   Media Type = DLT
> }
> 
> Versions:
> 
> molerat-dir Version: 2.0.2 (28 January 2007) i686-pc-linux-gnu debian
> testing/unstable
> 
> molerat-sd Version: 2.0.2 (28 January 2007) i686-pc-linux-gnu debian
> testing/unstable
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users

-- 
IT-Service Lehmann                    [EMAIL PROTECTED]
Arno Lehmann                  http://www.its-lehmann.de

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to