Re: Just checked in a minor change to the DB

2014-03-08 Thread Daan Hoogland
We have git spam so we should just use that I think. we could add to it by automatically let git add the tag when any sql is touched... I like the automated approach of tagging/spamming. It would remove the need to manually add the ..-CHANGE tags. I not very much for more automated mails to dev, th

Build failed in Jenkins: build-master-slowbuild #383

2014-03-08 Thread jenkins
See Changes: [mike.tutkowski] CLOUDSTACK-6170 -- [...truncated 18097 lines...] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] <<< cobertura-maven-plugin:2.6:cobertur

Build failed in Jenkins: build-master-slowbuild #384

2014-03-08 Thread jenkins
See -- [...truncated 18097 lines...] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] <<< cobertura-maven-plugin:2.6:cobertura (default-cli) @ cloud-awsapi <<< [INFO] [INFO] -

System VM template for 4.4?

2014-03-08 Thread Nux!
Hi, I'm trying to test various things in 4.4, but I'm having problems with the System VMs, I'm using the System VM template from 4.3 but it doesn't run properly. Can someone point me to the 4.4 one? Thanks, Lucian -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro

RE: System VM template for 4.4?

2014-03-08 Thread Rajesh Battala
Hi Nux, Here are the links for systemvm generated from master branch. http://jenkins.buildacloud.org/job/build-systemvm64-master/lastSuccessfulBuild/artifact/tools/appliance/dist/systemvm64template-master-xen.vhd.bz2 http://jenkins.buildacloud.org/job/build-systemvm64-master/lastSuccessfulBuil

RE: Just checked in a minor change to the DB

2014-03-08 Thread Rajesh Battala
Yes.. there might be chance to miss out to inform if we need to do manually. If we automate it with git it would be awesome.. -Original Message- From: Daan Hoogland [mailto:daan.hoogl...@gmail.com] Sent: Saturday, March 8, 2014 2:21 PM To: dev Subject: Re: Just checked in a minor change

RE: System VM template for 4.4?

2014-03-08 Thread Nux!
On 08.03.2014 13:54, Rajesh Battala wrote: Hi Nux, Here are the links for systemvm generated from master branch. http://jenkins.buildacloud.org/job/build-systemvm64-master/lastSuccessfulBuild/artifact/tools/appliance/dist/systemvm64template-master-xen.vhd.bz2 http://jenkins.buildacloud.org/job/

RE: system vm disk space issue in ACS 4.3

2014-03-08 Thread Marcus
Perhaps there's a new service. I know in the past we've seen issues with this , specifically the conntrackd log. I think the cloud logs weren't getting rolled either, but I thought it was all fixed. There's also simply not a ton of space on /var, I wish we would go back to just having one partitio

Build failed in Jenkins: build-master-slowbuild #385

2014-03-08 Thread jenkins
See -- [...truncated 18097 lines...] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] <<< cobertura-maven-plugin:2.6:cobertura (default-cli) @ cloud-awsapi <<< [INFO] [INFO] -

Using includeInApiDoc=false to modify output content of apidoc? (v4.2.1)

2014-03-08 Thread Phillip Kent
Hi, I am trying to modify the output content of tools/apidoc by using the option includeInApiDoc=false in the API command Java source. (I'm using the source code for cloudstack 4.2.1). It doesn't have any effect on output, so I wondered if anyone here knows if this option does or does not work, a

Build failed in Jenkins: build-systemvm64-4.2 #195

2014-03-08 Thread jenkins
See -- Started by timer [EnvInject] - Loading node environment variables. Building remotely on devcloud-continuous-tests in workspace

RE: system vm disk space issue in ACS 4.3

2014-03-08 Thread Rajesh Battala
Yes, only 435MB is available for /var . we can increase the space also. But we need to find out the root cause which services are causing the /var to fill up. Can you please find out and post which log files are taking up more space in /var Thanks Rajesh Battala -Original Message- From

Build failed in Jenkins: build-master-slowbuild #386

2014-03-08 Thread jenkins
See -- [...truncated 18097 lines...] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] <<< cobertura-maven-plugin:2.6:cobertura (default-cli) @ cloud-awsapi <<< [INFO] [INFO] -

Re: Review Request 17790: Domain-Account-User Sync Up Among Multiple Regions

2014-03-08 Thread Alex Ough
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17790/ --- (Updated March 8, 2014, 6:29 p.m.) Review request for cloudstack. Changes ---

RE: system vm disk space issue in ACS 4.3

2014-03-08 Thread Marcus
Yeah, I've just seen on busy systems where even with log rotation working properly the little space left in var after OS files is barely enough, for example the conntrackd log on a busy VPC. We actually ended up rolling our own system vm, the existing image has plenty of space, its just locked up i

Re: Just checked in a minor change to the DB

2014-03-08 Thread Mike Tutkowski
Sounds good - Who knows how to set that up? On Sat, Mar 8, 2014 at 6:55 AM, Rajesh Battala wrote: > Yes.. there might be chance to miss out to inform if we need to do > manually. If we automate it with git it would be awesome.. > > -Original Message- > From: Daan Hoogland [mailto:daan.h

Re: Review Request 17790: Domain-Account-User Sync Up Among Multiple Regions

2014-03-08 Thread Daan Hoogland
H Alex, I will have a test go at this. Did you monkey test it yourself and did you build and run it with -Dnoredist? On Sat, Mar 8, 2014 at 7:30 PM, Alex Ough wrote: >This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/17790/ > Review request for clo

Re: master issue calling volume resize via libvirt - Was: libvirt-java upgrade

2014-03-08 Thread Wido den Hollander
On 03/08/2014 12:32 AM, Marcus wrote: On Fri, Mar 7, 2014 at 4:30 PM, Marcus wrote: Hrm... sent instead of pasted. Commit commit 3989d6c48118f31464c87c71b6279a11eb13eb35 Author: Wido den Hollander Date: Mon Feb 3 17:04:11 2014 +0100 kvm: Resize volumes using libvirt virsh blockresi

Re: Just checked in a minor change to the DB

2014-03-08 Thread Daan Hoogland
in theory, we will have to set up a git (post or pre) commit hook that parses the contents and amend the comment if a .sql is found. I do not know if we need extra rights from infra or whether our commit bit is enough. I won't be having a look for that this weekend. hope to get time next week. O

Re: master issue calling volume resize via libvirt - Was: libvirt-java upgrade

2014-03-08 Thread Nux!
On 08.03.2014 18:58, Wido den Hollander wrote: On 03/08/2014 12:32 AM, Marcus wrote: On Fri, Mar 7, 2014 at 4:30 PM, Marcus wrote: Hrm... sent instead of pasted. Commit commit 3989d6c48118f31464c87c71b6279a11eb13eb35 Author: Wido den Hollander Date: Mon Feb 3 17:04:11 2014 +0100 kvm:

Re: Review Request 17790: Domain-Account-User Sync Up Among Multiple Regions

2014-03-08 Thread Alex Ough
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17790/ --- (Updated March 8, 2014, 7:06 p.m.) Review request for cloudstack. Changes ---

Build failed in Jenkins: build-master-slowbuild #387

2014-03-08 Thread jenkins
See -- [...truncated 18097 lines...] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] <<< cobertura-maven-plugin:2.6:cobertura (default-cli) @ cloud-awsapi <<< [INFO] [INFO] -

Build failed in Jenkins: build-master-slowbuild #388

2014-03-08 Thread jenkins
See -- [...truncated 18117 lines...] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] <<< cobertura-maven-plugin:2.6:cobertura (default-cli) @ cloud-awsapi <<< [INFO] [INFO] -

Re: master issue calling volume resize via libvirt - Was: libvirt-java upgrade

2014-03-08 Thread Marcus
I imagine the new LTS will have it, but I'm not sure what our OS support policy is. On Mar 8, 2014 11:59 AM, "Wido den Hollander" wrote: > > > On 03/08/2014 12:32 AM, Marcus wrote: > >> On Fri, Mar 7, 2014 at 4:30 PM, Marcus wrote: >> >>> Hrm... sent instead of pasted. Commit >>> >>> commit 3989

Build failed in Jenkins: build-master-slowbuild #389

2014-03-08 Thread jenkins
See -- [...truncated 18097 lines...] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] <<< cobertura-maven-plugin:2.6:cobertura (default-cli) @ cloud-awsapi <<< [INFO] [INFO] -

Build failed in Jenkins: build-master-slowbuild #390

2014-03-08 Thread jenkins
See -- [...truncated 18097 lines...] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] <<< cobertura-maven-plugin:2.6:cobertura (default-cli) @ cloud-awsapi <<< [INFO] [INFO] -