** Branch unlinked: lp:ubuntu/quantal-proposed/mysql-5.5

** Branch unlinked: lp:ubuntu/precise-proposed/mysql-5.5

** Branch unlinked: lp:ubuntu/raring-proposed/mysql-5.5

** Branch unlinked: lp:ubuntu/saucy-proposed/mysql-5.5

** Description changed:

  [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]
- This fix is in sysv script but was never carried over to upstart. Regression 
minimal as no code changes were made.
+ Possible regressions may include mysql failing to start.  As the upstart job 
has been modified.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1121874

Title:
  MySQL launch fails silently if < 4MB of disk space is available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1121874/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to