On Tue, Mar 9, 2010 at 1:47 PM, Firestrm <[email protected]> wrote: > > I'm using Bacula 3.0.3 with disk based storage...my pool definition looks > like this > > Pool { > Name = 4P19-pool > Pool Type = Backup > Recycle = yes > AutoPrune = yes > Volume Retention = 365 days > Maximum Volume Bytes = 50G > Maximum Volumes = 100 > } > > It's my understanding that each job will run to 50G then Bacula will create > a new volume to store information in untill 5TB is hit (50G x 100 volumes) > But when I do "list volumes" from Bconsole I only have a single volume that > is 3TB. Why do I not get 60 50G volumes? >
Did you add the size restriction after the volume existed? Bacula does not apply changes in the pool definition to existing volumes only new volumes. To apply to existing. update pool from resource and follow the prompts. John ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Bacula-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bacula-users
