[GitHub] cloudstack pull request: Fix mariadb related listCapacity bug (CLO...

2016-01-08 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cloudstack/pull/1314 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] cloudstack pull request: Fix mariadb related listCapacity bug (CLO...

2016-01-08 Thread remibergsma
Github user remibergsma commented on the pull request: https://github.com/apache/cloudstack/pull/1314#issuecomment-170095829 LGTM, works fine: ![screen shot 2016-01-08 at 15 43 45](https://cloud.githubusercontent.com/assets/1630096/12206866/a89be932-b643-11e5-8570-0e7bc9c81170.png)

[GitHub] cloudstack pull request: Fix mariadb related listCapacity bug (CLO...

2016-01-08 Thread borisroman
Github user borisroman commented on the pull request: https://github.com/apache/cloudstack/pull/1314#issuecomment-170050753 All integration tests look fine! ``` Check the password file in the Router VM ... === TestName: test_isolate_network_password_server | Status : SUCCE

[GitHub] cloudstack pull request: Fix mariadb related listCapacity bug (CLO...

2016-01-06 Thread borisroman
Github user borisroman commented on the pull request: https://github.com/apache/cloudstack/pull/1314#issuecomment-169486361 @lttmtins I've ran the code! When I deployed a management server and open the UI it throws an error! Will investigate tomorrow! https://cloud.gi

[GitHub] cloudstack pull request: Fix mariadb related listCapacity bug (CLO...

2016-01-06 Thread lttmtins
Github user lttmtins closed the pull request at: https://github.com/apache/cloudstack/pull/1314 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] cloudstack pull request: Fix mariadb related listCapacity bug (CLO...

2016-01-06 Thread lttmtins
GitHub user lttmtins reopened a pull request: https://github.com/apache/cloudstack/pull/1314 Fix mariadb related listCapacity bug (CLOUDSTACK-8966) type bigint(20) with type varchar does not work well on MariaDB So forcing it to type decimal You can merge this pull request into

[GitHub] cloudstack pull request: Fix mariadb related listCapacity bug (CLO...

2016-01-06 Thread lttmtins
Github user lttmtins commented on the pull request: https://github.com/apache/cloudstack/pull/1314#issuecomment-169384312 To test with cloudmonkey (this is the output with the pull request code underneath) you need 2 API calls (e.g. via cloudmonkey): (nl2) > list capacity sortby=us

[GitHub] cloudstack pull request: fix mariadb related listCapacity bug (CLO...

2016-01-06 Thread lttmtins
Github user lttmtins closed the pull request at: https://github.com/apache/cloudstack/pull/1313 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] cloudstack pull request: fix mariadb related listCapacity bug (CLO...

2016-01-06 Thread lttmtins
Github user lttmtins commented on the pull request: https://github.com/apache/cloudstack/pull/1313#issuecomment-169381926 On advice of release master this is now a pull request against 4.7 --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] cloudstack pull request: Fix mariadb related listCapacity bug (CLO...

2016-01-06 Thread lttmtins
GitHub user lttmtins opened a pull request: https://github.com/apache/cloudstack/pull/1314 Fix mariadb related listCapacity bug (CLOUDSTACK-8966) type bigint(20) with type varchar does not work well on MariaDB So forcing it to type decimal You can merge this pull request into a

[GitHub] cloudstack pull request: fix mariadb related listCapacity bug (CLO...

2016-01-06 Thread lttmtins
GitHub user lttmtins opened a pull request: https://github.com/apache/cloudstack/pull/1313 fix mariadb related listCapacity bug (CLOUDSTACK-8966) a bigint(20) … …with varchar type does not work well on MariaDB so forcing it to type decimal Tested on ACS4.7 with MariaDB10