Re: community testing

2013-09-11 Thread sebgoa
On Sep 12, 2013, at 7:24 AM, Prasanna Santhanam wrote: > Thanks Marcus - I wanted to work through some concrete steps for the infra now > that we have some idea what we want to do. We should have basic product setup > and install and a single deployvm test for all possible configurations: > > A

Re: Marvin tests for VPC - why create VPC offering?

2013-09-11 Thread Prasanna Santhanam
See inline, there seems to be a bug in the design. On Thu, Sep 12, 2013 at 05:53:45AM +, Sowmya Krishnan wrote: > > -Original Message- > > From: Prasanna Santhanam [mailto:t...@apache.org] > > Sent: Thursday, September 12, 2013 11:07 AM > > To: dev@cloudstack.apache.org > > Subject: Re

Re: Review Request 14079: marvin tests for IP Address reservation within a network

2013-09-11 Thread Saksham Srivastava
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14079/#review26049 --- test/integration/component/test_ip_reservation.py

RE: Marvin tests for VPC - why create VPC offering?

2013-09-11 Thread Sowmya Krishnan
> -Original Message- > From: Prasanna Santhanam [mailto:t...@apache.org] > Sent: Thursday, September 12, 2013 11:07 AM > To: dev@cloudstack.apache.org > Subject: Re: Marvin tests for VPC - why create VPC offering? > > On Thu, Sep 12, 2013 at 05:15:16AM +, Sowmya Krishnan wrote: > > I

Re: Java process not running in KVM SSVM

2013-09-11 Thread Mike Tutkowski
Sure, I can fix that code in 4.2. On Wed, Sep 11, 2013 at 11:33 PM, Wei ZHOU wrote: > Mike, > The script is an issue only in master branch. Few people work are > working on testing it as most are on 4.2 release now. > Please feel free to create JIRA ticket and commit patch for it. > -- *Mi

Re: Release Criteria

2013-09-11 Thread Marcus Sorensen
I've repeated it several times in other threads, but I think at a bare minimum it has to work in the listed versions of Ubuntu, CentOS (both mgmt server and KVM host), XenServer, VmWare, what have you, along with the advertised storage and networking. We can discuss limiting that to OSS, maybe, as

Re: Marvin tests for VPC - why create VPC offering?

2013-09-11 Thread Prasanna Santhanam
On Thu, Sep 12, 2013 at 05:15:16AM +, Sowmya Krishnan wrote: > I find for most of the VPC tests we create a new VPC Offering which > provides almost the same set of services as the "Default VPC > Offering" already available by default. We also have a separate > function to create this offering,

Re: Java process not running in KVM SSVM

2013-09-11 Thread Wei ZHOU
Mike, The script is an issue only in master branch. Few people work are working on testing it as most are on 4.2 release now. Please feel free to create JIRA ticket and commit patch for it.

Re: Java process not running in KVM SSVM

2013-09-11 Thread Mike Tutkowski
What about that script, though? The domain variable being referenced instead of the vmName one. That still seems like an issue. On Wed, Sep 11, 2013 at 11:24 PM, Mike Tutkowski < mike.tutkow...@solidfire.com> wrote: > Ah, if what Marcus says is accurate, then that would likely explain the > situ

Re: Java process not running in KVM SSVM

2013-09-11 Thread Mike Tutkowski
Ah, if what Marcus says is accurate, then that would likely explain the situation. On Wed, Sep 11, 2013 at 11:23 PM, Marcus Sorensen wrote: > I think there's a special command to generate the nonoss debs. I've > seen it on the mailing list recently, it seems. > > On Wed, Sep 11, 2013 at 11:21 PM

Re: community testing

2013-09-11 Thread Prasanna Santhanam
Thanks Marcus - I wanted to work through some concrete steps for the infra now that we have some idea what we want to do. We should have basic product setup and install and a single deployvm test for all possible configurations: As a start can we work to setup devcloud and devcloud-kvm environment

Re: Java process not running in KVM SSVM

2013-09-11 Thread Mike Tutkowski
Thanks, Wei. So, not putting in -Dnonoss should solve my problem, it seems. However, is there still not a problem for those who need -Dnonoss? On Wed, Sep 11, 2013 at 11:21 PM, Wei ZHOU wrote: > The "Premium" comes from this part in ./client/tomcatconf/nonossComp > onentContext.xml

Re: Java process not running in KVM SSVM

2013-09-11 Thread Mike Tutkowski
Sure, I can run "mvn -P developer,systemvm clean install" (omitting -Dnonoss). I can then redeploy the .debs and see what happens. I'll do this in 4.2. On Wed, Sep 11, 2013 at 11:18 PM, Wei ZHOU wrote: > Agree with Marcus, it could because of the different ./client/tomcatconf/ > nonossCompone

Re: Java process not running in KVM SSVM

2013-09-11 Thread Marcus Sorensen
I think there's a special command to generate the nonoss debs. I've seen it on the mailing list recently, it seems. On Wed, Sep 11, 2013 at 11:21 PM, Wei ZHOU wrote: > The "Premium" comes from this part in ./client/tomcatconf/nonossComp > onentContext.xml

Re: community testing

2013-09-11 Thread Marcus Sorensen
I guess I was unaware that the test infrastructure tests various deployment configs from the ground up, rebuilding from baremetal (I guess?). I was initially thinking "We already test KVM, let me just run two commands on the host to set up a volume group, then tweak the marvin test to register it

Re: Java process not running in KVM SSVM

2013-09-11 Thread Wei ZHOU
The "Premium" comes from this part in ./client/tomcatconf/nonossComp onentContext.xml 2013/9/12 Wei ZHOU > Agree with Marcus, it could because of the different ./client/tomcatconf/ > nonossComponentContext.xml.in a

Re: community testing

2013-09-11 Thread Mike Tutkowski
Yeah, I would love to get a SolidFire test suite up and running and plugged into the main builds. On Wed, Sep 11, 2013 at 11:15 PM, Marcus Sorensen wrote: > I think the test infra as described is great, but I think we're > hurting a little more for basics. For example, we don't need a full > inf

Re: Java process not running in KVM SSVM

2013-09-11 Thread Wei ZHOU
Agree with Marcus, it could because of the different ./client/tomcatconf/ nonossComponentContext.xml.in and ./client/tomcatconf/ componentContext.xml.in Mike, could you try "mvn -P developer,systemvm clean install" instead? 2013/9/12 Mike Tutkowski > Since the 4.2 code isn't yet available from

Re: Java process not running in KVM SSVM

2013-09-11 Thread Mike Tutkowski
Since the 4.2 code isn't yet available from a pre-built source on the web, maybe I should do 4.1.1. Otherwise I'd have to build the 4.2 .debs and we'd be subject to the same possible build errors. Unless the 4.2 ones are available on the web. On Wed, Sep 11, 2013 at 11:11 PM, Marcus Sorensen wr

Marvin tests for VPC - why create VPC offering?

2013-09-11 Thread Sowmya Krishnan
I find for most of the VPC tests we create a new VPC Offering which provides almost the same set of services as the "Default VPC Offering" already available by default. We also have a separate function to create this offering, enabling it and then create a VPC using this offering. I wonder why d

Re: community testing

2013-09-11 Thread Marcus Sorensen
I think the test infra as described is great, but I think we're hurting a little more for basics. For example, we don't need a full infrastructure with hardware to ensure that the support matrix works. I could bring up a VM with CentOS and one with Ubuntu, and test NFS, CLVM, and RBD on each. CLVM

Re: Java process not running in KVM SSVM

2013-09-11 Thread Marcus Sorensen
Yeah, 4.1.1 or 4.2 RC maybe. I was just thinking we have no way to know if the debs you generated are missing something. I think I have seen that Premium class missing once before due to not building in vmware support or something, and it turned out to be oss vs non-oss builds. On Wed, Sep 11, 201

Re: Review Request 13318: Update documentation for LDAP authentication

2013-09-11 Thread Abhinandan Prateek
> On Aug. 12, 2013, 9:52 a.m., Abhinandan Prateek wrote: > > Ship It! The patch fails, due to image content. Ian, This is a old patch, now that you are a committer I assume that these are already updated. Do mark this as closed. - Abhinandan -

Re: Java process not running in KVM SSVM

2013-09-11 Thread Mike Tutkowski
Are you thinking I should perhaps download the .deb files from pre-4.2 and try those out? On Wed, Sep 11, 2013 at 10:49 PM, Marcus Sorensen wrote: > I think the "premium" class refers to oss vs non oss builds. Before you > file a bug, maybe try with some known good release artifacts that someon

Re: Java process not running in KVM SSVM

2013-09-11 Thread Marcus Sorensen
I think the "premium" class refers to oss vs non oss builds. Before you file a bug, maybe try with some known good release artifacts that someone else has built to maybe see if its a config or build issue. If the artifacts work it will at least narrow it down. In fact that might be a good idea in

Re: Review Request 13900: simplify setCpuUsed

2013-09-11 Thread Min Chen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13900/#review26048 --- Committed to 4.2-forward and master. - Min Chen On Aug. 29, 2013,

Re: Review Request 13900: simplify setCpuUsed

2013-09-11 Thread Min Chen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13900/#review26047 --- Ship it! Ship It! - Min Chen On Aug. 29, 2013, 12:20 p.m., Laszl

Re: Java process not running in KVM SSVM

2013-09-11 Thread Mike Tutkowski
So, do we feel there are at least two bugs here that I should create JIRA tickets for? 1) 2013-09-11 19:25:57,878 ERROR [cloud.agent.AgentShell] (main:null) Unable to start agent: Resource class not found: com.cloud.storage.resource. PremiumSecondaryStorageResource due to: java.lang.ClassNotFound

Re: community testing

2013-09-11 Thread Prasanna Santhanam
As Sebastien said, it's easy to get you the credentials for jenkins. Anyone with commit rights can request for an account. In fact one is created soon as you commit. I just need to adjust the credentials. (We'll move to git based job configurations but later) Citrix is unable to test various confi

RE: Release Criteria

2013-09-11 Thread Alex Huang
> > > > A broken master also slows down other devs. I can't remember the > number of times I've been debugging master for hours to find out something > broke it. > > > > so how do we enforce this ? > I'm so glad we raise this point. For some time now, Prasanna, Amogh, Frank, and a number of ot

Re: Release Criteria

2013-09-11 Thread Darren Shepherd
Hmmm... well shoot. If what I'm saying is an argument for gerrit, then I take it back. I don't like heavy processes. Keep it simple, work with good people. Darren On Wed, Sep 11, 2013 at 8:23 PM, Alex Huang wrote: > > Well in the apache model committers are nominated. So basically we > sho

RE: Release Criteria

2013-09-11 Thread Animesh Chaturvedi
> -Original Message- > From: David Nalley [mailto:da...@gnsa.us] > Sent: Tuesday, September 10, 2013 5:47 PM > To: dev@cloudstack.apache.org > Subject: Release Criteria > > Hi folks, > > One of the things I've been pondering of late is a set of release > criteria. E.g. here is what Clou

RE: Release Criteria

2013-09-11 Thread Alex Huang
> Well in the apache model committers are nominated. So basically we should > trust our committers. So I'm going to say we enforce this by having good > discipline. In really not a fan of adding more process. In communities where > gerrit is used its usually done in a model where anybody can co

Re: www.cloudstack.org not resolving

2013-09-11 Thread David Nalley
The ASF has taken charge of the domains, but I suspect DNS is lagging a bit. --David On Wed, Sep 11, 2013 at 9:03 PM, Mathias Mullins wrote: > Cloudstack.org isn't resolving. > > Cloudstack.apache.org is up and running. > > Do we need to get a hold of infrastructure? > > Matt Mullins > Cloud Pla

Re: Review Request 13897: simplified casting

2013-09-11 Thread Min Chen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13897/#review26046 --- committed to 4.2-forward and master. - Min Chen On Aug. 29, 2013,

RE: [VOTE][RESULTS] Release Apache CloudStack 4.2.0 (fourth round)

2013-09-11 Thread Animesh Chaturvedi
I have set up a GTM with Ron tomorrow 10 AM PST. Anyone else interested is welcome to join, GTM details are provided below 1. Please join my meeting. https://www1.gotomeeting.com/join/725491376 2. Use your microphone and speakers (VoIP) - a headset is recommended. Or, call in using your t

Re: Review Request 13897: simplified casting

2013-09-11 Thread Min Chen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13897/#review26045 --- Ship it! Ship It! - Min Chen On Aug. 29, 2013, 12:17 p.m., Laszl

RE: There is no upgrade path from 4.1.1 to 4.2.0

2013-09-11 Thread Animesh Chaturvedi
From: Chip Childers [mailto:chip.child...@sungard.com] Sent: Wednesday, September 11, 2013 5:54 PM To: ; Animesh Chaturvedi Subject: Re: There is no upgrade path from 4.1.1 to 4.2.0 Animesh, I have not checked on this myself. I believe that you have not yet promoted the bits from dist/dev to

www.cloudstack.org not resolving

2013-09-11 Thread Mathias Mullins
Cloudstack.org isn't resolving. Cloudstack.apache.org is up and running. Do we need to get a hold of infrastructure? Matt Mullins Cloud Platforms Implementation Engineer Worldwide Cloud Services – Citrix System, Inc. +1 (407) 920-1107 – Office/Cell Phone matt.mull...@citrix.com

Re: There is no upgrade path from 4.1.1 to 4.2.0

2013-09-11 Thread Chip Childers
Animesh, I have not checked on this myself. I believe that you have not yet promoted the bits from dist/dev to dist/release. If that's the case, we CAN fix this with a re-spin. Not being able to upgrade from the 4.1.1 release is a MAJOR ISSUE, since we had a security vulnerability announcement

Re: There is no upgrade path from 4.1.1 to 4.2.0

2013-09-11 Thread Travis Graham
Is there a problem with applying the sql changes as micro timestamped updates and keeping a schema version in the db based on the timestamp? In Ruby on Rails that's how migrations are created, as timestamped ruby file that defines the changes, for example 20130818033029_add_user_roles.rb. When a

Re: Configuration variable changes...

2013-09-11 Thread Darren Shepherd
On 09/11/2013 09:40 AM, Alex Huang wrote: I can probably add a method with the exact same signature but really all it does will be check the type and cast. Yeah that's all I want. It's just so you aren't forced to do (Integer)depot.get("mynumber") because that would be an unsafe cast and

Re: Java process not running in KVM SSVM

2013-09-11 Thread Mike Tutkowski
Interesting...no error message from Ubuntu this time (with the script updated), but still no state shown in the GUI for SSVM (after destroying and letting it be re-created). On Wed, Sep 11, 2013 at 4:40 PM, Mike Tutkowski < mike.tutkow...@solidfire.com> wrote: > I made that change and am just go

Re: There is no upgrade path from 4.1.1 to 4.2.0

2013-09-11 Thread Darren Shepherd
On 09/11/2013 09:12 AM, Alex Huang wrote: As for separating db version from release version. In general I agree with that. Again, it's a practical thing. Currently, cloudstack db changes with every release so even if you separate them basically they just advance in a parallel path anyways.

Re: Java process not running in KVM SSVM

2013-09-11 Thread Mike Tutkowski
I made that change and am just going to reboot Ubuntu to be on the safe side. On Wed, Sep 11, 2013 at 4:36 PM, Mike Tutkowski < mike.tutkow...@solidfire.com> wrote: > Is this what you recommend, Wei? > > def getvmId(vmName): > > conn = libvirt.openReadOnly('qemu:///system') > > if conn =

Re: Java process not running in KVM SSVM

2013-09-11 Thread Mike Tutkowski
Is this what you recommend, Wei? def getvmId(vmName): conn = libvirt.openReadOnly('qemu:///system') if conn == None: print 'Failed to open connection to the hypervisor' sys.exit(3) try: dom = (conn.lookupByName (vmName)) except libvirt.libvirtError:

Re: Java process not running in KVM SSVM

2013-09-11 Thread Wei ZHOU
Moreover, all the string matching "virsh list |grep " in ./scripts/vm/network/security_group.py should be changed to "virsh list |grep -w " 2013/9/12 Marcus Sorensen > That looks like the python script might be trying to talk to libvirtd. > Remember, domain also refers to a VM. I have no idea,

Re: Java process not running in KVM SSVM

2013-09-11 Thread Mike Tutkowski
So, actually, what Marcus brings up is related to one of my earlier questions about how system VM's work. I rebuilt the codebase about an hour ago, but did not re-deploy the .deb files. It sounds like the systemvm.iso file is part of the .deb packaging (I wasn't sure if it was or if it was later

Re: Java process not running in KVM SSVM

2013-09-11 Thread Marcus Sorensen
That looks like the python script might be trying to talk to libvirtd. Remember, domain also refers to a VM. I have no idea, just that 'conn' usually refers to a libvirtd connection. Didn't know security groups py did that. I usually deal in advanced zones without security groups though. On Sep 11,

Re: Java process not running in KVM SSVM

2013-09-11 Thread Wei ZHOU
./scripts/vm/network/security_group.py 2013/9/12 Wei ZHOU > it should be a bug. try after changing domain to vmName in line 934 > > > 2013/9/12 Mike Tutkowski > >> hostname --domain comes back empty...Is this the problem? If so, how might >> I solve this? Thanks >> >> >> On Wed, Sep 11, 2013 a

Re: Java process not running in KVM SSVM

2013-09-11 Thread Mike Tutkowski
Please take a look at this when you get a chance: http://i.imgur.com/9sQkpHM.png Thanks! On Wed, Sep 11, 2013 at 4:16 PM, Mike Tutkowski < mike.tutkow...@solidfire.com> wrote: > I restarted Ubuntu to make sure everything was fresh, destroyed, and > re-created my system VMs. > > I got an error

Re: Java process not running in KVM SSVM

2013-09-11 Thread Wei ZHOU
it should be a bug. try after changing domain to vmName in line 934 2013/9/12 Mike Tutkowski > hostname --domain comes back empty...Is this the problem? If so, how might > I solve this? Thanks > > > On Wed, Sep 11, 2013 at 4:18 PM, Mike Tutkowski < > mike.tutkow...@solidfire.com> wrote: > > > P

Re: Java process not running in KVM SSVM

2013-09-11 Thread Mike Tutkowski
Is it going to be a problem that my KVM host is doubling as my secondary storage server? On Wed, Sep 11, 2013 at 3:44 PM, Marcus Sorensen wrote: > And they've been installed with the agent? Via .deb files or what? You > should be able to look at the .deb packages you generated and verify the > s

Re: Java process not running in KVM SSVM

2013-09-11 Thread Mike Tutkowski
I restarted Ubuntu to make sure everything was fresh, destroyed, and re-created my system VMs. I got an error message from Ubuntu about a failed process (it's related to the agent). I'll put a screen shot on the web and provide a link in a moment. On Wed, Sep 11, 2013 at 4:05 PM, Mike Tutkowski

Re: Java process not running in KVM SSVM

2013-09-11 Thread Mike Tutkowski
hostname --domain comes back empty...Is this the problem? If so, how might I solve this? Thanks On Wed, Sep 11, 2013 at 4:18 PM, Mike Tutkowski < mike.tutkow...@solidfire.com> wrote: > Please take a look at this when you get a chance: > > http://i.imgur.com/9sQkpHM.png > > Thanks! > > > On Wed,

Re: Java process not running in KVM SSVM

2013-09-11 Thread Marcus Sorensen
It should be in the "common" package. On Sep 11, 2013 4:06 PM, "Mike Tutkowski" wrote: > So, actually, what Marcus brings up is related to one of my earlier > questions about how system VM's work. > > I rebuilt the codebase about an hour ago, but did not re-deploy the .deb > files. > > It sounds

Re: Java process not running in KVM SSVM

2013-09-11 Thread Marcus Sorensen
Yes, exactly. Hence my comments on other threads about preferring to just build packages and reinstall when doing KVM development rather than copying jars around, its the best way to ensure the agent/host get all of the fresh code. Your secondary storage should be fine. I run everything on one vm.

Re: Java process not running in KVM SSVM

2013-09-11 Thread Wei ZHOU
It could work if you scp/cp the new systemvm.iso to /usr/share/cloudstack-common/vms/systemvm.iso on KVM host. 2013/9/12 Mike Tutkowski > So, actually, what Marcus brings up is related to one of my earlier > questions about how system VM's work. > > I rebuilt the codebase about an hour ago, but

Re: Java process not running in KVM SSVM

2013-09-11 Thread Mike Tutkowski
This error is repeated over and over: 2013-09-11 19:25:57,878 ERROR [cloud.agent.AgentShell] (main:null) Unable to start agent: Resource class not found: com.cloud.storage.resource.PremiumSecondaryStorageResource due to: java.lang.ClassNotFoundException: com.cloud.storage.resource.PremiumSecondary

Re: Java process not running in KVM SSVM

2013-09-11 Thread Marcus Sorensen
And they've been installed with the agent? Via .deb files or what? You should be able to look at the .deb packages you generated and verify the systemvm.iso that is mounted to your ssvm is the same md5sum as the one in the .deb you installed. "virsh dumpxml (vmname)" will give you the VM parameter

Re: Java process not running in KVM SSVM

2013-09-11 Thread Mike Tutkowski
Looks like there are three that were built a little while ago (around the time I was building the codebase). 44,621,824 bytes each. On Wed, Sep 11, 2013 at 3:21 PM, Wei ZHOU wrote: > Can you check whether the systemvm*.iso on your host is new or not? > > > 2013/9/11 Mike Tutkowski > > > In fac

Re: Java process not running in KVM SSVM

2013-09-11 Thread Mike Tutkowski
Sorry if these are really basic questions about how system VMs work: 1) Is systemvm.iso used for system VMs of all different hypervisor types? 2) Does a system VM access systemvm.iso via a virtual CD/DVD drive? 3) Is systemvm.iso downloaded to each hypervisor host from the management server (I d

Re: Building a cloudstack.list file on Ubuntu 12.04.1

2013-09-11 Thread Mike Tutkowski
Thanks for the offer, Ian! :) I should be able to update the docs after I jot down the process in the next week or so, but thanks! On Wed, Sep 11, 2013 at 7:04 AM, Ian Duffy wrote: > > Perhaps they are a bit incorrect. > > Indeed, I have found the ubuntu documentation to be poor. The RHEL are

Re: Java process not running in KVM SSVM

2013-09-11 Thread Mike Tutkowski
I am rebuilding using mvn -P developer,systemvm clean install -Dnonoss right now. Once this has completed, I can destroy my system VMs and let them be re-deployed and see if that fixes the issue. On Wed, Sep 11, 2013 at 2:57 PM, Mike Tutkowski < mike.tutkow...@solidfire.com> wrote: > Typically

Re: Java process not running in KVM SSVM

2013-09-11 Thread Mike Tutkowski
Typically I build this way: mvn -P developer,systemvm clean install -Dnonoss On Wed, Sep 11, 2013 at 2:54 PM, Wei ZHOU wrote: > I guess something wrong with systemvm.iso > Did you build systemvm when you run "mvn -P developer,systemvm clean > install" ? > > > 2013/9/11 Mike Tutkowski > > > T

Re: Java process not running in KVM SSVM

2013-09-11 Thread Mike Tutkowski
In fact, all 26 ERROR messages in the file are the same (minus the timestamp being a little different, of course). On Wed, Sep 11, 2013 at 3:14 PM, Mike Tutkowski < mike.tutkow...@solidfire.com> wrote: > Same error message in the log after a rebuild of the code base (using mvn > -P developer,sys

Re: Java process not running in KVM SSVM

2013-09-11 Thread Wei ZHOU
Can you check whether the systemvm*.iso on your host is new or not? 2013/9/11 Mike Tutkowski > In fact, all 26 ERROR messages in the file are the same (minus the > timestamp being a little different, of course). > > > On Wed, Sep 11, 2013 at 3:14 PM, Mike Tutkowski < > mike.tutkow...@solidfire.

Re: Java process not running in KVM SSVM

2013-09-11 Thread Wei ZHOU
I guess something wrong with systemvm.iso Did you build systemvm when you run "mvn -P developer,systemvm clean install" ? 2013/9/11 Mike Tutkowski > This error is repeated over and over: > > 2013-09-11 19:25:57,878 ERROR [cloud.agent.AgentShell] (main:null) Unable > to start agent: Resource cl

Re: Java process not running in KVM SSVM

2013-09-11 Thread Mike Tutkowski
Same error message in the log after a rebuild of the code base (using mvn -P developer,systemvm clean install -Dnonoss): 2013-09-11 21:10:40,929 ERROR [cloud.agent.AgentShell] (main:null) Unable to start agent: Resource class not found: com.cloud.storage.resource.PremiumSecondaryStorageResource du

Re: Java process not running in KVM SSVM

2013-09-11 Thread Ahmad Emneina
should be in /var/log/cloud or just /var/log and look for a file called cloud.log or cloud.out On Wed, Sep 11, 2013 at 1:38 PM, Mike Tutkowski < mike.tutkow...@solidfire.com> wrote: > Thanks, Alena > > I'm not familiar with debugging SSVM. Can you tell me where the log is > located? > > > On Wed

Re: Java process not running in KVM SSVM

2013-09-11 Thread Mike Tutkowski
Maybe it's /var/log/cloud.log On Wed, Sep 11, 2013 at 2:38 PM, Mike Tutkowski < mike.tutkow...@solidfire.com> wrote: > Thanks, Alena > > I'm not familiar with debugging SSVM. Can you tell me where the log is > located? > > > On Wed, Sep 11, 2013 at 1:58 PM, Alena Prokharchyk < > alena.prokharc..

Re: Java process not running in KVM SSVM

2013-09-11 Thread Mike Tutkowski
Thanks, Alena I'm not familiar with debugging SSVM. Can you tell me where the log is located? On Wed, Sep 11, 2013 at 1:58 PM, Alena Prokharchyk < alena.prokharc...@citrix.com> wrote: > Mike, did you check the log inside the SSVM? It should print out the > exception stack trace with the reason

Re: Java process not running in KVM SSVM

2013-09-11 Thread Alena Prokharchyk
Mike, did you check the log inside the SSVM? It should print out the exception stack trace with the reason why java process failed to start. -alena. From: Mike Tutkowski mailto:mike.tutkow...@solidfire.com>> Reply-To: "dev@cloudstack.apache.org" mailto:dev@clo

Java process not running in KVM SSVM

2013-09-11 Thread Mike Tutkowski
Hi, I'm having a bit of trouble with the KVM SSVM. The KVM CPVM reads as VM and Agent states Up; however, SSVM has a dash for Agent state (its VM state is Up). On the SSVM, I ran /usr/local/cloud/systemvm/ssvm-check.sh and got back the following message: ERROR: Java process not running. Try re

RE: There is no upgrade path from 4.1.1 to 4.2.0

2013-09-11 Thread Alex Huang
I like it as well, especially with the number of dev on the project now. I think by feature is a good idea. I do think there are a number of miscellaneous updates like an index to an existing table that having its own sql file is too much. Maybe we should define when something should be in it

RE: Configuration variable changes...

2013-09-11 Thread Alex Huang
> Can the generic API be > >ConfigKey get(String paramName, Class type); > > Just to be a little easier to use. I know the method is discouraged, but I > do so > some places it would be useful. Besides that I like it. > The contract is simple enough that the implementation can become q

Re: community testing

2013-09-11 Thread Marcus Sorensen
Again, I'm not knocking Citrix. If anything, the issue is that they tend to be so generous and community oriented that it surprises me when I find out that certain donation is limited to their interests. Its perfectly reasonable, e.g. my own donations are mostly limited to KVM. On Sep 11, 2013 10:5

Review Request 14084: Updates to @ActionEvent to be compatible with Spring AOP

2013-09-11 Thread Darren Shepherd
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14084/ --- Review request for cloudstack, Kelven Yang and Kishan Kavala. Repository: cloud

RE: [VOTE][RESULTS] Release Apache CloudStack 4.2.0 (fourth round)

2013-09-11 Thread Animesh Chaturvedi
Thanks Ron I am planning to work on Release Notes in the morning, do you have time later in the day or tomorrow morning PST for Installation issues. Thanks Animesh > -Original Message- > From: Ron Wheeler [mailto:rwhee...@artifact-software.com] > Sent: Wednesday, September 11, 2013 5:32

DatabaseUpgradeChecker and running from eclipse

2013-09-11 Thread Darren Shepherd
So I run ACS from eclipse for development, but DatabaseUpgradeChecker does the following String currentVersion = this.getClass().getPackage().getImplementationVersion(); if (currentVersion == null) { currentVersion = this.getClass().getSuperclass().getPacka

Re: community testing

2013-09-11 Thread Marcus Sorensen
I do understand that. The email I received just triggered warning bells because it gave me the impression that the QA team as it stands isn't testing anything that Citrix doesn't care about, regardless of what the community has put on the support matrix. This includes even basic configs that the co

RE: There is no upgrade path from 4.1.1 to 4.2.0

2013-09-11 Thread Alex Huang
> Why do we even maintain such a thing? DB migration version should not be > related to the release version. So DB just goes forward in one continuous > stream, version 42, 43, 44, 45, 46, etc. > I also meant to reply about this part. DB upgrade as a continuous stream is nice in theory but re

RE: There is no upgrade path from 4.1.1 to 4.2.0

2013-09-11 Thread Soheil Eizadi
Forgot to comment, I like the idea of having smaller sql files rather than one large file. -Soheil From: Soheil Eizadi [seiz...@infoblox.com] Sent: Wednesday, September 11, 2013 9:02 AM To: dev@cloudstack.apache.org Subject: RE: There is no upgrade path fro

Re: [DESIGN] Access entities directly...

2013-09-11 Thread Amit Das
Thanks Alex for clearing out my confusion. I intend to modify certain fields only. One more query regarding the injection of cloudstack Dao vs cloudstack Mgr classes in the plugin code base. Should we not use Mgr classes for all the CRUD operations instead of using the Dao classes ? By using Mgr f

RE: [DESIGN] Access entities directly...

2013-09-11 Thread Alex Huang
Hi Amit, I would say make sure you leave the life cycle management to cloudstack's storage orchestration. Otherwise, if you're just updating certain fields, you should be able to directly retrieve the VO and modify and persist it. You shouldn't have to go through the o-t-w api, which is what

RE: There is no upgrade path from 4.1.1 to 4.2.0

2013-09-11 Thread Soheil Eizadi
Ordering and dependency needs to be handled with multiple sql files not an issue with single file. -Soheil From: Alex Huang [alex.hu...@citrix.com] Sent: Wednesday, September 11, 2013 8:29 AM To: dev@cloudstack.apache.org Subject: RE: There is no upgrade pa

Re: [DESIGN] Access entities directly...

2013-09-11 Thread Amit Das
Thanks Mike. I referred to SolidFire's plugin implementation & found some differences with the recommendations in this email thread. Alex's email talks about using entity interface e.g. Volume than a VO class e.g. VolumeVO. However, both of our plugins require a mutable object (w.r.t volume, stor

Re: There is no upgrade path from 4.1.1 to 4.2.0

2013-09-11 Thread Milamber
Le 11/09/2013 15:42, Sudha Ponnaganti a ecrit : This indicates to me that this is tested already https://issues.apache.org/jira/browse/CLOUDSTACK-4509 In CS-4509, the management log file show two db upgrade: 2013-08-26 20:56:19,257 INFO [cloud.upgrade.DatabaseUpgradeChecker] (Timer-1:null)

Re: There is no upgrade path from 4.1.1 to 4.2.0

2013-09-11 Thread Darren Shepherd
On 09/11/2013 07:19 AM, Milamber wrote: The path 4.1.1->4.2.0 seems miss? Why do we even maintain such a thing? DB migration version should not be related to the release version. So DB just goes forward in one continuous stream, version 42, 43, 44, 45, 46, etc. So why do we have specifi

[PROPOSAL][SIMPLIFY] Future ACS RC testing

2013-09-11 Thread Musayev, Ilya
As mentioned on private, I think the reason we have so few responders when it comes to voting - is because it takes considerable amount of time to build, test and QA. And if you take voting serious as everyone should, you have to QA before you can vote. Perhaps we should spent some time on au

Re: community testing

2013-09-11 Thread Mike Tutkowski
Yeah, that would be fantastic if I could test the SolidFire plug-in in such a way. I could probably get away with a virtual storage node, as well, because I'm not testing anything that requires the real hardware. On Wed, Sep 11, 2013 at 2:10 AM, Sebastien Goasguen wrote: > > On Sep 11, 2013, at

RE: There is no upgrade path from 4.1.1 to 4.2.0

2013-09-11 Thread Alex Huang
> > Why do we even maintain such a thing? DB migration version should not be > related to the release version. So DB just goes forward in one continuous > stream, version 42, 43, 44, 45, 46, etc. > > So why do we have specific from release to release upgrades? > Additionally, there shouldn't be

RE: [Merge] Minimal Hyper-V Plugin

2013-09-11 Thread Donal Lafferty
Hi Rajesh, Thanks for spotting this problem with the Hyper-V Agent. Sounds like it should first URL decode the field. Can you update the review with details of your testing? I would need to know the command and which incoming field is causing problems. Also, can you add a serialised example

Re: [DESIGN] Access entities directly...

2013-09-11 Thread Mike Tutkowski
Hey Amit, We might have already chatted a bit about this, but feel free to examine the SolidFire plug-in as it likely handles what you're referring to here. Talk to you later On Wed, Sep 11, 2013 at 6:52 AM, Amit Das wrote: > Hi All, > > I am in process of implementing a storage plugin and wo

Re: There is no upgrade path from 4.1.1 to 4.2.0

2013-09-11 Thread Milamber
Le 11/09/2013 15:36, Wei ZHOU a ecrit : I do not find anything related in ./engine/schema/src/com/cloud/upgrade/DatabaseUpgradeChecker.java, and no Upgrade411to420.java in ./engine/schema/src/com/cloud/upgrade/dao/ as well. This should be a blocker issue. Thanks for checks. I've open an issue

RE: There is no upgrade path from 4.1.1 to 4.2.0

2013-09-11 Thread Sudha Ponnaganti
This indicates to me that this is tested already https://issues.apache.org/jira/browse/CLOUDSTACK-4509 -Original Message- From: Wei ZHOU [mailto:ustcweiz...@gmail.com] Sent: Wednesday, September 11, 2013 7:37 AM To: dev@cloudstack.apache.org Subject: Re: There is no upgrade path from 4.

RE: Release Criteria

2013-09-11 Thread Donal Lafferty
> -Original Message- > From: Prasanna Santhanam [mailto:t...@apache.org] > Sent: 11 September 2013 05:52 > To: dev@cloudstack.apache.org > Subject: Re: Release Criteria > > To get beta quality builds we need to absolutely treat the master branch as > 'stable'. Never hurt it, automate again

Re: There is no upgrade path from 4.1.1 to 4.2.0

2013-09-11 Thread Wei ZHOU
I do not find anything related in ./engine/schema/src/com/cloud/upgrade/DatabaseUpgradeChecker.java, and no Upgrade411to420.java in ./engine/schema/src/com/cloud/upgrade/dao/ as well. This should be a blocker issue. 2013/9/11 Milamber > Hello, > > I've try to upgrade my CS test platform from 4.

Re: Need help in Devcloud2 configuration

2013-09-11 Thread Mike Tutkowski
These are the steps I tend to take when using DevCloud: (1) Restore DevCloud2 to original/snapshot. // to start from scratch if you've done this before and want to start over (2) mvn -P developer,systemvm clean install // to build the codebase (3) mvn -P developer -pl developer,tools/devcloud -D

RE: Need help in Devcloud2 configuration

2013-09-11 Thread Rajesh Battala
Hi Umesh, You have booted with normal kernel, you should boot devcloud with xen kernel and run the cloudstack. Thanks Rajesh Battala -Original Message- From: umesh kute [mailto:umeshvk...@gmail.com] Sent: Wednesday, September 11, 2013 6:27 PM To: cloudstack-...@incubator.apache.org Su

  1   2   >