Hi,

in my Bacula 5.2.13 configuration I have a job resource of type copy
which copies specified jobs from file pool to a tape pool:

Job {
  Name = "test-migrate-job"
  Type = Copy
  Level = Full
  Client = bacula-fd
  FileSet = "Full Set"
  Messages = Copy
  Pool = test-pool
  Priority = 50
  Max Wait Time = 30 minutes
  Schedule = "test-migrate-schedule"
  Maximum Concurrent Jobs = 4
  Selection Type = Job
  Selection Pattern = "test-micos-job"
}

I get the following emails (one per hour):

06-Jan 12:16 bacula-sd JobId 13671: Please mount append Volume
"t-test-0001" or label a new one for:
    Job:          test-migrate-job.2014-01-06_11.16.00_29
    Storage:      "tape-dev" (/dev/nst0)
    Pool:         test-tape-pool
    Media type:   lto5-media


If the backup operator forgets to mount/insert a tape, I want the job to
be cancelled after MaxWaitTime so that following jobs don't get blocked
next night. But this directive seems to be ignored, I get these mails
until I manually cancel the migration job.

What's wrong?

Thanks for your help.

Mario

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to