On 8/17/07, Alan Brown <[EMAIL PROTECTED]> wrote: > On Fri, 17 Aug 2007, Alan Brown wrote: > > > innodb_data_file_path = ibdata1:26000M;ibdata2:2000M:autoextend > > > > (As I understand it, this should grow the tablespace as needed) > > Doh! > > Filesystem Size Used Avail Use% Mounted on > /dev/mapper/VolGroupMSSLAY01-LogVolSQL > 57G 54G 0 100% /var/lib/mysql > > That'd definitly explain things... > >
Yeah, autoextend for InnoDB seems to have bitten you. I usually never do this and have monitors to tell me if it's reaching a certain threshold, as you're probably not even using all of the InnoDB space allocated, as it's not particularly nice in giving back space that was once used, at least in my experience. -drew ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Bacula-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bacula-users
