Re: [openstack-dev] [Solum] MySQL Storage Engine

2013-12-04 Thread Clayton Coleman
- Original Message - > With the comments that we've received, I would recommend that Clayton > remove the option to select the MySQL storage engine from Oslo config and > just "hardcode" InnoDB. I believe it entails just removing a few lines of > code. It doesn't sound like anyone has a r

Re: [openstack-dev] [Solum] MySQL Storage Engine

2013-12-04 Thread Paul Montgomery
With the comments that we've received, I would recommend that Clayton remove the option to select the MySQL storage engine from Oslo config and just "hardcode" InnoDB. I believe it entails just removing a few lines of code. It doesn't sound like anyone has a reason to use any other storage engine

Re: [openstack-dev] [Solum] MySQL Storage Engine

2013-12-04 Thread Paul Czarkowski
On 12/4/13 3:06 PM, "Adrian Otto" wrote: > >On Dec 4, 2013, at 12:32 PM, Monty Taylor wrote: > >> On 12/04/2013 03:25 PM, Clint Byrum wrote: >>> Excerpts from Paul Montgomery's message of 2013-12-04 12:04:06 -0800: TLDR: Should Solum log a warning if operators do not use the InnoDB s

Re: [openstack-dev] [Solum] MySQL Storage Engine

2013-12-04 Thread Adrian Otto
On Dec 4, 2013, at 12:32 PM, Monty Taylor wrote: > On 12/04/2013 03:25 PM, Clint Byrum wrote: >> Excerpts from Paul Montgomery's message of 2013-12-04 12:04:06 -0800: >>> TLDR: Should Solum log a warning if operators do not use the InnoDB >>> storage engine with MySQL in Solum's control plane? >

Re: [openstack-dev] [Solum] MySQL Storage Engine

2013-12-04 Thread Monty Taylor
On 12/04/2013 03:25 PM, Clint Byrum wrote: > Excerpts from Paul Montgomery's message of 2013-12-04 12:04:06 -0800: >> TLDR: Should Solum log a warning if operators do not use the InnoDB >> storage engine with MySQL in Solum's control plane? >> >> >> Details: >> >> I was looking at: https://review

Re: [openstack-dev] [Solum] MySQL Storage Engine

2013-12-04 Thread Clint Byrum
Excerpts from Paul Montgomery's message of 2013-12-04 12:04:06 -0800: > TLDR: Should Solum log a warning if operators do not use the InnoDB > storage engine with MySQL in Solum's control plane? > > > Details: > > I was looking at: https://review.openstack.org/#/c/57024/ > Models.py to be specifi

Re: [openstack-dev] [Solum] MySQL Storage Engine

2013-12-04 Thread Clayton Coleman
- Original Message - > TLDR: Should Solum log a warning if operators do not use the InnoDB > storage engine with MySQL in Solum's control plane? > > > Details: > > I was looking at: https://review.openstack.org/#/c/57024/ > Models.py to be specific. > > The default storage engine is I

[openstack-dev] [Solum] MySQL Storage Engine

2013-12-04 Thread Paul Montgomery
TLDR: Should Solum log a warning if operators do not use the InnoDB storage engine with MySQL in Solum's control plane? Details: I was looking at: https://review.openstack.org/#/c/57024/ Models.py to be specific. The default storage engine is InnoDB for MySQL which is good. I took a quick look