Re: FYI: MariaDB upgrade on CentOS 7 breaks install

2015-08-27 Thread Remi Bergsma
Missed that one, thx! ;-) On 27/08/15 12:03, "Wido den Hollander" wrote: >On 08/26/2015 10:33 PM, Remi Bergsma wrote: >> Hi all, >> >> Not sure if MariaDB is even supported, but for those who use it: >> >> Today I run into an issue with the latest MariaDB on CentOS7 (it was >> upgraded from

Re: FYI: MariaDB upgrade on CentOS 7 breaks install

2015-08-27 Thread Remi Bergsma
Hi Wei, Thanks a lot, this solved it! :-) Can you open a PR please? Be sure to ping @wido as he might want to test it on Ubuntu as well. I expect this will also work fine. Thanks, Remi On 27/08/15 14:37, "Wei ZHOU" wrote: >Hi Remi, > >Can you test the following change? > ># git diff setu

Re: FYI: MariaDB upgrade on CentOS 7 breaks install

2015-08-27 Thread Wei ZHOU
Hi Remi, Can you test the following change? # git diff setup/db/db/schema-421to430.sql diff --git a/setup/db/db/schema-421to430.sql b/setup/db/db/schema-421to430.sql index 3f2ad02..0a96ea0 100644 --- a/setup/db/db/schema-421to430.sql +++ b/setup/db/db/schema-421to430.sql @@ -111,8 +111,7 @@ CREAT

Re: FYI: MariaDB upgrade on CentOS 7 breaks install

2015-08-27 Thread Wido den Hollander
On 08/26/2015 10:33 PM, Remi Bergsma wrote: > Hi all, > > Not sure if MariaDB is even supported, but for those who use it: > > Today I run into an issue with the latest MariaDB on CentOS7 (it was upgraded > from 5.5.41 -> 5.5.44). After the upgrade I could no longer install > CloudStack due to

Re: FYI: MariaDB upgrade on CentOS 7 breaks install

2015-08-27 Thread Wei ZHOU
This might be because CS tries to UPDATE and SELECT from the same table cloud.configuration. 2015-08-26 22:33 GMT+02:00 Remi Bergsma : > Hi all, > > Not sure if MariaDB is even supported, but for those who use it: > > Today I run into an issue with the latest MariaDB on CentOS7 (it was > upgrade

FYI: MariaDB upgrade on CentOS 7 breaks install

2015-08-26 Thread Remi Bergsma
Hi all, Not sure if MariaDB is even supported, but for those who use it: Today I run into an issue with the latest MariaDB on CentOS7 (it was upgraded from 5.5.41 -> 5.5.44). After the upgrade I could no longer install CloudStack due to the following error (traced it to this file by executing a