Dmsg1(800, "Calling run_job job=%x\n", jcr->job);
start_job:
- Dmsg3(000, "JobId=%u using pool %s priority=%d\n", (int)jcr->JobId,
+ Dmsg3(100, "JobId=%u using pool %s priority=%d\n", (int)jcr->JobId,
jcr->pool->name(), jcr->JobPriority);
JobId = run_job(jcr);
- Dmsg4(000, "JobId=%u NewJobId=%d using pool %s priority=%d\n", (int)jcr->JobId,
+ Dmsg4(100, "JobId=%u NewJobId=%d using pool %s priority=%d\n", (int)jcr->JobId,
JobId, jcr->pool->name(), jcr->JobPriority);
free_jcr(jcr); /* release jcr */
if (JobId == 0) {
do_mount = strcmp(dcr->VolCatInfo.VolCatStatus, "Recycle") == 0;
Dmsg2(190, "jid=%u Correct tape mounted. recycle=%d\n",
(uint32_t)jcr->JobId, do_mount);
+#ifdef xxx
if (do_mount && dev->num_writers != 0) {
Jmsg(jcr, M_FATAL, 0, _("Cannot recycle volume \"%s\""
" on device %s because it is in use by another job.\n"),
dev->VolHdr.VolumeName, dev->print_name());
goto get_out;
}
+#endif
if (dev->num_writers == 0) {
memcpy(&dev->VolCatInfo, &dcr->VolCatInfo, sizeof(dev->VolCatInfo));
}