yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #10813
[Bug 1288358] [NEW] mysql engine InnoDB not being used on centos or redhat 6.5
Public bug reported:
when using centos or redhat 6.5, it has mysql 5.1, with default engine
of myISAM. Openstack projects require InnoDB. I see some code,
neutron/db/model_base.py#L25, that looks to try to set the engine type
for create tables. But after an install, tables are instead created
with default engine myISAM.
** Affects: neutron
Importance: Undecided
Status: New
** Tags: centos mysql neutron-core redhat
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1288358
Title:
mysql engine InnoDB not being used on centos or redhat 6.5
Status in OpenStack Neutron (virtual network service):
New
Bug description:
when using centos or redhat 6.5, it has mysql 5.1, with default engine
of myISAM. Openstack projects require InnoDB. I see some code,
neutron/db/model_base.py#L25, that looks to try to set the engine
type for create tables. But after an install, tables are instead
created with default engine myISAM.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1288358/+subscriptions
Follow ups
References