Re: Review Request: Fix test case issue reported in CLOUDSTACK-3020

2013-06-15 Thread Prasanna Santhanam
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11897/ --- (Updated June 16, 2013, 5:56 a.m.) Review request for cloudstack and Prasanna S

Re: Review Request: Fix test case issue reported in CLOUDSTACK-3020

2013-06-15 Thread Prasanna Santhanam
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11897/#review21954 --- Doesn't the displayname become the uuid hence the id when no custom

Re: Review Request: OS type not passing while creating template in "test_accounts.TesttemplateHierarchy"

2013-06-15 Thread Prasanna Santhanam
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11898/#review21955 --- Ship it! 2f345c5 - Prasanna Santhanam On June 16, 2013, 5:12 a.m

Review Request: OS type not passing while creating template in "test_accounts.TesttemplateHierarchy"

2013-06-15 Thread Rayees Namathponnan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11898/ --- Review request for cloudstack, Prasanna Santhanam and Girish Shilamkar. Descrip

Review Request: Fix test case issue reported in CLOUDSTACK-3020

2013-06-15 Thread Rayees Namathponnan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11897/ --- Review request for cloudstack and tom pierce. Description --- Fixing test

Re: Cloud Usage and API

2013-06-15 Thread CK
Can anyone help with my queries...? On 10 June 2013 09:21, CK wrote: > Can someone please provide further information on what the API call: > generateUsageRecords actually does? > > I know it generates usage records, but: > > 1. Does the Usage Server service call the generateUsageRecords API wh

Review Request: removed 3 NumbersUtils methods

2013-06-15 Thread Laszlo Hornyak
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11894/ --- Review request for cloudstack. Description --- Removed parseInt, parseLong

Hypervisor Host Type Required at Zone Level for Primary Storage?

2013-06-15 Thread Mike Tutkowski
Hi, I recently updated my local repo and noticed that we now require a hypervisor type to be associated with zone-wide primary storage. I was wondering what the motivation for this might be? In my case, my zone-wide primary storage represents a SAN. Volumes are carved out of the SAN as needed an

Re: Test Result for test-smoke-matrix #469

2013-06-15 Thread Chip Childers
On Sat, Jun 15, 2013 at 07:06:04PM +0530, Prasanna Santhanam wrote: > This is the sample output for the detail requested by Sudha to > automated tests running on jenkins. The email is automated, but > generated on my laptop and I choose to send it. > > If there's further fields to be tweaked, feel

Re: [MERGE]object_store branch into master [Second round]

2013-06-15 Thread Chip Childers
On Sat, Jun 15, 2013 at 03:07:39AM +, Edison Su wrote: > Hi all, > The second round, call for merge object_store branch into master, is > coming! > The issues fixed: >1. All the major issues addressed by John are fixed: > 1.1 A cache storage replacement

Re: Infra Issues from the IRC meeting (Wed, Jun 12)

2013-06-15 Thread Chip Childers
On Sat, Jun 15, 2013 at 11:12:37AM +0530, Prasanna Santhanam wrote: > Saw a few infra topics being discussed in the meeting and there was > talk of bringing it to the list so I'm taking this opportunity to > explain some things behind it. > > > 17:22:44 [Animesh]: I will send out my weekly reminde

Re: CloudMonkey Broken

2013-06-15 Thread Sebastien Goasguen
Geoff can you file a bug for this ? I will try to have a look at it on monday. -Sebastien On 15 Jun 2013, at 18:35, Geoff Higginbottom wrote: > Hi Marcus, > > I have set asyncblock to true as I need to wait for the Physical Network to > be created so I can then add a traffic type to it. >

Re: [MERGE] disk_io_throttling to MASTER

2013-06-15 Thread Chip Childers
On Fri, Jun 14, 2013 at 05:56:27PM -0400, John Burwell wrote: > Mike, > > Awesome. +1. > > Thanks for your patience with the back and forth, > -John +1 - this now looks like a great approach.

RE: doc hacking at Hack Day at CCC13

2013-06-15 Thread Radhika Puthiyetath
+1 Great idea... -Original Message- From: Daan Hoogland [mailto:daan.hoogl...@gmail.com] Sent: Saturday, June 15, 2013 7:58 PM To: dev Subject: doc hacking at Hack Day at CCC13 To all of you planning to hack away at documentation: There is quite a lot of commeted out code. And there is

Cannot add network offering 4.0.2

2013-06-15 Thread Sean Truman
I am trying to add a network offering but when I click ok it doesn't even call the API to add the network offering. There is no indication in the logs that the network offering is being created. Any help is appreciated. v/r Sean

RE: CloudMonkey Broken

2013-06-15 Thread Geoff Higginbottom
Hi Marcus, I have set asyncblock to true as I need to wait for the Physical Network to be created so I can then add a traffic type to it. I used to do this by capturing the ID of the Physical Network using the | grep ^id\ = | awk '{print $3}'` section of the 1st command, then use the output in

Re: Review Request: use commons-lang StringUtils

2013-06-15 Thread Laszlo Hornyak
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11767/ --- (Updated June 15, 2013, 4:32 p.m.) Review request for cloudstack. Changes ---

Re: CloudMonkey Broken

2013-06-15 Thread Marcus Sorensen
Is your asyncblock parameter set to true? This mode isnt supposed to return a job id. Its supposed to block until the job is done, but something is wrong with it. On Jun 15, 2013 9:46 AM, "Geoff Higginbottom" < geoff.higginbot...@shapeblue.com> wrote: > I've been testing CloudMonkey against CloudS

RE: Test Result for test-smoke-matrix #469

2013-06-15 Thread Sudha Ponnaganti
Thanks Prasanna, This would help to check daily if we are making progress or not on getting the failed TC fixed. Requesting community to see the failed TCs and help to fix product issues. Automation tag has been used for defects logged for the failures. As suggested in IRC Meeting, we can sto

CloudMonkey Broken

2013-06-15 Thread Geoff Higginbottom
I've been testing CloudMonkey against CloudStack 4.1 and am hitting some problems. I've previously used CloudMonkey to deploy complete Clouds, but even though I'm using scripts I've used successfully previously, it now appears to be hanging when I try and use the 'create physicalnetwork' comman

doc hacking at Hack Day at CCC13

2013-06-15 Thread Daan Hoogland
To all of you planning to hack away at documentation: There is quite a lot of commeted out code. And there is quite a lot of code uncommented; classes and public/protected and package scope methods without description. I have not taken up the job of improving on this. Instead I have been swearing

Re: Test Result for test-smoke-matrix #469

2013-06-15 Thread Prasanna Santhanam
This is the sample output for the detail requested by Sudha to automated tests running on jenkins. The email is automated, but generated on my laptop and I choose to send it. If there's further fields to be tweaked, feel free to contribute/request them @ https://github.com/vogxn/jenkins2email On

Test Result for test-smoke-matrix #469

2013-06-15 Thread Prasanna Santhanam
Test Run: #469 Total:96 Fail :17 Skip :2 name passfailskip test_portable_publicip/ 0 2 0 test_ssvm/6 4 0 test_templates/

Re: Review Request: double slash fix for windows based nfs servers [CLOUDSTACK-2968]

2013-06-15 Thread daan Hoogland
> On June 14, 2013, 3:24 p.m., John Burwell wrote: > > api/src/com/cloud/storage/template/TemplateInfo.java, line 32 > > > > > > Null is not a sufficient check for blank. Use StringUtils#isBlank to > > catch both null

Re: Review Request: double slash fix for windows based nfs servers [CLOUDSTACK-2968]

2013-06-15 Thread daan Hoogland
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11861/ --- (Updated June 15, 2013, 12:41 p.m.) Review request for cloudstack. Changes --

Re: committer wanted for review

2013-06-15 Thread Hiroaki KAWAI
Probably we've agreed on that double slash should not generated by cloudstack. If something went wrong and double slash was passed to Winfows based NFS, the reason may A) there was another code that generates double slash B) cloudstack configuration or something user input was bad C) some path co

RE: Infra Issues from the IRC meeting (Wed, Jun 12)

2013-06-15 Thread Sudha Ponnaganti
Daily automated email with BVT test results would be helpful. -Original Message- From: Prasanna Santhanam [mailto:t...@apache.org] Sent: Friday, June 14, 2013 10:43 PM To: dev@cloudstack.apache.org Subject: Infra Issues from the IRC meeting (Wed, Jun 12) Saw a few infra topics being dis

Re: committer wanted for review

2013-06-15 Thread Daan Hoogland
H John, Yes, actually I was going to make it info level but you swapped me of my feet with your remark. The point is that a mixed posix-paths/UNC system triggered this fix. A double slash has double meaning in such an environment. However the error, be it human or system generated, does not desta