Jenkins build is back to normal : build-master-simulator #980

2014-11-05 Thread jenkins
See

Review Request 27671: MS does not start after the VM it is running on is rebooted

2014-11-05 Thread Damodar Reddy Talakanti
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/27671/ --- Review request for cloudstack, Kishan Kavala and Santhosh Edukulla. Bugs: CLOUD

Re: [API] Create/update user issue

2014-11-05 Thread Meghna Kale
It worked. Thanks Rohit. On Mon, Oct 27, 2014 at 11:32 PM, Rohit Yadav wrote: > Hi Meghna, > > The timezone [2] that you provide to this python script already URL > encodes the string in the param dictionary [1]. So, if you give it a > timezone with a “/“ character, for example in case of “Asia

Build failed in Jenkins: build-4.5 #94

2014-11-05 Thread jenkins
See Changes: [rajanikaruturi] Sorting projects alphabetically in drop down menu -- [...truncated 1807 lines...] --- T E S T S ---

Re: Review Request 27641: CLOUDSTACK-7849

2014-11-05 Thread Rajani Karuturi
> On Nov. 6, 2014, 4:50 a.m., Rajani Karuturi wrote: > > Can you also assign and resolve the JIRA ticket? > > Rajani Karuturi wrote: > commit: e03a7e6feaae2d024f2a53afd71e0230309b1085 on 4.5 and master putting the JIRA ID in commit message will also help. - Rajani --

Re: Review Request 27641: CLOUDSTACK-7849

2014-11-05 Thread Rajani Karuturi
> On Nov. 6, 2014, 4:50 a.m., Rajani Karuturi wrote: > > Can you also assign and resolve the JIRA ticket? commit: e03a7e6feaae2d024f2a53afd71e0230309b1085 on 4.5 and master - Rajani --- This is an automatically generated e-mail. To repl

Re: Review Request 27641: CLOUDSTACK-7849

2014-11-05 Thread Rajani Karuturi
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/27641/#review60112 --- Ship it! Can you also assign and resolve the JIRA ticket? - Rajani

Re: Review Request 27652: Normalize error message strings to make maintenance of said strings a bit easier.

2014-11-05 Thread Rajani Karuturi
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/27652/#review60111 --- looking at the diff isnt giving me much information. Can you share w

Build failed in Jenkins: build-4.5 #93

2014-11-05 Thread jenkins
See Changes: [rajanikaruturi] Fixed coverity issue -- [...truncated 1807 lines...] --- T E S T S

[GitHub] cloudstack pull request: Fixed coverity issue

2014-11-05 Thread karuturi
Github user karuturi closed the pull request at: https://github.com/apache/cloudstack/pull/37 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

Re: n00b question about "code cleanup" fixes

2014-11-05 Thread Derrick Schneider
Thanks! Submitted. It's nothing major. Just something I noticed while I was in that code. On Wed, Nov 5, 2014 at 12:43 PM, Wido den Hollander wrote: > > > On 11/05/2014 07:28 PM, Derrick Schneider wrote: > > Hey, all. I just downloaded and got Cloudstack building on my dev > machine, > > and I h

Review Request 27652: Normalize error message strings to make maintenance of said strings a bit easier.

2014-11-05 Thread Derrick Schneider
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/27652/ --- Review request for cloudstack. Repository: cloudstack-git Description ---

Build failed in Jenkins: build-4.5 #92

2014-11-05 Thread jenkins
See Changes: [jessicawang] CLOUDSTACK-7850: UI > Instances > detailView > Attach ISO option > ISO dropdown > should list only ISOs belonging to the same zone. -- [...truncated 1807 lines...] --

Re: KVM VM snapshots any time soon ?

2014-11-05 Thread Mike Tutkowski
When you say the disk would be snapshotted, do you mean from the point of view of the SAN or from the point of view of the hypervisor? A SAN snapshot is no problem. I'm mainly curious to see how this would work for a hypervisor snapshot. Thanks! On Wed, Nov 5, 2014 at 2:24 PM, Wido den Hollander

Re: KVM VM snapshots any time soon ?

2014-11-05 Thread Wido den Hollander
On 11/05/2014 10:18 PM, Mike Tutkowski wrote: > Hey Wido, > > Perhaps you know the answer to this: > > My main interactions with KVM have been in the form of data disks. > > I create a LUN on my SAN that gets passed to a VM as a data disk. > > In this situation, how would a snapshot of such a

Re: KVM VM snapshots any time soon ?

2014-11-05 Thread Mike Tutkowski
I'm pretty sure that memory for a VM on ESX is stored as a file on the same datastore with related VM files (including the root VMDK file). It's not as clear to me how memory is stored for a XenServer VM. Perhaps it, too, is stored as a file on the same storage repository as the root VDI. On Wed,

Re: KVM VM snapshots any time soon ?

2014-11-05 Thread Wido den Hollander
On 11/05/2014 10:13 PM, Andrija Panic wrote: > Wido, would it be possible that the memory is really stored as you > suggested in a separate disk file, on the same primary storage as where the > ROOTdisk exists. Maybe, probably a possibility. I haven't looked into it that deeply. > How did you

Re: KVM VM snapshots any time soon ?

2014-11-05 Thread Mike Tutkowski
Hey Wido, Perhaps you know the answer to this: My main interactions with KVM have been in the form of data disks. I create a LUN on my SAN that gets passed to a VM as a data disk. In this situation, how would a snapshot of such a disk work? On XenServer and ESX, your data disk can be just a su

Re: KVM VM snapshots any time soon ?

2014-11-05 Thread Andrija Panic
Wido, would it be possible that the memory is really stored as you suggested in a separate disk file, on the same primary storage as where the ROOTdisk exists. How did you implement this with Xen (I'm not familiar with it at all.) ? On 5 November 2014 22:01, Wido den Hollander wrote: > > > On 1

Re: KVM VM snapshots any time soon ?

2014-11-05 Thread Wido den Hollander
On 11/05/2014 07:37 PM, Logan Barfield wrote: > This is a feature we would like to see as well. > > Does KVM have native support for VM/Memory snapshotting? If so what are > the barriers to getting this implemented? > KVM has the support, but there is a problem with the storage. Snapshotting

Re: n00b question about "code cleanup" fixes

2014-11-05 Thread Wido den Hollander
On 11/05/2014 07:28 PM, Derrick Schneider wrote: > Hey, all. I just downloaded and got Cloudstack building on my dev machine, > and I had a question about a minor code-cleanup issue I saw. Specifically, > in DatabaseUpgradeChecker, there's this: > > if (Version.compare(trimmedCurrentVers

Review Request 27641: CLOUDSTACK-7849

2014-11-05 Thread Daniel Vega Simoes
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/27641/ --- Review request for cloudstack. Repository: cloudstack-git Description ---

Re: KVM VM snapshots any time soon ?

2014-11-05 Thread Logan Barfield
This is a feature we would like to see as well. Does KVM have native support for VM/Memory snapshotting? If so what are the barriers to getting this implemented? Thank You, Logan Barfield Tranquil Hosting On Wed, Nov 5, 2014 at 1:20 PM, Andrija Panic wrote: > Anybody ? > > On 3 November 201

Re: Guest IP Reservation

2014-11-05 Thread Logan Barfield
Since no one has responded I am considering this to be a bug, and created an issue in JIRA: https://issues.apache.org/jira/browse/CLOUDSTACK-7844 We are willing to pay someone to help us determine if this behavior is intended, and if not to come up with some patches to correct it. Thank You, Lo

n00b question about "code cleanup" fixes

2014-11-05 Thread Derrick Schneider
Hey, all. I just downloaded and got Cloudstack building on my dev machine, and I had a question about a minor code-cleanup issue I saw. Specifically, in DatabaseUpgradeChecker, there's this: if (Version.compare(trimmedCurrentVersion, upgrades[upgrades.length - 1].getUpgradedVersion()) != 0

Re: KVM VM snapshots any time soon ?

2014-11-05 Thread Andrija Panic
Anybody ? On 3 November 2014 15:23, Andrija Panic wrote: > Hi guys, > > do we have any plans in some near future to imlement full VM KVM > snapshots. So not single volume snaphost, but a reall VM snapshots. It is > already there for Xen/VMware, but not KVM. > > Any thoughts, ETA, or difficulties

Build failed in Jenkins: build-4.5 #91

2014-11-05 Thread jenkins
See Changes: [pdion891] CLOUDSTACK-7822: merge, test sslcert ca [pdion891] commented broken unit test -- [...truncated 1807 lines...] --- T E S

Re: [VOTE] Release Apache CloudStack CloudMonkey 5.3.0 (round #6)

2014-11-05 Thread Ian Duffy
+1 (binding). Did a few tests against exoscale. On 5 November 2014 15:47, Rohit Yadav wrote: > +1 from my side as well > > Tested cloudmonkey for deploying ACS using KVM and shared NFS storage, > write bash scripts etc. > > > On 04-Nov-2014, at 8:16 pm, Geoff Higginbottom < > geoff.higginbot...

Re: [VOTE] Release Apache CloudStack CloudMonkey 5.3.0 (round #6)

2014-11-05 Thread Rohit Yadav
+1 from my side as well Tested cloudmonkey for deploying ACS using KVM and shared NFS storage, write bash scripts etc. > On 04-Nov-2014, at 8:16 pm, Geoff Higginbottom > wrote: > > +1 > > All previous issues have been fixed - Well done Rohit > > Tested the following using scripts: > > Install

Re: [CLOUDSTACK-6850][4.4.2][BUG] - listUsageRecords with type=2 doesn't return "Cpu cores, cpu speed and memory"

2014-11-05 Thread Nux!
Nope, nothing. I'm in ADV+SG zone, perhaps this matters. -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Ilia Shakitko" > To: dev@cloudstack.apache.org > Sent: Wednesday, 5 November, 2014 12:54:23 > Subject: RE: [CLOUDSTACK-6850][4.4.

RE: [CLOUDSTACK-6850][4.4.2][BUG] - listUsageRecords with type=2 doesn't return "Cpu cores, cpu speed and memory"

2014-11-05 Thread Ilia Shakitko
Well, I am receiving those 3 values for VMs deployed with custom compute offering. Don't you have it at all? Kind regards, Ilia Shakitko Innovation Engineer LeaseWeb Technologies B.V. T: +31 20 316 0235 M: E: i.shaki...@tech.leaseweb.com W: http://www.leaseweb.com Luttenbergweg 8, 1101 EC Ams

[CAPACITY STATS][4.4] - Primary storage is 0 + strange behaviour on different VM statuses

2014-11-05 Thread Ilia Shakitko
Hello, I am experiencing new features in ACS 4.4 and playing with VMs and ComputeOfferings to see what I can do. And I noticed 2 strange things. First of all. Whatever status a VM has – I can’t see Primary Storage is used: http://clip2net.com/s/jdOCBQ At second I made this experiment: 1) VM i

Review Request 27613: sync Job Failures always reported as success on Event Bus

2014-11-05 Thread Damodar Reddy Talakanti
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/27613/ --- Review request for cloudstack, Kishan Kavala and Koushik Das. Bugs: CLOUDSTACK-

[GitHub] cloudstack pull request: Fixed coverity issue

2014-11-05 Thread karuturi
GitHub user karuturi opened a pull request: https://github.com/apache/cloudstack/pull/37 Fixed coverity issue CID 11461 (#1 of 1): DLS: Dead local store (FB.DLS_DEAD_LOCAL_STORE) You can merge this pull request into a Git repository by running: $ git pull https://github.com/kar

Re: Running Xenserver on top of KVM or another HV

2014-11-05 Thread Nux!
I just found out that the problem is due to the kernel (CentOS 7, kernel 3.10.0-123) The problem goes away once I install kernel 3.17.2+ from ElRepo. Xenserver no longer complains about the inability to HVM. Lucian -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - O

Jenkins build is back to normal : build-4.5 #90

2014-11-05 Thread jenkins
See

FWD: Network devroom at FOSDEM

2014-11-05 Thread sebgoa
This is a forward: --- Hi everyone, We are pleased to announce the Call for Participation in the FOSDEM 2015 Networking DevRoom! Important dates: * Nov 25: Deadline for submissions * Dec 1: Speakers notified of acceptance * Dec 5: Schedule published This is the first time that networking has

Build failed in Jenkins: build-4.5 #89

2014-11-05 Thread jenkins
See Changes: [rajanikaruturi] CLOUDSTACK-7837: [UI] Make the Source CIDR column wide enough to fit the CIDR value without ellipsizing -- [...truncated 1656 lines...] [INFO] --- maven-clean-plugin:2

Re: no upgrade path from 4.4.1 to 4.4.2-SNAPSHOT

2014-11-05 Thread Daan Hoogland
Go ahead and create one Will. There is no active dev work now, but we will bring out a 4.4.2 On Tue, Nov 4, 2014 at 5:30 PM, Will Stevens wrote: > I pulled the code on the 4.4 branch and built it this morning. It builds > (if you skip tests), but the server will not start because: > > INFO [c.c

[GitHub] cloudstack pull request: Merge 4.5 to master

2014-11-05 Thread karuturi
Github user karuturi closed the pull request at: https://github.com/apache/cloudstack/pull/36 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

Re: [PROPOSAL] Move to github PR only during moratorium on commit

2014-11-05 Thread Daan Hoogland
I share your frustration Rajani, I made some steps which I feel are turned back now. I am giving up and really not feeling this is worth my effort anymore. People don't take the effort to commit on a branch. gating commits is and will not solve unwillingness. It will slow us down at committing bug

Re: Review Request 27568: CLOUDSTACK-7837: [UI] Make the Source CIDR column wide enough to fit the CIDR value without ellipsizing

2014-11-05 Thread Rajani Karuturi
> On Nov. 5, 2014, 10:46 a.m., Rajani Karuturi wrote: > > Ship It! commit 6490694231cb1184011b8504cb118ba73fe6cdc1 on 4.5 and master - Rajani --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/2

Re: [PROPOSAL] Move to github PR only during moratorium on commit

2014-11-05 Thread Rajani Karuturi
as Travis is happy and some of my tests went fine, I pushed the merge. ~Rajani On Wed, Nov 5, 2014 at 2:55 PM, Rajani Karuturi wrote: > Travis is happy with the merge. Can I push this? > > ~Rajani > > On Wed, Nov 5, 2014 at 12:38 PM, Rajani Karuturi > wrote: > >> I did merge -s ours and someho

Re: Review Request 27568: CLOUDSTACK-7837: [UI] Make the Source CIDR column wide enough to fit the CIDR value without ellipsizing

2014-11-05 Thread Rajani Karuturi
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/27568/#review59942 --- Ship it! Ship It! - Rajani Karuturi On Nov. 4, 2014, 11:52 a.m.,

Review Request 27611: CLOUDSTACK-6282 - Added automated tests for filter feature

2014-11-05 Thread Avinash Gautam
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/27611/ --- Review request for cloudstack and Santhosh Edukulla. Bugs: CLOUDSTACK-6282

Re: [CLOUDSTACK-6850][4.4.2][BUG] - listUsageRecords with type=2 doesn't return "Cpu cores, cpu speed and memory"

2014-11-05 Thread Nux!
A few are "custom", but most are not. Is there anything in particular that you'd like to know? Lucian -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Ilia Shakitko" > To: dev@cloudstack.apache.org > Sent: Wednesday, 5 November, 2014

RE: [CLOUDSTACK-6850][4.4.2][BUG] - listUsageRecords with type=2 doesn't return "Cpu cores, cpu speed and memory"

2014-11-05 Thread Ilia Shakitko
What type of Compute Offering do you use? Kind regards, Ilia Shakitko Innovation Engineer LeaseWeb Technologies B.V. T: +31 20 316 0235 M: E: i.shaki...@tech.leaseweb.com W: http://www.leaseweb.com Luttenbergweg 8, 1101 EC Amsterdam, Netherlands -Original Message- From: Nux! [mailto:

Re: [PROPOSAL] Move to github PR only during moratorium on commit

2014-11-05 Thread Rajani Karuturi
Travis is happy with the merge. Can I push this? ~Rajani On Wed, Nov 5, 2014 at 12:38 PM, Rajani Karuturi wrote: > I did merge -s ours and somehow didnt see any issue. ( > https://github.com/apache/cloudstack/pull/36) > will wait for the Travis report ( > https://travis-ci.org/apache/cloudstack

Re: [PROPOSAL] Move to github PR only during moratorium on commit

2014-11-05 Thread Rajani Karuturi
These problems existed for 4.4 and the same continued to 4.5. Despite discussing lot of things, we didnt act on anything and we are continuing the same to 4.6 There is no plan whatsoever to address any of those issues. ~Rajani On Wed, Nov 5, 2014 at 2:33 AM, David Nalley wrote: > On Sun, Nov 2

Re: Review Request 27416: CLOUDSTACK-7823: test_snapshots.py - remove test case dependency on each other

2014-11-05 Thread Gaurav Aradhye
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/27416/ --- (Updated Nov. 5, 2014, 2:14 p.m.) Review request for cloudstack and Srikanteswa

Re: Review Request 27379: CLOUDSTACK-7118: Fixing test_escalations_instances.py, Removing dependency of test cases on each other

2014-11-05 Thread Gaurav Aradhye
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/27379/ --- (Updated Nov. 5, 2014, 2:06 p.m.) Review request for cloudstack and Srikanteswa