From b6234abc7d52d4ea5fed53a83b06b14390c6bf43 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Fri, 16 Oct 2009 11:53:33 +0200 Subject: [PATCH] Possible fix for problem with Volume in another drive --- bacula/src/stored/autochanger.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bacula/src/stored/autochanger.c b/bacula/src/stored/autochanger.c index b42c2110d5..792dfe3bcb 100644 --- a/bacula/src/stored/autochanger.c +++ b/bacula/src/stored/autochanger.c @@ -432,6 +432,7 @@ static bool unload_other_drive(DCR *dcr, int slot) Dmsg4(100, "Vol %s for dev=%s is busy dev=%s slot=%d\n", dcr->VolumeName, dcr->dev->print_name(), dev->print_name(), dev->get_slot()); Dmsg2(100, "num_writ=%d reserv=%d\n", dev->num_writers, dev->num_reserved()); + volume_unused(dcr); return false; } return unload_dev(dcr, dev); -- 2.39.5