Hi,

I've created a small perl script to verify restore jobs.
The actual restore command in script itself looks like

print OUT "restore client=$client restoreclient=$restore_client 
restorejob=Restore_test where=/srv/bareos-restore/$client select current all 
done yes\n";

Restore job definition:
Job {
 Name            = Restore_test
 Type            = Restore
 FileSet         = Restore_Linux
 Storage         = test-srv-str-01
 Client          = test-srv-str-01-fd
 Max Run Time    = 10m
 Max Wait Time   = 10m
 Messages        = Standard
 Pool            = Default
 Priority        = 5
 Where           = /srv/bareos-restores
}

Due to automation restore process, the one job staked with an error " 
Restore_ld4.2016-04-14_12.27.49_16 is waiting for a mount request" in waiting 
state, despite to Max Run and Max Wait Time and blocked other jobs also.

Is it normal situation? How to set proper timeout for lockfree Restore job and 
generate report in that case?

Bareos version 15.2.2

Regards,
Juri

-- 
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to