Re: community testing

2013-09-11 Thread Prasanna Santhanam
CloudStack API actions are agnostic of underlying infrastructure and most cases can fall into such a category as you describe. But imagine this - I want to test snapshots .. so i take a snapshot and verify if it backedup correctly against a ceph object store, nfs store or iscsi store. that sort of

Re: Review Request 13877: CIFS Secondary Storage

2013-09-11 Thread Devdeep Singh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13877/#review26036 --- Can you resubmit the patch? I am not able to apply the patch on the

Re: Release Criteria

2013-09-11 Thread Sebastien Goasguen
On Sep 11, 2013, at 2:57 AM, Wido den Hollander wrote: > > > On 09/11/2013 07:43 AM, Darren Shepherd wrote: >> On Tue, Sep 10, 2013 at 9:52 PM, Prasanna Santhanam wrote: >> >>> >>> I think we messed up with the users again this time. Partly a fault >>> that we can't get beta-quality builds

Bug in CS 4.2 Hight Avalibility under KVM

2013-09-11 Thread Ivan Gladenko
Hi, after some test on 4.2 we have found some bug's in height availability mechanisms(2 Hosts) in 4.2 on KVM hypervisor (revision 2852) on centos6.4. The host going down and KVMInvestigator mark the host as unavailable in right way but VM's are not going to start on another automaticaly in spit

RE: [Merge] Minimal Hyper-V Plugin

2013-09-11 Thread Rajesh Battala
Hi Donal, I had figured out the issue why "+" is coming in the path value. The root cause is while encoding the URI, we use URLEncoder.encode(path) The encode method is converting/replace "space" with "+". API doc: When encoding a String, the following rules apply: The alphanumeric characters

Re: community testing

2013-09-11 Thread Sebastien Goasguen
On Sep 11, 2013, at 3:02 AM, Prasanna Santhanam wrote: > CloudStack API actions are agnostic of underlying infrastructure and > most cases can fall into such a category as you describe. But imagine > this - I want to test snapshots .. > > so i take a snapshot and verify if it backedup correctly

Re: Release Criteria

2013-09-11 Thread Dave Cahill
> > > 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 ? IMO, Gerrit can be used to enforce a saner workflow, see previous discussion at [1]. Having a workflow

Re: Review Request 13877: CIFS Secondary Storage

2013-09-11 Thread Devdeep Singh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13877/#review26038 --- Ship it! pushed in commit e958f22ff34e089b4214ee5be68688540db5291a

Re: [jira] [Commented] (CLOUDSTACK-3565) Restarting libvirtd service leading to destroy storage pool

2013-09-11 Thread Marcus Sorensen
We don't want the pools to be persistent, it leads to other issues. If host is going to be worked on (restart libvirtd or anything else), host needs to be in maintenance. On Sep 11, 2013 2:58 AM, "Wei Zhou (JIRA)" wrote: > > [ > https://issues.apache.org/jira/browse/CLOUDSTACK-3565?page=com.a

Re: [jira] [Commented] (CLOUDSTACK-3565) Restarting libvirtd service leading to destroy storage pool

2013-09-11 Thread Marcus Sorensen
This is an nfs-specific issue, i think. One thing to try maybe as a test would be "umount -l (storage pool mount)" before starting guest agent after a libvirtd restart. I still think the best route is to put the guest in maintenance, but this should allow the NFS mount to be reregistered in libvirt

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

2013-09-11 Thread Anshul Gangwar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14079/ --- Review request for cloudstack, Saksham Srivastava and Prasanna Santhanam. Bugs:

Re: Release Criteria

2013-09-11 Thread Wido den Hollander
On 09/11/2013 10:06 AM, Sebastien Goasguen wrote: On Sep 11, 2013, at 2:57 AM, Wido den Hollander wrote: On 09/11/2013 07:43 AM, Darren Shepherd wrote: On Tue, Sep 10, 2013 at 9:52 PM, Prasanna Santhanam wrote: I think we messed up with the users again this time. Partly a fault that

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

2013-09-11 Thread Ron Wheeler
I would be happy to work with you on the issues that I raised and on the installation process in general. I can set up a collaboration meeting if that suits you. Ron On 10/09/2013 7:46 PM, Animesh Chaturvedi wrote: Ron I am not too happy with the documentation side too and will put in time i

Re: java.lang.NoClassDefFoundError

2013-09-11 Thread SuichII, Christopher
Check the maven dependency tree of CloudStack with and without your plugin using 'mvn dependency:tree'. This will show the maven dependencies and transitive dependencies. I ran in to issues like this when I had a transitive dependency that pulled in a newer or older version of a pre-existing dep

Re: [DESIGN] Access entities directly...

2013-09-11 Thread Amit Das
Hi All, I am in process of implementing a storage plugin and would require more clarity on this front. I need to update the 'Volume' as well as the 'StoragePool' in a new implementing class of PrimaryDataStoreDriver (createAsync method to be exact). Should following method invocations be used to

Re: Building a cloudstack.list file on Ubuntu 12.04.1

2013-09-11 Thread Ian Duffy
> Perhaps they are a bit incorrect. Indeed, I have found the ubuntu documentation to be poor. The RHEL are much more reliable. > I plan to correct the docs once I have the process in place. :) Cool. If you don't have the time to do it I can do it if you wish. On 11 September 2013 05:54, Prasan

Re: [bo...@apache.org: ASF Board Report for Sep 2013 is now due]

2013-09-11 Thread Chip Childers
With no comments, I'll post this to the board today. On Tue, Sep 10, 2013 at 12:55 PM, Chip Childers wrote: > On Tue, Sep 10, 2013 at 11:21 AM, Chip Childers > wrote: > >> I'll be working up a draft over the next couple of days. If folks have >> issues that you want raised to the board, please

Need help in Devcloud2 configuration

2013-09-11 Thread umesh kute
Hi Guys, Basically i am new to cloudstack. To have some hands on the cloudstack, its UI; i wanted to deploy my own cloudstack. I came across Devcloud2 and i found it really interesting. I was trying to build the devcloud2 on local machine (windows7 using virtual box). I have been following the docu

Re: Release Criteria

2013-09-11 Thread Darren Shepherd
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 commit,

There is no upgrade path from 4.1.1 to 4.2.0

2013-09-11 Thread Milamber
Hello, I've try to upgrade my CS test platform from 4.1.1 to 4.2.0 (from Commit: e39a7d8e0d3f2fd3e326b1bdf4aaf9ba5d900b02 + CLVM issue cherry-pick from 4.2-forward with commitId f2c5b5fbfe45196dfad2821fca513ddd6efa25c9.) The path 4.1.1->4.2.0 seems miss? 2013-09-11 14:32:55,619 INFO [cloud.

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

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: 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: 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 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: 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: [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: [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: 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: 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 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: [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 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 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 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: 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

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: [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

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: 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

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: 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

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: 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

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 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 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
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 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 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 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 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
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: 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
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: 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 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
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 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 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 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 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 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
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 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
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
./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 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 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 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
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 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: 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: 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 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: 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

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 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

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: [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/#review26046 --- committed to 4.2-forward and master. - Min Chen On Aug. 29, 2013,

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: 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: 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 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 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: 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: 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: 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 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: 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: 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 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

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

  1   2   >