[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

[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

[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 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/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 sor

[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

[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: Remove template ulimit from createtmplt.s...

2016-01-13 Thread lttmtins
Github user lttmtins commented on the pull request: https://github.com/apache/cloudstack/pull/1223#issuecomment-171251743 Actually the createtmplt.sh script starts with the hardcoded ulimit -f, but there is an '-S" flag within the script which would set the ulimit -f val

[GitHub] cloudstack pull request: Remove template ulimit from createtmplt.s...

2016-01-13 Thread lttmtins
Github user lttmtins commented on the pull request: https://github.com/apache/cloudstack/pull/1223#issuecomment-171262924 However just removing the ulimit as per suggestion also works for me. --- If your project is set up for it, you can reply to this email and have your reply appear