]> git.sur5r.net Git - bacula/rescue/commit
kes Write new subroutine is_volume_purged() that explicitly checks
authorKern Sibbald <kern@sibbald.com>
Sat, 24 Mar 2007 21:55:54 +0000 (21:55 +0000)
committerKern Sibbald <kern@sibbald.com>
Sat, 24 Mar 2007 21:55:54 +0000 (21:55 +0000)
commitee4dd06561e6fdd706c21f72cf6e88b40f5ed728
treefedcedfcce060b767086fbb22e70169b48ddf11c
parent6acba8b0cca4325fe98c145f83fe23868ba95fbb
kes  Write new subroutine is_volume_purged() that explicitly checks
     if the Volume is purged, and if so marks it as such. This should
     resolve problems reported about needing to mount twice to recycle
     volumes.
kes  Rewrite pruning algorithm to do more work in the SQL engine, and
     to pass a list of JobIds to be deleted to SQL.  Also, minimize the
     amount of duplicated code.
kes  Do volume pruning only for the Media Type desired (reduces pruning time
     if multiple Media Types are in the same pool).
kes  Implement more detailed info in the Job report for the Bacula version
     and architecture.
kes  Switch from POOLMEM to POOL_MEM (a real class) in ua_prune.c and
     ua_purge.c.