]> git.sur5r.net Git - bacula/docs/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)
commitb6edc0a72f6212f15af801caa55d4b48eeae6c77
treefb0636aa458f8be359644ab21d8f930b893ab160
parentb5b67c0e93a2cf1af35105373d0076e8db997489
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.