Re: [VOTE] Apache CloudStack 4.5.1-rc2

2015-04-09 Thread Nux!
Thanks a lot, Rohit, let's hope it'll be an easy one. What I've noticed happening is as you create instances, they will be spread among the 2 "duplicate" pools. -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Rohit Yadav" > To: dev@

Re: /tools, devcloud and extras

2015-04-09 Thread Ian Duffy
Awesome! Thanks for the feedback all. I've started to bring over the stuff on my own fork https://github.com/imduffy15/cloudstack/commit/08f1cef3d0e5fae85bb5312c7b7c1c82d3e4c7e1 Need to add in the apache licenses everywhere and I wish to test everything again (its been awhile). Expect a PR over

Re: [DISCUSS] 4.4.3 rc

2015-04-09 Thread Wido den Hollander
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/09/2015 12:26 PM, Remi Bergsma wrote: > Hi Daan, > > If your doing another RC, consider including the fixes to the > kvmheartbeat script. There’s a final PR I just submitted to make it > work reliably. We’ve tested it in our employee cloud and

[GitHub] cloudstack pull request: KVM: make sure sync cannot block reboot

2015-04-09 Thread snuf
Github user snuf commented on the pull request: https://github.com/apache/cloudstack/pull/152#issuecomment-91203299 @bhaisaab some people are afraid that the local log will not be updated (see pull request https://github.com/apache/cloudstack/pull/140#issuecomment-89006232 and https

[GitHub] cloudstack pull request: verifying template creation permission ba...

2015-04-09 Thread shwetaag
GitHub user shwetaag opened a pull request: https://github.com/apache/cloudstack/pull/153 verifying template creation permission based on global parameter Test to create Public Template by registering or by snapshot and volume when Global parameter 'allow.public.user.temp

Contribute Cloudstack as Final Year Project

2015-04-09 Thread Supun Bhathiya
Hi Devs, I am a 3rd year Computer Science Engineering undergraduate at University of Moratuwa Sri Lanka. As a part of our degree program, all the undergraduates are expected to complete a one year research project, which is scheduled to start from May 2015. A reasearch group consist of 4 memebers

[DISCUSS] 4.4.3 rc

2015-04-09 Thread Daan Hoogland
H, I made a 4.4.3 rc a couple of weeks ago and it has tachnically enough votes to be released atm. There where some fixes in the last two weeks that are not in there however and it is no trouble to create a new rc. Should I/Can I? Or do we all feel the present state should be released: 33744ed658

[GitHub] cloudstack pull request: CLOUDSTACK-6697: bigswitch networking plu...

2015-04-09 Thread runseb
Github user runseb commented on the pull request: https://github.com/apache/cloudstack/pull/151#issuecomment-91137623 With features like this, I am not sure what's best. Ideally we would pull them in a separate feature branch and call a [MERGE] on the list. Then keep track of it for t

Trouble detaching volume

2015-04-09 Thread Erik Weber
While testing 4.5.1 RC2 I see this when trying to detach a volume: http://pastebin.com/E4kRdVBr Can't say if it's regression or not, but any help solving it is appreciated :-) -- Erik

Re: [VOTE] Apache CloudStack 4.5.1-rc2

2015-04-09 Thread Nux!
Ok, I dropped all DBs, rm -rf `rpm -ql cloudstack*`, rm -rf /etc/cloudstack then installed 4.4.1, added some templates, made sure everything runs ok then upgraded to your 4.5.1 packages. I ended up again with duplicated storage pools like in the case above. Agent.properties looks like this: #St

Re: [VOTE] Apache CloudStack 4.5.1-rc2

2015-04-09 Thread Rohit Yadav
Hi Lucian, Thanks for sharing, I’ll try to re-create an environment like yours tomorrow and see if I can reproduce (and possibly fix) the issue. The repository I created and shared has exactly these two extra patches on top of 4.5.1 RC2: https://github.com/apache/cloudstack/commit/6c5cf04d6242c

Build failed in Jenkins: simulator-singlerun #1086

2015-04-09 Thread jenkins
See Changes: [Rohit Yadav] CLOUDSTACK-8364: don't async poll for deleteVolume which is not an async API [Rohit Yadav] CLOUDSTACK-6697: bigswitch networking plugin update [Rohit Yadav] db: move bigswitch related sqls to schem

[GitHub] cloudstack pull request: CLOUDSTACK-6697: bigswitch networking plu...

2015-04-09 Thread bhaisaab
Github user bhaisaab commented on the pull request: https://github.com/apache/cloudstack/pull/151#issuecomment-91136594 @runseb I can help merge it now, though I'll need to move the sql statements to the other file. I guess since it's a small task I'll go ahead and do it. --- If you

[GitHub] cloudstack pull request: KVM: make sure sync cannot block reboot

2015-04-09 Thread bhaisaab
Github user bhaisaab commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/152#discussion_r28051897 --- Diff: scripts/vm/hypervisor/kvm/kvmheartbeat.sh --- @@ -156,7 +156,8 @@ then elif [ "$cflag" == "1" ] then /usr/bin/logger -t heartbe

[GitHub] cloudstack pull request: CLOUDSTACK-6697: bigswitch networking plu...

2015-04-09 Thread bhaisaab
Github user bhaisaab commented on the pull request: https://github.com/apache/cloudstack/pull/151#issuecomment-91141081 @runseb I skimmed through the diff, since TravisCI is green and most major changes are in the plugin itself I'm going ahead with the merge now. --- If your project

Re: [VOTE] Apache CloudStack 4.5.1-rc2

2015-04-09 Thread Nux!
Rohit, This is KVM/CentOS6/Adv+SG. 1 VM running management + 1 bare metal HV. I'm reinstalling now from your repo, start with 4.4.1 (what I have in prod) and try to upgrade to 4.5.1. -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "R

Re: [VOTE] Apache CloudStack 4.5.1-rc2

2015-04-09 Thread Rohit Yadav
Hi Lucian, Can you share how we can reproduce the issue? I’m unable to simply reproduce the issue. I’ve though fixed two other issues. I’ve now rebuilt the repository with two recent fixes on top of 4.5.1 RC2: http://packages.shapeblue.com/cloudstack/testing/ In case the local storage issue is

[GitHub] cloudstack pull request: CLOUDSTACK-6697: bigswitch networking plu...

2015-04-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cloudstack/pull/151 --- 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-docs-install pull request: Storage Setup Documentation ...

2015-04-09 Thread PaulAngus
Github user PaulAngus closed the pull request at: https://github.com/apache/cloudstack-docs-install/pull/21 --- 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

[GitHub] cloudstack-docs-install pull request: Storage section of install d...

2015-04-09 Thread PaulAngus
GitHub user PaulAngus opened a pull request: https://github.com/apache/cloudstack-docs-install/pull/22 Storage section of install docs expanded and improved to give much more ... ...background information, images added You can merge this pull request into a Git repository b

Re: [VOTE] Apache CloudStack 4.5.1-rc2

2015-04-09 Thread Rohit Yadav
Hi Lucian, 2 out 3 is still bad, when you upgrade do you use fresh hosts? Was it a basic zone/advance zone? I only have one baremetal host to test it, while I can try to reproduce the issue you’re facing using two or more devcloud-kvms. Please advise. I fixed an issue where local storage pool

RE: [GitHub] cloudstack-docs-install pull request: Storage section of install d...

2015-04-09 Thread Paul Angus
Hey Pierre-Luc, Can you cast your expert eye over this PR for us please. Regards, Paul Angus Cloud Architect D: +44 20 3468 5163 |S: +44 20 3603 0540 | M: +44 7711 418 784 | T: @CloudyAngus paul.an...@shapeblue.com -Original Message- From: runseb [mailto:g...@git.apache.org] Sent: 09 A

Re: [DISCUSS] 4.4.3 rc

2015-04-09 Thread Nux!
Daan, "33744ed658bbf29924bf79c0a651f88abcf793f9: appliance: build systemvm template for KVM compatible with older qemu" this seems important as System VMs will not be able to run on older qemu (namely CentOS 6). Since we've been taking our time with it, I wouldn't mind another quick RC, at leas

Re: Debugging the cloudstack source code

2015-04-09 Thread prapul cool
Hi Ajay,      Install Cygwin and pull the source code using git command and useing eclipse,mvn you can debug your data. use below link for your reference. CloudStack Installation from Source for Developers — Apache CloudStack 4.3.0 documentation |   | |   |   |   |   |   | | CloudStack Install

Re: [VOTE] Apache CloudStack 4.5.1-rc2

2015-04-09 Thread Nux!
Thanks Rohit, This is not very reproductible. Out of 3 times I tried, 2 of the upgrades resulted in duplicated local storage pools. I'll test some more today. Which patches exactly have you added? I am not sure I am supposed to test your packages at this point since it's essentially different

[GitHub] cloudstack pull request: Move Devcloud4 into main repository

2015-04-09 Thread imduffy15
GitHub user imduffy15 opened a pull request: https://github.com/apache/cloudstack/pull/154 Move Devcloud4 into main repository Hi All, As per the discussion on the mailing list I want to bring devcloud4 into a community place. This PR exists to do that. I have

[GitHub] cloudstack pull request: Move Devcloud4 into main repository

2015-04-09 Thread imduffy15
Github user imduffy15 commented on the pull request: https://github.com/apache/cloudstack/pull/154#issuecomment-91314767 Will do once I get back on a machine On 9 Apr 2015 18:56, "runseb" wrote: > @imduffy15 can you squash those commits..?

[GitHub] cloudstack pull request: Move Devcloud4 into main repository

2015-04-09 Thread runseb
Github user runseb commented on the pull request: https://github.com/apache/cloudstack/pull/154#issuecomment-91310508 @imduffy15 can you squash those commits..? --- 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 proj

[GitHub] cloudstack pull request: KVM: make sure sync cannot block reboot

2015-04-09 Thread remibergsma
GitHub user remibergsma opened a pull request: https://github.com/apache/cloudstack/pull/152 KVM: make sure sync cannot block reboot The recent discussed improvement has the risk that if 'sync' hangs, the reboot may be delayed in the same way as the 'reboot' command would do. To wor

[GitHub] cloudstack pull request: CLOUDSTACK-6697: bigswitch networking plu...

2015-04-09 Thread runseb
Github user runseb commented on the pull request: https://github.com/apache/cloudstack/pull/151#issuecomment-91132416 @bhaisaab thanks for looking into this one. KC had several reviews in RB and has been working on this for a while now. It's about time we try to merge it. --- If you

[GitHub] cloudstack-docs-install pull request: Storage section of install d...

2015-04-09 Thread runseb
Github user runseb commented on the pull request: https://github.com/apache/cloudstack-docs-install/pull/22#issuecomment-91256299 LGTM, thanks for this. Let's ping @pdion891 to get a second read. and thanks for squashing the commits. --- If your project is set up for it, you can rep

Debugging the cloudstack source code

2015-04-09 Thread ajay varma
Hi Can anybody say how to debug the cloudstack source code Regards, Ajay .M

Testing cloudstack with Docker

2015-04-09 Thread sebgoa
With Docker being the craze these days, I just want to make sure you know that we now have a simulator image on the Docker hub. There are a few out there, but our branches are now automatically used to build the images under the cloudstack organization in Docker hub. thanks to Pierre-Luc Dion fo

Jenkins build is still unstable: simulator-4.5-singlerun #198

2015-04-09 Thread jenkins
See

Re: [DISCUSS] 4.4.3 rc

2015-04-09 Thread Remi Bergsma
Hi Daan, If your doing another RC, consider including the fixes to the kvmheartbeat script. There’s a final PR I just submitted to make it work reliably. We’ve tested it in our employee cloud and it works fine. Regards, Remi On 09 Apr 2015, at 11:27, Nux! wrote: > Daan, > > "33744ed658bbf2

Re: Trouble detaching volume

2015-04-09 Thread Rohit Yadav
Hi Erik, Looking at the NPE and code, looks like the volumePool returned using the volume’s pool ID was null. While the surface issue seems to be solvable by simply adding a != null check. Can you share if the volume (you were trying to detach) has NULL as the pool_id in db or if the storage po