Jenkins build is still unstable: simulator-4.5-singlerun #134

2015-01-20 Thread jenkins
See 



master test_createRegion failing (Re: Jenkins build is unstable: simulator-singlerun #874)

2015-01-20 Thread Leo Simons
Hey folks,

  integration.smoke.test_regions.TestRegions.test_createRegion

has been failing for a while now with

  CloudstackAPIException: Execute cmd: addregion failed, due to:
errorCode: 530, errorText:Problem with getting the ec attribute

see i.e.

  
http://jenkins.buildacloud.org/job/simulator-singlerun/907/testReport/integration.smoke.test_regions/TestRegions/test_createRegion/


cheers,


Leo

On Jan 7, 2015, at 1:21 PM, jenk...@cloudstack.org wrote:
> See 



i want get how to build and run cloudstack 4.4.2 in eclipse

2015-01-20 Thread wangyuyang1...@163.com
hi:
can tell me how to build and run cloudstack 4.4.2 in eclipse?
can give a detail wiki?
thanks!



wangyuyang1...@163.com


Re: i want get how to build and run cloudstack 4.4.2 in eclipse

2015-01-20 Thread Erik Weber
On Tue, Jan 20, 2015 at 9:50 AM, wangyuyang1...@163.com <
wangyuyang1...@163.com> wrote:

> hi:
> can tell me how to build and run cloudstack 4.4.2 in eclipse?
> can give a detail wiki?
> thanks!
>
>
>
Take a look at the following wikis:


https://cwiki.apache.org/confluence/display/CLOUDSTACK/Setting+up+CloudStack+Development+Environment

https://cwiki.apache.org/confluence/display/CLOUDSTACK/How+to+build+CloudStack
https://cwiki.apache.org/confluence/display/CLOUDSTACK/Working+with+CloudStack+Code


-- 
Erik



>
> wangyuyang1...@163.com
>


Review Request 30067: CLOUDSTACK-8170: Skipping tests on HyperV which try to scale VM in running state because feature not supported

2015-01-20 Thread Gaurav Aradhye

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/30067/
---

Review request for cloudstack and SrikanteswaraRao Talluri.


Bugs: CLOUDSTACK-8170
https://issues.apache.org/jira/browse/CLOUDSTACK-8170


Repository: cloudstack-git


Description
---

Skipping tests on HyperV because scaling VM in running state is not supported.


Diffs
-

  test/integration/component/test_dynamic_compute_offering.py 5215f84 

Diff: https://reviews.apache.org/r/30067/diff/


Testing
---

Yes.


Thanks,

Gaurav Aradhye



Jenkins build is still unstable: simulator-4.5-singlerun #135

2015-01-20 Thread jenkins
See 



Help with testing Cloudbase-init on Cloudstack Windows VMs

2015-01-20 Thread Nux!
Hi guys,

It looks like the folk at Cloudbase.it have finished adding Cloudstack support 
in their product.
Let's test this and report any problems

https://www.cloudbase.it/downloads/CloudbaseInitSetup_Beta_x64.msi
https://www.cloudbase.it/downloads/CloudbaseInitSetup_Beta_x86.msi

For those who are not aware, Cloudbase-init is basically cloud-init for Windows 
(and not only, BSD support is also planned etc).
https://github.com/cloudbase/cloudbase-init
http://www.cloudbase.it/cloud-init-for-windows-instances/

Lucian

--
Sent from the Delta quadrant using Borg technology!

Nux!
www.nux.ro


Re: [VOTE] Apache CloudStack 4.5.0 RC1

2015-01-20 Thread Rohit Yadav

Hi Marcus,

Thanks for replying. I checked the code, we read the config value from
agent.properties to see if kvmclock.disabled param is true or false.
Based on that only we general suitable xml. I think codewise it looks
alright, what other improvements do you think we can do?

The libvirt version on my host (Ubuntu 14.04 based) was 1.2.2. I
couldn't find after which version of libvirt it should work so as to put
a if-else check for that.

On Monday 19 January 2015 09:55 PM, Marcus wrote:

Rohit, the kvmclock error might be that we are trying to use a feature
of kvmclock that is missing in your particular version of qemu or
libvirt. We probably don't want to require kvmclock to be disabled
(though it is an option), so we can perhaps wrap the offending tick
code xml generation in a version check as done elsewhere.

On Mon, Jan 19, 2015 at 4:30 AM, Daan Hoogland  wrote:

Rohit is mentioning regression here. I suggest we drop this rc.

mobile dev with bilingual spelling checker used (read at your own risk)
Op 15 jan. 2015 15:42 schreef "Rohit Yadav" :


Hi,

Tested using KVM: While it was working for most cases it failed for me
(after upgrades from 4.3.2) for few minor issues.

Due to this, I've to vote -1.

Browsing cluster level settings produced NPE. This issue has already
been fixed in 4.4 but somehow did not make in to 4.5/master. I've fixed
it on 4.5/master (CLOUDSTACK-7219). No NPE seen after this fix, though
it would hide errors in log in case a configuration is found but
configDepot return null we get NPE. I'm not sure why this happened for
key "cluster.memory.allocated.capacity.disablethreshold"

On fresh deployment with KVM, creation of volumes failed with kvmclock
related exceptions.
2015-01-15 11:53:01,500 WARN  [kvm.resource.LibvirtComputingResource]
(agentRequest-Handler-1:null) LibvirtException
org.libvirt.LibvirtException: unsupported configuration: timer kvmclock
doesn't support setting of timer tickpolicy
 at org.libvirt.ErrorHandler.processError(Unknown Source)

This was fixed after setting 'kvmclock.disable=true' in
/etc/cloudstack/agent/agent.properties While this worked after this
workaround, I want to discuss if this should be treated like a bug?

Whenever ssvms were launching some warning and exceptions were seen (in
basic zone with or without localstorage) and after this exception
CloudStack kept trying to launch them and finally succeeded in deploying
systemvms:

2015-01-15 19:32:02,829 WARN  [c.c.u.d.Merovingian2]
(Work-Job-Executor-1:ctx-0a56dc80 job-10/job-12 ctx-8e851b7a) Was unable
to find lock for the key template_spool_ref1 and thread id 258565260
com.cloud.utils.exception.CloudRuntimeException: Was unable to find lock
for the key template_spool_ref1 and thread id 258565260

---at com.cloud.utils.db.Merovingian2.release(Merovingian2.java:274)



---at

com.cloud.utils.db.TransactionLegacy.release(TransactionLegacy.java:397)

---at

com.cloud.utils.db.GenericDaoBase.releaseFromLockTable(
GenericDaoBase.java:1045)

While the above seems something which can be ignored, I don't know why
this was happening.

What worked on KVM:

- Basic zone deployment without and without local storage and
with/without security groups (after kvmclock disable fix)
- Basic vm lifecycle: create, start, stop, restart, destroy
- Upgrade from 4.3.2 after NPE fix

I'll test other components in detail tomorrow wrt advance zone, vpc and
networking.

Regards.

On Tuesday 13 January 2015 04:46 AM, David Nalley wrote:


Hi folks,

I've created a 4.5.0 release candidate, with the following artifacts
up for a vote:

Git Branch and Commit SH:
https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=
tree;h=refs/heads/4.5-RC20150112T2256;hb=4.5-RC20150112T2256
Commit: 8db3cbd4ff62b17a8b496026b68cf60ee0c76740

Source release (checksums and signatures are available at the same
location):
https://dist.apache.org/repos/dist/dev/cloudstack/4.5.0-rc1/

PGP release keys (signed using 6FE50F1C):
https://dist.apache.org/repos/dist/release/cloudstack/KEYS

Vote will be open for at least 72 hours.

For sanity in tallying the vote, can PMC members please be sure to
indicate "(binding)" with their vote?

[ ] +1  approve
[ ] +0  no opinion
[ ] -1  disapprove (and reason why)



--
Regards,
Rohit Yadav
Software Architect, ShapeBlue
M. +91 8826230892 | rohit.ya...@shapeblue.com
Blog: bhaisaab.org | Twitter: @_bhaisaab
PS. If you see any footer below, I did not add it :)
Find out more about ShapeBlue and our range of CloudStack related services

IaaS Cloud Design & Build
CSForge – rapid IaaS deployment framework
CloudStack Consulting
CloudStack Software Engineering
CloudStack Infrastructure Support
CloudStack Bootcamp Training Courses

Re: [VOTE] Apache CloudStack 4.5.0 RC1

2015-01-20 Thread Rohit Yadav

Hi,

On Monday 19 January 2015 06:00 PM, Daan Hoogland wrote:

Rohit is mentioning regression here. I suggest we drop this rc.

mobile dev with bilingual spelling checker used (read at your own risk)


Yes please let'd do that.

Since yesterday, I've scanned over 400 issues on JIRA and cherry-picked
bugfixes which were fixed on master or older branches but not on 4.5.
Travis seems to be happy about it:
https://travis-ci.org/apache/cloudstack/builds/47628745

I've been testing 4.5 branch since today morning with KVM and except for
few issues it looks promising:

https://issues.apache.org/jira/browse/CLOUDSTACK-8171 (seen in
xenserver, kvm setups)
https://issues.apache.org/jira/browse/CLOUDSTACK-8172 (could be
environment based)
https://issues.apache.org/jira/browse/CLOUDSTACK-8150 (build related)
https://issues.apache.org/jira/browse/CLOUDSTACK-8043

--
Regards,
Rohit Yadav
Software Architect, ShapeBlue
M. +91 8826230892 | rohit.ya...@shapeblue.com
Blog: bhaisaab.org | Twitter: @_bhaisaab
PS. If you see any footer below, I did not add it :)
Find out more about ShapeBlue and our range of CloudStack related services

IaaS Cloud Design & Build
CSForge – rapid IaaS deployment framework
CloudStack Consulting
CloudStack Software 
Engineering
CloudStack Infrastructure 
Support
CloudStack Bootcamp Training Courses

This email and any attachments to it may be confidential and are intended solely 
for the use of the individual to whom it is addressed. Any views or opinions 
expressed are solely those of the author and do not necessarily represent those of 
Shape Blue Ltd or related companies. If you are not the intended recipient of this 
email, you must neither take any action based upon its contents, nor copy or show 
it to anyone. Please contact the sender if you believe you have received this email 
in error. Shape Blue Ltd is a company incorporated in England & Wales. 
ShapeBlue Services India LLP is a company incorporated in India and is operated 
under license from Shape Blue Ltd. Shape Blue Brasil Consultoria Ltda is a company 
incorporated in Brasil and is operated under license from Shape Blue Ltd. ShapeBlue 
SA Pty Ltd is a company registered by The Republic of South Africa and is traded 
under license from Shape Blue Ltd. ShapeBlue is a registered trademark.


Review Request 30075: CLOUDSTACK-8124: Skipping snapshot tests on Hyper-V

2015-01-20 Thread Gaurav Aradhye

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/30075/
---

Review request for cloudstack and SrikanteswaraRao Talluri.


Bugs: CLOUDSTACK-8124
https://issues.apache.org/jira/browse/CLOUDSTACK-8124


Repository: cloudstack-git


Description
---

Snapshot feature is not supported on hyper-V. Skipping the tests.


Diffs
-

  test/integration/component/test_snapshots.py 5b8cdc7 

Diff: https://reviews.apache.org/r/30075/diff/


Testing
---

Yes.


Thanks,

Gaurav Aradhye



Re: [VOTE] Apache CloudStack 4.5.0 RC1

2015-01-20 Thread Daan Hoogland
-1 (binding), just to be formal. As said, Rohit found a regression in
comparison to 4.4!

On Tue, Jan 20, 2015 at 1:51 PM, Rohit Yadav  wrote:
> Hi,
>
> On Monday 19 January 2015 06:00 PM, Daan Hoogland wrote:
>>
>> Rohit is mentioning regression here. I suggest we drop this rc.
>>
>> mobile dev with bilingual spelling checker used (read at your own risk)
>
>
> Yes please let'd do that.
>
> Since yesterday, I've scanned over 400 issues on JIRA and cherry-picked
> bugfixes which were fixed on master or older branches but not on 4.5.
> Travis seems to be happy about it:
> https://travis-ci.org/apache/cloudstack/builds/47628745
>
> I've been testing 4.5 branch since today morning with KVM and except for
> few issues it looks promising:
>
> https://issues.apache.org/jira/browse/CLOUDSTACK-8171 (seen in
> xenserver, kvm setups)
> https://issues.apache.org/jira/browse/CLOUDSTACK-8172 (could be
> environment based)
> https://issues.apache.org/jira/browse/CLOUDSTACK-8150 (build related)
> https://issues.apache.org/jira/browse/CLOUDSTACK-8043
>
>
> --
> Regards,
> Rohit Yadav
> Software Architect, ShapeBlue
> M. +91 8826230892 | rohit.ya...@shapeblue.com
> Blog: bhaisaab.org | Twitter: @_bhaisaab
> PS. If you see any footer below, I did not add it :)
> Find out more about ShapeBlue and our range of CloudStack related services
>
> IaaS Cloud Design &
> Build
> CSForge – rapid IaaS deployment framework
> CloudStack Consulting
> CloudStack Software
> Engineering
> CloudStack Infrastructure
> Support
> CloudStack Bootcamp Training
> Courses
>
> This email and any attachments to it may be confidential and are intended
> solely for the use of the individual to whom it is addressed. Any views or
> opinions expressed are solely those of the author and do not necessarily
> represent those of Shape Blue Ltd or related companies. If you are not the
> intended recipient of this email, you must neither take any action based
> upon its contents, nor copy or show it to anyone. Please contact the sender
> if you believe you have received this email in error. Shape Blue Ltd is a
> company incorporated in England & Wales. ShapeBlue Services India LLP is a
> company incorporated in India and is operated under license from Shape Blue
> Ltd. Shape Blue Brasil Consultoria Ltda is a company incorporated in Brasil
> and is operated under license from Shape Blue Ltd. ShapeBlue SA Pty Ltd is a
> company registered by The Republic of South Africa and is traded under
> license from Shape Blue Ltd. ShapeBlue is a registered trademark.



-- 
Daan


Re: [VOTE] Apache CloudStack 4.5.0 RC1

2015-01-20 Thread Pierre-Luc Dion
by any chance,  I wanted to test VPC load-balancing without netscaler. on
4.3.x  I have a dropdown list for Algorithm on the Load-Balancing features
of a Public IP. in 4.5.0 I don't see the list and it fail to create LB.

Thanks,



On Tue, Jan 20, 2015 at 9:05 AM, Daan Hoogland 
wrote:

> -1 (binding), just to be formal. As said, Rohit found a regression in
> comparison to 4.4!
>
> On Tue, Jan 20, 2015 at 1:51 PM, Rohit Yadav 
> wrote:
> > Hi,
> >
> > On Monday 19 January 2015 06:00 PM, Daan Hoogland wrote:
> >>
> >> Rohit is mentioning regression here. I suggest we drop this rc.
> >>
> >> mobile dev with bilingual spelling checker used (read at your own risk)
> >
> >
> > Yes please let'd do that.
> >
> > Since yesterday, I've scanned over 400 issues on JIRA and cherry-picked
> > bugfixes which were fixed on master or older branches but not on 4.5.
> > Travis seems to be happy about it:
> > https://travis-ci.org/apache/cloudstack/builds/47628745
> >
> > I've been testing 4.5 branch since today morning with KVM and except for
> > few issues it looks promising:
> >
> > https://issues.apache.org/jira/browse/CLOUDSTACK-8171 (seen in
> > xenserver, kvm setups)
> > https://issues.apache.org/jira/browse/CLOUDSTACK-8172 (could be
> > environment based)
> > https://issues.apache.org/jira/browse/CLOUDSTACK-8150 (build related)
> > https://issues.apache.org/jira/browse/CLOUDSTACK-8043
> >
> >
> > --
> > Regards,
> > Rohit Yadav
> > Software Architect, ShapeBlue
> > M. +91 8826230892 | rohit.ya...@shapeblue.com
> > Blog: bhaisaab.org | Twitter: @_bhaisaab
> > PS. If you see any footer below, I did not add it :)
> > Find out more about ShapeBlue and our range of CloudStack related
> services
> >
> > IaaS Cloud Design &
> > Build
> > CSForge – rapid IaaS deployment framework
> > CloudStack Consulting
> > CloudStack Software
> > Engineering
> > CloudStack Infrastructure
> > Support
> > CloudStack Bootcamp Training
> > Courses
> >
> > This email and any attachments to it may be confidential and are intended
> > solely for the use of the individual to whom it is addressed. Any views
> or
> > opinions expressed are solely those of the author and do not necessarily
> > represent those of Shape Blue Ltd or related companies. If you are not
> the
> > intended recipient of this email, you must neither take any action based
> > upon its contents, nor copy or show it to anyone. Please contact the
> sender
> > if you believe you have received this email in error. Shape Blue Ltd is a
> > company incorporated in England & Wales. ShapeBlue Services India LLP is
> a
> > company incorporated in India and is operated under license from Shape
> Blue
> > Ltd. Shape Blue Brasil Consultoria Ltda is a company incorporated in
> Brasil
> > and is operated under license from Shape Blue Ltd. ShapeBlue SA Pty Ltd
> is a
> > company registered by The Republic of South Africa and is traded under
> > license from Shape Blue Ltd. ShapeBlue is a registered trademark.
>
>
>
> --
> Daan
>


Re: [VOTE] Apache CloudStack 4.5.0 RC1

2015-01-20 Thread Marcus
I'd suggest in LibvirtComputingResource we wrap the call to
clock.setTimer for kvmclock in a libvirt version check and change the
parameters passed based on that (see  variable
_hypervisorLibvirtVersion). I haven't tracked down exactly which
version shipped it, but it seems like someone was 'cleaning up'
libvirt and perhaps enforced that kvmclock doesn't take options:

http://libvirt.org/git/?p=libvirt.git;a=commitdiff;h=bbd392ff86249434ca63bb5977d2b1bd2d72a538

"- kvmclock: no extra attributes are supported"

In general, we want kvmclock, and it should only be disabled if
there's an issue (e.g. it has broken live migration in the past with
certain qemu and kernel versions).

I am confused about one thing, you mention this only shows up when you
add volumes, correct? Is that attaching a volume to a VM with these
settings? Is the clock XML somehow getting added to the volume?

On Tue, Jan 20, 2015 at 4:44 AM, Rohit Yadav  wrote:
> Hi Marcus,
>
> Thanks for replying. I checked the code, we read the config value from
> agent.properties to see if kvmclock.disabled param is true or false.
> Based on that only we general suitable xml. I think codewise it looks
> alright, what other improvements do you think we can do?
>
> The libvirt version on my host (Ubuntu 14.04 based) was 1.2.2. I
> couldn't find after which version of libvirt it should work so as to put
> a if-else check for that.
>
>
> On Monday 19 January 2015 09:55 PM, Marcus wrote:
>>
>> Rohit, the kvmclock error might be that we are trying to use a feature
>> of kvmclock that is missing in your particular version of qemu or
>> libvirt. We probably don't want to require kvmclock to be disabled
>> (though it is an option), so we can perhaps wrap the offending tick
>> code xml generation in a version check as done elsewhere.
>>
>> On Mon, Jan 19, 2015 at 4:30 AM, Daan Hoogland 
>> wrote:
>>>
>>> Rohit is mentioning regression here. I suggest we drop this rc.
>>>
>>> mobile dev with bilingual spelling checker used (read at your own risk)
>>> Op 15 jan. 2015 15:42 schreef "Rohit Yadav" :
>>>
 Hi,

 Tested using KVM: While it was working for most cases it failed for me
 (after upgrades from 4.3.2) for few minor issues.

 Due to this, I've to vote -1.

 Browsing cluster level settings produced NPE. This issue has already
 been fixed in 4.4 but somehow did not make in to 4.5/master. I've fixed
 it on 4.5/master (CLOUDSTACK-7219). No NPE seen after this fix, though
 it would hide errors in log in case a configuration is found but
 configDepot return null we get NPE. I'm not sure why this happened for
 key "cluster.memory.allocated.capacity.disablethreshold"

 On fresh deployment with KVM, creation of volumes failed with kvmclock
 related exceptions.
 2015-01-15 11:53:01,500 WARN  [kvm.resource.LibvirtComputingResource]
 (agentRequest-Handler-1:null) LibvirtException
 org.libvirt.LibvirtException: unsupported configuration: timer kvmclock
 doesn't support setting of timer tickpolicy
  at org.libvirt.ErrorHandler.processError(Unknown Source)

 This was fixed after setting 'kvmclock.disable=true' in
 /etc/cloudstack/agent/agent.properties While this worked after this
 workaround, I want to discuss if this should be treated like a bug?

 Whenever ssvms were launching some warning and exceptions were seen (in
 basic zone with or without localstorage) and after this exception
 CloudStack kept trying to launch them and finally succeeded in deploying
 systemvms:

 2015-01-15 19:32:02,829 WARN  [c.c.u.d.Merovingian2]
 (Work-Job-Executor-1:ctx-0a56dc80 job-10/job-12 ctx-8e851b7a) Was unable
 to find lock for the key template_spool_ref1 and thread id 258565260
 com.cloud.utils.exception.CloudRuntimeException: Was unable to find lock
 for the key template_spool_ref1 and thread id 258565260
>
> ---at com.cloud.utils.db.Merovingian2.release(Merovingian2.java:274)


> ---at

 com.cloud.utils.db.TransactionLegacy.release(TransactionLegacy.java:397)
>
> ---at

 com.cloud.utils.db.GenericDaoBase.releaseFromLockTable(
 GenericDaoBase.java:1045)

 While the above seems something which can be ignored, I don't know why
 this was happening.

 What worked on KVM:

 - Basic zone deployment without and without local storage and
 with/without security groups (after kvmclock disable fix)
 - Basic vm lifecycle: create, start, stop, restart, destroy
 - Upgrade from 4.3.2 after NPE fix

 I'll test other components in detail tomorrow wrt advance zone, vpc and
 networking.

 Regards.

 On Tuesday 13 January 2015 04:46 AM, David Nalley wrote:

> Hi folks,
>
> I've created a 4.5.0 release candidate, with the following artifacts
> up for a vote:
>
> Git Branch and Commit SH:
> https://git-wip-us.apach

Re: [VOTE] Apache CloudStack 4.5.0 RC1

2015-01-20 Thread Marcus
...or I guess we can just disable extra attributes altogether for
kvmclock, if we can confirm that it never should have had extra
options

On Tue, Jan 20, 2015 at 9:01 AM, Marcus  wrote:
> I'd suggest in LibvirtComputingResource we wrap the call to
> clock.setTimer for kvmclock in a libvirt version check and change the
> parameters passed based on that (see  variable
> _hypervisorLibvirtVersion). I haven't tracked down exactly which
> version shipped it, but it seems like someone was 'cleaning up'
> libvirt and perhaps enforced that kvmclock doesn't take options:
>
> http://libvirt.org/git/?p=libvirt.git;a=commitdiff;h=bbd392ff86249434ca63bb5977d2b1bd2d72a538
>
> "- kvmclock: no extra attributes are supported"
>
> In general, we want kvmclock, and it should only be disabled if
> there's an issue (e.g. it has broken live migration in the past with
> certain qemu and kernel versions).
>
> I am confused about one thing, you mention this only shows up when you
> add volumes, correct? Is that attaching a volume to a VM with these
> settings? Is the clock XML somehow getting added to the volume?
>
> On Tue, Jan 20, 2015 at 4:44 AM, Rohit Yadav  
> wrote:
>> Hi Marcus,
>>
>> Thanks for replying. I checked the code, we read the config value from
>> agent.properties to see if kvmclock.disabled param is true or false.
>> Based on that only we general suitable xml. I think codewise it looks
>> alright, what other improvements do you think we can do?
>>
>> The libvirt version on my host (Ubuntu 14.04 based) was 1.2.2. I
>> couldn't find after which version of libvirt it should work so as to put
>> a if-else check for that.
>>
>>
>> On Monday 19 January 2015 09:55 PM, Marcus wrote:
>>>
>>> Rohit, the kvmclock error might be that we are trying to use a feature
>>> of kvmclock that is missing in your particular version of qemu or
>>> libvirt. We probably don't want to require kvmclock to be disabled
>>> (though it is an option), so we can perhaps wrap the offending tick
>>> code xml generation in a version check as done elsewhere.
>>>
>>> On Mon, Jan 19, 2015 at 4:30 AM, Daan Hoogland 
>>> wrote:

 Rohit is mentioning regression here. I suggest we drop this rc.

 mobile dev with bilingual spelling checker used (read at your own risk)
 Op 15 jan. 2015 15:42 schreef "Rohit Yadav" :

> Hi,
>
> Tested using KVM: While it was working for most cases it failed for me
> (after upgrades from 4.3.2) for few minor issues.
>
> Due to this, I've to vote -1.
>
> Browsing cluster level settings produced NPE. This issue has already
> been fixed in 4.4 but somehow did not make in to 4.5/master. I've fixed
> it on 4.5/master (CLOUDSTACK-7219). No NPE seen after this fix, though
> it would hide errors in log in case a configuration is found but
> configDepot return null we get NPE. I'm not sure why this happened for
> key "cluster.memory.allocated.capacity.disablethreshold"
>
> On fresh deployment with KVM, creation of volumes failed with kvmclock
> related exceptions.
> 2015-01-15 11:53:01,500 WARN  [kvm.resource.LibvirtComputingResource]
> (agentRequest-Handler-1:null) LibvirtException
> org.libvirt.LibvirtException: unsupported configuration: timer kvmclock
> doesn't support setting of timer tickpolicy
>  at org.libvirt.ErrorHandler.processError(Unknown Source)
>
> This was fixed after setting 'kvmclock.disable=true' in
> /etc/cloudstack/agent/agent.properties While this worked after this
> workaround, I want to discuss if this should be treated like a bug?
>
> Whenever ssvms were launching some warning and exceptions were seen (in
> basic zone with or without localstorage) and after this exception
> CloudStack kept trying to launch them and finally succeeded in deploying
> systemvms:
>
> 2015-01-15 19:32:02,829 WARN  [c.c.u.d.Merovingian2]
> (Work-Job-Executor-1:ctx-0a56dc80 job-10/job-12 ctx-8e851b7a) Was unable
> to find lock for the key template_spool_ref1 and thread id 258565260
> com.cloud.utils.exception.CloudRuntimeException: Was unable to find lock
> for the key template_spool_ref1 and thread id 258565260
>>
>> ---at com.cloud.utils.db.Merovingian2.release(Merovingian2.java:274)
>
>
>> ---at
>
> com.cloud.utils.db.TransactionLegacy.release(TransactionLegacy.java:397)
>>
>> ---at
>
> com.cloud.utils.db.GenericDaoBase.releaseFromLockTable(
> GenericDaoBase.java:1045)
>
> While the above seems something which can be ignored, I don't know why
> this was happening.
>
> What worked on KVM:
>
> - Basic zone deployment without and without local storage and
> with/without security groups (after kvmclock disable fix)
> - Basic vm lifecycle: create, start, stop, restart, destroy
> - Upgrade from 4.3.2 after NPE fix
>
> I'll test other components in detail tomorrow wrt adv

Re: [VOTE] Apache CloudStack 4.5.0 RC1

2015-01-20 Thread David Nalley
So we likely will cancel this, but there's good discussion and problem
solving going on in this, I don't want people to ignore this because I
cancelled it.

--David

On Tue, Jan 20, 2015 at 9:05 AM, Daan Hoogland  wrote:
> -1 (binding), just to be formal. As said, Rohit found a regression in
> comparison to 4.4!
>
> On Tue, Jan 20, 2015 at 1:51 PM, Rohit Yadav  
> wrote:
>> Hi,
>>
>> On Monday 19 January 2015 06:00 PM, Daan Hoogland wrote:
>>>
>>> Rohit is mentioning regression here. I suggest we drop this rc.
>>>
>>> mobile dev with bilingual spelling checker used (read at your own risk)
>>
>>
>> Yes please let'd do that.
>>
>> Since yesterday, I've scanned over 400 issues on JIRA and cherry-picked
>> bugfixes which were fixed on master or older branches but not on 4.5.
>> Travis seems to be happy about it:
>> https://travis-ci.org/apache/cloudstack/builds/47628745
>>
>> I've been testing 4.5 branch since today morning with KVM and except for
>> few issues it looks promising:
>>
>> https://issues.apache.org/jira/browse/CLOUDSTACK-8171 (seen in
>> xenserver, kvm setups)
>> https://issues.apache.org/jira/browse/CLOUDSTACK-8172 (could be
>> environment based)
>> https://issues.apache.org/jira/browse/CLOUDSTACK-8150 (build related)
>> https://issues.apache.org/jira/browse/CLOUDSTACK-8043
>>
>>
>> --
>> Regards,
>> Rohit Yadav
>> Software Architect, ShapeBlue
>> M. +91 8826230892 | rohit.ya...@shapeblue.com
>> Blog: bhaisaab.org | Twitter: @_bhaisaab
>> PS. If you see any footer below, I did not add it :)
>> Find out more about ShapeBlue and our range of CloudStack related services
>>
>> IaaS Cloud Design &
>> Build
>> CSForge – rapid IaaS deployment framework
>> CloudStack Consulting
>> CloudStack Software
>> Engineering
>> CloudStack Infrastructure
>> Support
>> CloudStack Bootcamp Training
>> Courses
>>
>> This email and any attachments to it may be confidential and are intended
>> solely for the use of the individual to whom it is addressed. Any views or
>> opinions expressed are solely those of the author and do not necessarily
>> represent those of Shape Blue Ltd or related companies. If you are not the
>> intended recipient of this email, you must neither take any action based
>> upon its contents, nor copy or show it to anyone. Please contact the sender
>> if you believe you have received this email in error. Shape Blue Ltd is a
>> company incorporated in England & Wales. ShapeBlue Services India LLP is a
>> company incorporated in India and is operated under license from Shape Blue
>> Ltd. Shape Blue Brasil Consultoria Ltda is a company incorporated in Brasil
>> and is operated under license from Shape Blue Ltd. ShapeBlue SA Pty Ltd is a
>> company registered by The Republic of South Africa and is traded under
>> license from Shape Blue Ltd. ShapeBlue is a registered trademark.
>
>
>
> --
> Daan


Jenkins build is back to normal : build-master #2174

2015-01-20 Thread jenkins
See 



Jenkins build is still unstable: simulator-singlerun #910

2015-01-20 Thread jenkins
See 



Jenkins build is still unstable: simulator-singlerun #911

2015-01-20 Thread jenkins
See