Re: Question: Routing commands to SSVM

2015-08-08 Thread Mike Tutkowski
Hi, OK, as an FYI, I'll follow up on what I did to solve this (in case others encounter a similar problem in the future and remember this e-mail): As it turns out, the code I used to build my cloud was built as such: mvn -P developer,systemvm clean install I was not planning on introducing ESXi

Question: Routing commands to SSVM

2015-08-08 Thread Mike Tutkowski
Hi, I was having some VMware issues yesterday. I solved the one related to local storage, but the one remaining for me deals with routing a CopyCommand to the SSVM. I notice if I set a breakpoint and force the CopyCommand to not be routed to the SSVM, then the CopyCommand is able to successfully

[GitHub] cloudstack pull request: CLOUDSTACK-8415. SSVM shutdown during sna...

2015-08-08 Thread remibergsma
Github user remibergsma commented on the pull request: https://github.com/apache/cloudstack/pull/540#issuecomment-129041806 @likitha Any updates? --- 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 ha

[GitHub] cloudstack pull request: APIServlet, AuthCmd, SAML fixes

2015-08-08 Thread remibergsma
Github user remibergsma commented on the pull request: https://github.com/apache/cloudstack/pull/650#issuecomment-129041564 @bhaisaab OK, thanks! --- 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 ha

[GitHub] cloudstack pull request: CLOUDSTACK-8308:Adding automation testcas...

2015-08-08 Thread remibergsma
Github user remibergsma commented on the pull request: https://github.com/apache/cloudstack/pull/384#issuecomment-129041518 @pritisarap12 Any update on this PR? Please make just one commit, and get rid of the merge commit. You can force push to this PR. Ping us if you need hel

[GitHub] cloudstack pull request: APIServlet, AuthCmd, SAML fixes

2015-08-08 Thread bhaisaab
Github user bhaisaab commented on the pull request: https://github.com/apache/cloudstack/pull/650#issuecomment-129041037 @remibergsma yes, that's the aim to get them in both 4.5/master and have them in 4.5.2, 4.6.0+; these changes try to fill in deficiencies in the saml implementation

[GitHub] cloudstack pull request: Embedded Tomcat & Jetty

2015-08-08 Thread remibergsma
Github user remibergsma commented on the pull request: https://github.com/apache/cloudstack/pull/372#issuecomment-129040864 @rsafonseca Can you close this PR? If I understand correctly the work will be split over multiple new PRs. Hope you're doing OK, talk to you soon. --- If your p

[GitHub] cloudstack pull request: This branch implements the CSV and native...

2015-08-08 Thread remibergsma
Github user remibergsma commented on the pull request: https://github.com/apache/cloudstack/pull/351#issuecomment-129040716 @anshul1886 Can you update the PR? It doesn't merge clean. Anyone able to review Hyper-v? --- If your project is set up for it, you can reply to this email a

[GitHub] cloudstack pull request: CLOUDSTACK-8379:add support to marvin to ...

2015-08-08 Thread remibergsma
Github user remibergsma commented on the pull request: https://github.com/apache/cloudstack/pull/158#issuecomment-129040590 @srikanteswartalluri Any update on this PR? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If yo

[GitHub] cloudstack pull request: APIServlet, AuthCmd, SAML fixes

2015-08-08 Thread remibergsma
Github user remibergsma commented on the pull request: https://github.com/apache/cloudstack/pull/650#issuecomment-129040266 @bhaisaab Will this also land in master once it's in 4.5? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] cloudstack pull request: CLOUDSTACK-8711: public_ip type resource ...

2015-08-08 Thread remibergsma
Github user remibergsma commented on the pull request: https://github.com/apache/cloudstack/pull/662#issuecomment-129040085 Build failure is not related to this change. Code LGTM. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub a

[GitHub] cloudstack pull request: CLOUDSTACK-8709 No out of band migrate al...

2015-08-08 Thread DaanHoogland
Github user DaanHoogland commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/666#discussion_r36580162 --- Diff: server/src/com/cloud/network/router/VirtualNetworkApplianceManagerImpl.java --- @@ -2627,7 +2627,7 @@ public boolean postStateTransitionEve

Build failed in Jenkins: build-4.5 #506

2015-08-08 Thread jenkins
See Changes: [Rohit Yadav] CLOUDSTACK-8301: Enable configuring local storage use for system VMs at zone level -- [...truncated 2917 lines...] [INFO] --- maven-resources-plugin:2.5:testResources (d

[GitHub] cloudstack pull request: CLOUDSTACK-8301: Enable configuring local...

2015-08-08 Thread bhaisaab
Github user bhaisaab closed the pull request at: https://github.com/apache/cloudstack/pull/661 --- 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 i

Re: [4.6] Issues deploying VM on VMware

2015-08-08 Thread Daan Hoogland
I was thinking that, i'll be out enjoying the sun, nightynight On Sat, Aug 8, 2015 at 11:39 AM, Mike Tutkowski < mike.tutkow...@solidfire.com> wrote: > It would seem so. :) > > Well, it's almost 4 AM here...time for bed. > > On Sat, Aug 8, 2015 at 3:34 AM, Daan Hoogland > wrote: > > > so a PR wi

Re: [4.6] Issues deploying VM on VMware

2015-08-08 Thread Mike Tutkowski
It would seem so. :) Well, it's almost 4 AM here...time for bed. On Sat, Aug 8, 2015 at 3:34 AM, Daan Hoogland wrote: > so a PR with only a log statement following? ;> > > On Sat, Aug 8, 2015 at 11:26 AM, Mike Tutkowski < > mike.tutkow...@solidfire.com> wrote: > > > OK, just to close this "issu

Re: [4.6] Issues deploying VM on VMware

2015-08-08 Thread Daan Hoogland
so a PR with only a log statement following? ;> On Sat, Aug 8, 2015 at 11:26 AM, Mike Tutkowski < mike.tutkow...@solidfire.com> wrote: > OK, just to close this "issue" out: > > It turns out I forgot to mount my /export/secondary to /mnt/sec. Simple as > that. :) Unfortunately the error messages I

Re: [4.6] Issues deploying VM on VMware

2015-08-08 Thread Mike Tutkowski
OK, just to close this "issue" out: It turns out I forgot to mount my /export/secondary to /mnt/sec. Simple as that. :) Unfortunately the error messages I was receiving didn't really indicate anything like that. Also, I was able to easily re-route the CopyCommand so I could debug it via Eclipse i

[GitHub] cloudstack pull request: CLOUDSTACK-8709 No out of band migrate al...

2015-08-08 Thread DaanHoogland
Github user DaanHoogland commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/666#discussion_r36576681 --- Diff: server/src/com/cloud/network/router/VirtualNetworkApplianceManagerImpl.java --- @@ -2627,7 +2627,7 @@ public boolean postStateTransitionEve

[GitHub] cloudstack pull request: CLOUDSTACK-8709 No out of band migrate al...

2015-08-08 Thread DaanHoogland
Github user DaanHoogland commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/666#discussion_r36576679 --- Diff: server/src/com/cloud/network/router/VirtualNetworkApplianceManagerImpl.java --- @@ -2627,7 +2627,7 @@ public boolean postStateTransitionEve

Re: [4.6] Issues deploying VM on VMware

2015-08-08 Thread Mike Tutkowski
Is there an easy way to avoid routing this command to the SSVM so that I can debug the code in Eclipse more easily? For example, VMwareGuru is where we decide to route this command to the SSVM. Would it be OK if I went in via the debugger and had it not route to the SSVM, so the CopyCommand would

Re: [4.6] Issues deploying VM on VMware

2015-08-08 Thread Mike Tutkowski
Here's some relevant text from the cloud.log file on the SSVM. It, too, indicates an UnsupportedAnswer exception. 2015-08-08 08:37:26,657 DEBUG [cloud.agent.Agent] (agentRequest-Handler-3:null) Request:Seq 4-2159476021324152902: { Cmd , MgmtId: 52237617797, via: 4, Ver: v1, Flags: 100111, [{"org.

Re: [4.6] Issues deploying VM on VMware

2015-08-08 Thread Mike Tutkowski
I had a little time to look into this and here's what I found so far: An UnsupportedAnswer exception is being returned by the secondary storage VM when the CopyCommand is sent to it to copy the template from secondary to primary storage. Perhaps unrelated, but I also noticed in the host_details t

Re: Change account membership: non-VMs

2015-08-08 Thread Daan Hoogland
Hey Jeff, I recall something like that passing by but have no idea of the status. You'll have to read the code and dig through jira, i'm afraid. On Wed, Aug 5, 2015 at 12:27 PM, Jeff Hair wrote: > Hi, > > I found this: > > https://cwiki.apache.org/confluence/display/CLOUDSTACK/Change+account+me