From c5ae543cabce26fc1b4b5f15d24e574c97cd1bdf Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Mon, 16 Jun 2008 13:18:11 +0000 Subject: [PATCH] ebl fix a bug in import tool git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7149 91ce42f0-d328-0410-95d8-f526ca767f89 --- gui/bweb/lib/Bweb.pm | 2 +- gui/bweb/technotes-2.3 | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/gui/bweb/lib/Bweb.pm b/gui/bweb/lib/Bweb.pm index a0a0f27587..a13897939c 100644 --- a/gui/bweb/lib/Bweb.pm +++ b/gui/bweb/lib/Bweb.pm @@ -2161,7 +2161,7 @@ FROM Media LEFT JOIN Location ON (Location.LocationId = Media.LocationId) WHERE Media.InChanger <> 1 - AND Media.VolStatus IN ('Purged', 'Full', 'Append') + AND Media.VolStatus IN ('Purged', 'Full', 'Append', 'Recycle') AND Media.Recycle = 1 $sql ORDER BY Media.VolUseDuration DESC, Media.VolMounts ASC, expire ASC diff --git a/gui/bweb/technotes-2.3 b/gui/bweb/technotes-2.3 index feb40c2175..19a18c4f26 100644 --- a/gui/bweb/technotes-2.3 +++ b/gui/bweb/technotes-2.3 @@ -1,3 +1,6 @@ +16Jun08 +ebl Take Recycle volumes from the import/export tool. + 03Jun08 ebl Add a nagios plugin for bacula script/check_bacula.pl -- 2.39.5