Re: VolumeApiServiceImpl Question

2013-10-25 Thread Mike Tutkowski
Great, thanks! On Fri, Oct 25, 2013 at 11:20 PM, Min Chen wrote: > Just checked in. > > Thanks > -min > > On 10/25/13 10:18 PM, "Mike Tutkowski" > wrote: > > >Is this a recent fix, Min? I updated from master a couple days ago and was > >still having trouble with creating a volume from a disk o

Re: VolumeApiServiceImpl Question

2013-10-25 Thread Min Chen
Just checked in. Thanks -min On 10/25/13 10:18 PM, "Mike Tutkowski" wrote: >Is this a recent fix, Min? I updated from master a couple days ago and was >still having trouble with creating a volume from a disk offering unless I >hard-coded something for _maxVolumeSizeInGb. > >Thanks! > > >On Fri,

Re: Review Request 14381: KVM: add connect/disconnect capabilities to StorageAdaptors so that external storage services can attach/detach devices on-demand

2013-10-25 Thread Mike Tutkowski
Oh, I see. That makes sense. I think I picked Linux (32 bit). On Fri, Oct 25, 2013 at 11:18 PM, Marcus Sorensen wrote: > Do 'virsh dumpxml (vmname)' > > The image doesn't matter. What matters is the OS you chose when you > registered. If you take my image and register it as Windows, it will > em

Re: VolumeApiServiceImpl Question

2013-10-25 Thread Mike Tutkowski
Is this a recent fix, Min? I updated from master a couple days ago and was still having trouble with creating a volume from a disk offering unless I hard-coded something for _maxVolumeSizeInGb. Thanks! On Fri, Oct 25, 2013 at 10:40 PM, Min Chen wrote: > Hi Mike, > > This was caused by

Re: Review Request 14381: KVM: add connect/disconnect capabilities to StorageAdaptors so that external storage services can attach/detach devices on-demand

2013-10-25 Thread Marcus Sorensen
Do 'virsh dumpxml (vmname)' The image doesn't matter. What matters is the OS you chose when you registered. If you take my image and register it as Windows, it will emulate IDE. On Oct 25, 2013 11:16 PM, "Mike Tutkowski" wrote: > Yeah, I'm using the CentOS 6.3 image you gave me a while back. > >

Re: Review Request 14381: KVM: add connect/disconnect capabilities to StorageAdaptors so that external storage services can attach/detach devices on-demand

2013-10-25 Thread Mike Tutkowski
Yeah, I'm using the CentOS 6.3 image you gave me a while back. Is the DiskDef XML output to agent.log or should I explicitly put in a log statement for it. Thanks! On Fri, Oct 25, 2013 at 11:02 PM, Marcus Sorensen wrote: > Sounds like your disk definition is not using virtio-block. In this cas

Re: Review Request 14381: KVM: add connect/disconnect capabilities to StorageAdaptors so that external storage services can attach/detach devices on-demand

2013-10-25 Thread Marcus Sorensen
Sounds like your disk definition is not using virtio-block. In this case you wouldnt be able to hot attach either though. Can you paste the diskdef XML? This would normally only happen if you used a template defined with an older OS, like the default centos 5.5 or "other Linux" instead of "other Li

Re: VolumeApiServiceImpl Question

2013-10-25 Thread Min Chen
Hi Mike, This was caused by missing initialization of _maxVolumeSizeInGb from configDao in configuring VolumeApiServiceImpl. I checked in a fix 694ec684a372c95abf8d1a798714b6f074862816 into master, which should have fixed this issue. Thanks -min On 10/24/13 4:35 PM, "Mike

Jenkins build is back to normal : build-master-noredist #1604

2013-10-25 Thread jenkins
See

RE: failing unit tests....

2013-10-25 Thread Alex Huang
Hi Laszlo, Thanks for the fix. It does fix this problem. I took a quick look. As I understand it from Alena, Darren had to move the initialization of the LockMasterListener higher due to some problems Mike experienced. My guess is that it had to be higher because Spring cannot work with the

Re: failing unit tests....

2013-10-25 Thread Darren Shepherd
Laszlo, You want to revert your commit. I caused the original issue. I moved the initialization of LockMasterListener to be a class member to work around a different intiailization issue somebody reported. It was a hasty change and I shouldn't have done it like that. So that broke the unit tes

Build failed in Jenkins: build-master-noredist #1602

2013-10-25 Thread jenkins
See Changes: [brian.federle] Add bg gradient to header [sheng.yang] CLOUDSTACK-754: Enable Remote Access VPN for VPC [sheng.yang] CLOUDSTACK-754: Fix KVM and Vmware resource for VPN [sheng.yang] CLOUDSTACK-4913: Don't enab

Re: failing unit tests....

2013-10-25 Thread Laszlo Hornyak
I have just sent a fix for that, looks like everything is green now. Please check! On Fri, Oct 25, 2013 at 11:52 PM, Darren Shepherd < darren.s.sheph...@gmail.com> wrote: > I'll fix that. > > Darren > > On Fri, Oct 25, 2013 at 1:54 PM, Alex Huang wrote: > > I'm getting this failing unit test wh

RE: failing unit tests....

2013-10-25 Thread Alex Huang
Thanks. In case this helpsAlena helped me do some digging. The reason is because the unit test creates ManagementServer which causes the JVM to initialize all static variables which causes new code that moved the static LockMaster to initialize which which causes the requirement on the JDB

Re: failing unit tests....

2013-10-25 Thread Darren Shepherd
I'll fix that. Darren On Fri, Oct 25, 2013 at 1:54 PM, Alex Huang wrote: > I'm getting this failing unit test when building with the latest from master. > Anyone working on it or know what it is already? From the stack, it looks > like it's a problem location the jdbc driver. This was worki

Re: failing unit tests....

2013-10-25 Thread Alena Prokharchyk
Started failing after commit d178b25daa484dda44bb34e63cb719d1c3cc1519 "Move LockMasterListener initialization to earlier in the code" -Alena. From: Alex Huang mailto:alex.hu...@citrix.com>> Reply-To: "dev@cloudstack.apache.org" mailto:dev@cloudstack.apache.org>>

failing unit tests....

2013-10-25 Thread Alex Huang
I'm getting this failing unit test when building with the latest from master. Anyone working on it or know what it is already? From the stack, it looks like it's a problem location the jdbc driver. This was working just yesterday. Test set: com.cloud.alert.AlertControlsUnitTest --

Mailing list search

2013-10-25 Thread Noah Slater
Hi, Mailing list search on our site still points to the incubator: http://cloudstack.apache.org/mailing-lists.html I recall discussing this in the past with someone and was asked to hold back, as the Incubator lists still had most of the traffic. Is it time we switched this over? Thanks, --

Re: Review Request 14889: Expose as much type information to commands.xml as well as to the generated python clasesss for Marvin

2013-10-25 Thread Ryan Dietrich
> On Oct. 25, 2013, 6:10 a.m., Prasanna Santhanam wrote: > > I actually don't quite see how marvin uses the typeInfo. Will it only act > > as a carrier for this information? > > > > How would a test case author use this? It would've been nice if we could > > use the type info to deserialize t

[DISCUSS] Scalable Backup and Recovery

2013-10-25 Thread SuichII, Christopher
I’d like to revisit this topic focusing on a UI-only solution. I believe a reasonable approach is to allow users to select multiple volumes or vms (with the new multi-select UI widget) to perform snapshot operations. With this, we would kick off a snapshot API request per volume/vm that was sele

Re: Review Request 14914: Make commands.properties optional for non-ACS code

2013-10-25 Thread Chiradeep Vittal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14914/#review27538 --- Ship it! - Chiradeep Vittal On Oct. 24, 2013, 10:06 p.m., Darren

Re: Metadata URL location

2013-10-25 Thread Darren Shepherd
I think it should be fine. Conceptually, 169.254/16 is not supposed to be routed. The standard protocol is that you can randomly assign yourself an IP as long as nobody responds to ARP. So the definition of the subnet is that it's your local subnet. EC2 is funky though. If you launch an amazon

Re: [ACS 42] Xenserver 6.2 live storage xenmotion between 2 clusters

2013-10-25 Thread benoit lair
Hello Dinko, I've tried the Migrate VM Wizard and it worked. But when i get back my vm to his original hypervisor (and so his orgiginal cluster) and try to live migrate it from cs, i got this error. Regards, Benoit. 2013/10/25 Dinko Mitic > Have you compared network settings on both XenServe

Re: [ACS 42] Xenserver 6.2 live storage xenmotion between 2 clusters

2013-10-25 Thread Dinko Mitic
Have you compared network settings on both XenServers? Maybe try the "Migrate VM Wizard" in XenCenter first, that may give you better error messages if there is a mismatch in network configuration between the two pools. On Fri, Oct 25, 2013 at 6:48 AM, benoit lair wrote: > Hello, > > I have 2

Re: Metadata URL location

2013-10-25 Thread Chiradeep Vittal
Hmm. Windows may not work then? Needs testing On 10/24/13 5:04 PM, "Darren Shepherd" wrote: >Chiradeep, > >Linux distros set 169.254/16 route on the primary interface. It's just >there now. I'm not sure if that's because of ec2 or if it's always been >that way, but all modern distros will assi

Review Request 14930: Added readable timestamp changes for start and end time to debug logs

2013-10-25 Thread Santhosh Edukulla
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14930/ --- Review request for cloudstack and Prasanna Santhanam. Repository: cloudstack-gi

Re: Review Request 14914: Make commands.properties optional for non-ACS code

2013-10-25 Thread Chris Suich
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14914/#review27529 --- Ship it! Works great! - Chris Suich On Oct. 24, 2013, 10:06 p.m.

Re: Review Request 14011: CLOUDSTACK-4612: Specified locale keyboard language is not showing as default in consoleView passed during deployVM.

2013-10-25 Thread Rajesh Battala
> On Sept. 30, 2013, 6:39 a.m., Rajesh Battala wrote: > > Looks good to me. I had pushed ur patch to 4.2 please rebase with master and update the patch - Rajesh --- This is an automatically generated e-mail. To reply, visit: https://rev

Re: Review Request 14011: CLOUDSTACK-4612: Specified locale keyboard language is not showing as default in consoleView passed during deployVM.

2013-10-25 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14011/#review27527 --- Commit d188534f3de95a174c0bb4bcf2073b5fe62870af in branch refs/heads

Re: Review Request 14922: if apply.allocation.algorithm.to.pods is set to true VM creation Fails

2013-10-25 Thread Kishan Kavala
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14922/#review27525 --- Ship it! Pushed to 4.2 and master commit d6b3164ca054e272619e8f130

Re: [Cloudmonkey] assignVirtualMachine API causes index out of range error

2013-10-25 Thread Rohit Yadav
Hi Ryan, Will check this next week, the issue is clearly with response which lacks a key with name 'response' in it, it could be a case issue as well. Can you share with us the response json from cloudmonkey's log in ~/.cloudmonkey/log, you may confirm the keys from the json. Also, check if you're

Review Request 14925: Added few misc changes to marvin

2013-10-25 Thread Santhosh Edukulla
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14925/ --- Review request for cloudstack, Girish Shilamkar and Prasanna Santhanam. Reposit

[ACS 42] Xenserver 6.2 live storage xenmotion between 2 clusters

2013-10-25 Thread benoit lair
Hello, I have 2 clusters with my acs 4.2, each cluster is one xenserver 6.2. Each cluster has its own SR CLVM. I deployed a vpc, a tier and one vm onto one host xenserver 6.2. I have only one root disk attached to the vm. I'm trying to live migrate the vm from the cluster 1 (clvm 1) to cluster

Migrating/managing secondary storages

2013-10-25 Thread mailinglists
Thought I'd ask here as well. I have a CS 4.2 and 4 secondary NFS storages (s1, s2, s3, s4). I'd like to migrate everything (all the templates, snapshots,…) from s1 and s2 to s3 and s4 and then shutdown s1 & s2. Is there a way to do it via GUI? The only instructions I found are to stop CloudStack

Review Request 14924: Test to verify ip alias recreation after destroying and recreating VR

2013-10-25 Thread sanjeev n
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14924/ --- Review request for cloudstack and SrikanteswaraRao Talluri. Repository: cloudst

Re: jira permissions check

2013-10-25 Thread Daan Hoogland
thanks On Fri, Oct 25, 2013 at 12:14 PM, David Nalley wrote: > Daan: > > I just added you to the PMC role in Jira which should let you > add/change folks roles. > If someone asks for access, don't hesitate to add them to the > contributor role. (or committer role if appropriate) > > --David > > O

Re: jira permissions check

2013-10-25 Thread David Nalley
Daan: I just added you to the PMC role in Jira which should let you add/change folks roles. If someone asks for access, don't hesitate to add them to the contributor role. (or committer role if appropriate) --David On Fri, Oct 25, 2013 at 5:12 AM, Daan Hoogland wrote: > H, > > I was going over

Re: Review Request 14843: CLOUDSTACK-1049 : git commit by using command cloudstack-sccs from installed setup

2013-10-25 Thread David Nalley
I understand the purpose of it, I am saying that it isn't useful in actual releases, or in tarballs prepared as if they are releases because the information isn't there to get generated in the first place. Build a release tarball with build_asf.sh and see if the file provides you anything useful.

RE: jira permissions check

2013-10-25 Thread Santhosh Edukulla
If it is related to my mail asking for edit permissions, Its resolved for now with prasanna's help. Regards, Santhosh From: Daan Hoogland [daan.hoogl...@gmail.com] Sent: Friday, October 25, 2013 5:12 AM To: dev Subject: jira permissions check H, I was

Re: Review Request 14333: CLOUDSTACK-4691: move egress rules host maintenance tests to maint folder

2013-10-25 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14333/#review27522 --- Commit da7d2fe4f3676be7d159a1235a2434ef1f8b in branch refs/heads

Re: Review Request 14333: CLOUDSTACK-4691: move egress rules host maintenance tests to maint folder

2013-10-25 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14333/#review27521 --- Commit 3958095676874e652517270f683cf8c4ba852f41 in branch refs/heads

jira permissions check

2013-10-25 Thread Daan Hoogland
H, I was going over last weeks 1 mail mailthreads to see if there where any unanswered questions and found a request for jira permissions. How are these handled and can I up or down karma for people? regards, Daan

Re: [Cloudmonkey] assignVirtualMachine API causes index out of range error

2013-10-25 Thread sebgoa
On Oct 25, 2013, at 10:57 AM, Ryan Lei wrote: > I'm using Cloudmonkey 5.0.0 under CloudStack 4.2.0 + XenServer 6.2. > For now, the only way to change the ownership of a VM is by the > assignVirtualMachine API. > > But executing this API using Cloudmonkey leads to the following error that > cras

Review Request 14922: if apply.allocation.algorithm.to.pods is set to true VM creation Fails

2013-10-25 Thread bharat kumar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14922/ --- Review request for cloudstack and Kishan Kavala. Bugs: Cloudstack-4947 http

Re: Review Request 14737: CLOUDSTACK-702: IP alias verification tests on VR

2013-10-25 Thread SrikanteswaraRao Talluri
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14737/#review27520 --- committed to master : 2103068816d024cf090797168bfd309b031e3e1c 4.2 -

Re: Review Request 14737: CLOUDSTACK-702: IP alias verification tests on VR

2013-10-25 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14737/#review27519 --- Commit 2103068816d024cf090797168bfd309b031e3e1c in branch refs/heads

Re: [ANNOUNCE] New Committer: Shilamkar, Girish

2013-10-25 Thread Daan Hoogland
Girish, Warm and well meant congratulations to you and your testing colleagues whose announcements to the list I let pass unanswered. All off you are very welcome and your work appreciated. gook luck to you Somwya and Talluri (and I hope I'm not missing anybody) regards, Daan On Thu, Oct 24, 201

Re: Review Request 14737: CLOUDSTACK-702: IP alias verification tests on VR

2013-10-25 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14737/#review27518 --- Commit 2103068816d024cf090797168bfd309b031e3e1c in branch refs/heads

[Cloudmonkey] assignVirtualMachine API causes index out of range error

2013-10-25 Thread Ryan Lei
I'm using Cloudmonkey 5.0.0 under CloudStack 4.2.0 + XenServer 6.2. For now, the only way to change the ownership of a VM is by the assignVirtualMachine API. But executing this API using Cloudmonkey leads to the following error that crashes the program: > assign virtualmachine virtualmachineid=7f

Re: Review Request 14737: CLOUDSTACK-702: IP alias verification tests on VR

2013-10-25 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14737/#review27516 --- Commit d50e6a5b3ec63d1ff6dd4030ec2325c2bdb13307 in branch refs/heads

Re: Review Request 14737: CLOUDSTACK-702: IP alias verification tests on VR

2013-10-25 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14737/#review27517 --- Commit d50e6a5b3ec63d1ff6dd4030ec2325c2bdb13307 in branch refs/heads

Re: Review Request 14876: CLOUDSTACK 2233: Automation test cases for Add Remove Networks to VM

2013-10-25 Thread Gaurav Aradhye
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14876/ --- (Updated Oct. 25, 2013, 1:22 p.m.) Review request for cloudstack, Girish Shilam