nodes start in incorrect order

Bug #68119 reported by Monty Taylor
2
Affects Status Importance Assigned to Milestone
mysql-dfsg-5.0 (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

The startup order for nodes in a MySQL cluster should be Management, Data, SQL as you don't really want a SQL node to be able to talk to the cluster if the cluster isn't running yet.

Currently, the init scripts are installed as S19mysql-ndb-mgm, S20mysql and S21mysql-ndb.

I would think that the problem could be easily fixed by making this change in debian/rules

        dh_installinit -a --name=mysql-ndb-mgm -- defaults 18
        dh_installinit -a --name=mysql # defaults 20
        dh_installinit -a --name=mysql-ndb -- defaults 19

Revision history for this message
Mathias Gug (mathiaz) wrote :

Thanks for taking the time to report this bug and helping to make Ubuntu better. However, I am closing it because the bug has been fixed in the latest development version of Ubuntu - the Gutsy Gibbon. It won't be fixed in previous versions of Ubuntu because the bug doesn't fit requirements for backporting. See https://help.ubuntu.com/community/UbuntuBackports for more information.

Changed in mysql-dfsg-5.0:
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.