[Bug 1121874] Re: MySQL launch fails silently if < 4MB of disk space is available
Marc Deslauriers
marc.deslauriers at canonical.com
Wed Dec 4 12:58:34 UTC 2013
I've unsubscribed ubuntu-sponsors for now, since there is no actionable
item.
Please re-subscribe ubuntu-sponsors once updated debdiffs have been
attached. Thanks!
--
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1121874
Title:
MySQL launch fails silently if < 4MB of disk space is available
Status in “mysql-5.5” package in Ubuntu:
Fix Released
Status in “mysql-5.5” source package in Precise:
In Progress
Status in “mysql-5.5” source package in Quantal:
In Progress
Status in “mysql-5.5” source package in Raring:
In Progress
Status in “mysql-5.5” source package in Saucy:
In Progress
Bug description:
[Impact]
MySQL will not launch if less than 4MB of disk space is available:
/etc/init/mysql.conf:
LC_ALL=C BLOCKSIZE= df --portability /var/lib/mysql/. | tail -n 1 | awk '{ exit ($4<4096) }'
This behaviour is OK, but it should not stop silently but report an
error message so that the admin knows why it did not start.
[Test Case]
1) Prep system to have 4MB disk space
2) Attempt to start mysql server
3) Silent fail with upstart
[Regression Potentional]
Possible regressions may include mysql failing to start. As the upstart job has been modified.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1121874/+subscriptions
More information about the Ubuntu-sponsors
mailing list