Re: [VOTE] Apache CloudStack 4.5.0 RC3

2015-02-18 Thread Nux!
Hi,

An attempt to upgrade from 4.4.1 to 4.5 RC3 was successful, so were several 
basic tests, so I'm reverting my -1 to +1 as far as I am concerned.

Lucian

--
Sent from the Delta quadrant using Borg technology!

Nux!
www.nux.ro

- Original Message -
> From: "Nux!" 
> To: dev@cloudstack.apache.org
> Sent: Sunday, 8 February, 2015 20:40:22
> Subject: Re: [VOTE] Apache CloudStack 4.5.0 RC3

> Opened https://issues.apache.org/jira/browse/CLOUDSTACK-8234 for the java 
> issue.
> 
> Let me know if more info is needed.
> 
> --
> Sent from the Delta quadrant using Borg technology!
> 
> Nux!
> www.nux.ro
> 
> - Original Message -
>> From: "Rohit Yadav" 
>> To: dev@cloudstack.apache.org
>> Sent: Sunday, 8 February, 2015 18:31:58
>> Subject: Re: [VOTE] Apache CloudStack 4.5.0 RC3
> 
>>> On 08-Feb-2015, at 11:44 pm, Nux!  wrote:
>>>
>>> "ERROR [cloud.agent.AgentShell] (main:null) Unable to start agent: Resource
>>> class not found: com.cloud.storage.resource.PremiumSecondaryStorageResource 
>>> due
>>> to: java.lang.ClassNotFoundException:
>>> com.cloud.storage.resource.PremiumSecondaryStorageResource"
>> 
>> This looks like a JDK related issue. If this is KVM (looks like it); or
>> otherwise just make sure that you’re using Java7 (jdk/jre 1.7). The fix would
>> be to be install openjdk7 on all servers (management/usage and kvm hosts). 
>> 4.5
>> SystemVMs already have openjdk7.
>> 
>> If this does not work, please open a ticket and share the logs along with
>> environment info (OS, platform etc).
>> 
>> Regards,
>> Rohit Yadav
>> Software Architect, ShapeBlue
>> M. +91 88 262 30892 | rohit.ya...@shapeblue.com
>> Blog: bhaisaab.org | Twitter: @_bhaisaab
>> 
>> 
>> 
>> Find out more about ShapeBlue and our range of CloudStack related services
>> 
>> IaaS Cloud Design & Build<http://shapeblue.com/iaas-cloud-design-and-build//>
>> CSForge – rapid IaaS deployment framework<http://shapeblue.com/csforge/>
>> CloudStack Consulting<http://shapeblue.com/cloudstack-consultancy/>
>> CloudStack Software
>> Engineering<http://shapeblue.com/cloudstack-software-engineering/>
>> CloudStack Infrastructure
>> Support<http://shapeblue.com/cloudstack-infrastructure-support/>
>> CloudStack Bootcamp Training 
>> Courses<http://shapeblue.com/cloudstack-training/>
>> 
>> 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.


Re: [VOTE] Apache CloudStack 4.5.0 RC3

2015-02-10 Thread ilya musayev
My finding thus far - not a blocker, could be classified as known 
issues, but should consider fixing:


My environment:
OEL 6.3
CloudStack 4.3.2
vSphere 5.5 and ESXi5.5

Issues noticed:

-
CloudStack MS complains:
2015-02-11 00:55:58,545 DEBUG [c.c.u.s.Script] (main:null) Executing: 
sudo keytool -genkey -keystore 
/etc/cloudstack/management/cloudmanagementserver.keystore -storepass 
vmops.com -keypass vmops.co
m -keyalg RSA -validity 3650 -dname cn="Cloudstack 
User",ou="example.com",o="corp.apple.com",c="Unknown"

2015-02-11 00:55:58,572 DEBUG [c.c.u.s.Script] (main:null) Exit value is 1
2015-02-11 00:55:58,573 DEBUG [c.c.u.s.Script] (main:null) sudo: no tty 
present and no askpass program specified
2015-02-11 00:55:58,574 WARN  [c.c.s.ConfigurationServerImpl] 
(main:null) Would use fail-safe keystore to continue.
java.io.IOException: Fail to generate certificate!: sudo: no tty present 
and no askpass program specified
at 
com.cloud.server.ConfigurationServerImpl.generateDefaultKeystore(ConfigurationServerImpl.java:604)
at 
com.cloud.server.ConfigurationServerImpl.updateSSLKeystore(ConfigurationServerImpl.java:632)


Solution:
Append following to sudoers
> Defaults:cloud  !requiretty

---
CloudStack MS complains:

2015-02-11 00:55:58,545 DEBUG [c.c.u.s.Script] (main:null) Executing: 
sudo keytool -genkey -keystore 
/etc/cloudstack/management/cloudmanagementserver.keystore -storepass 
vmops.com -keypass vmops.com -keyalg RSA -validity 3650 -dname 
cn="Cloudstack User",ou="example.com",o="corp.apple.com",c="Unknown"

2015-02-11 00:55:58,572 DEBUG [c.c.u.s.Script] (main:null) Exit value is 1
2015-02-11 00:55:58,573 DEBUG [c.c.u.s.Script] (main:null) sudo: no tty 
present and no askpass program specified
2015-02-11 00:55:58,574 WARN  [c.c.s.ConfigurationServerImpl] 
(main:null) Would use fail-safe keystore to continue.
java.io.IOException: Fail to generate certificate!: sudo: no tty present 
and no askpass program specified
at 
com.cloud.server.ConfigurationServerImpl.generateDefaultKeystore(ConfigurationServerImpl.java:604)
at 
com.cloud.server.ConfigurationServerImpl.updateSSLKeystore(ConfigurationServerImpl.java:632)


Solution:
append /usr/bin/keytool to cloud user, example:
> cloud ALL =NOPASSWD : /bin/chmod, /bin/cp, /bin/mkdir, /bin/mount, 
/bin/umount, /usr/bin/keytool



alternatively, create a separate file in /etc/sudoers.d/cloudstack and 
append both lines

Defaults:cloud  !requiretty
cloud ALL =NOPASSWD : /bin/chmod, /bin/cp, /bin/mkdir, /bin/mount, 
/bin/umount, /usr/bin/keytool



Going to open another bug about OnwireClassRegistry, what it this error? 
It occurs when MS starts.


2015-02-11 01:06:59,582 DEBUG [o.a.c.f.c.i.ConfigDepotImpl] (main:null) 
Retrieving keys from ExtensionRegistry
2015-02-11 01:07:02,372 DEBUG [o.a.c.f.s.OnwireClassRegistry] 
(main:null) Encountered IOException

java.io.IOException: Stream closed
at java.util.zip.ZipInputStream.ensureOpen(ZipInputStream.java:66)
at java.util.zip.ZipInputStream.getNextEntry(ZipInputStream.java:115)
at java.util.jar.JarInputStream.getNextEntry(JarInputStream.java:142)
at 
java.util.jar.JarInputStream.getNextJarEntry(JarInputStream.java:179)
at 
org.apache.cloudstack.framework.serializer.OnwireClassRegistry.getFromJARFile(OnwireClassRegistry.java:162)
at 
org.apache.cloudstack.framework.serializer.OnwireClassRegistry.getClasses(OnwireClassRegistry.java:119)
at 
org.apache.cloudstack.framework.serializer.OnwireClassRegistry.getClasses(OnwireClassRegistry.java:95)
at 
org.apache.cloudstack.framework.serializer.OnwireClassRegistry.scan(OnwireClassRegistry.java:76)



There is something strange with db.properties and key file - i think 
mostly related to ownership and perms. I will rerun upgrade to confirm - 
but it seemed to be the case on my several attempts.




Successful tests:

Create VM with multiple disks
Start VM
Destroy VM
Snapshot VM
No noticed issues or errors while MS core has been running for few hours 
except for the ones above.



If we can get clarity on how to address the issues or note them in docs, 
I dont see any blockers that cause functional issues. So i'm +0 - 
pending my final tests,  i would like to know what can be done for the 
errors above.


I can submit a patch, but due to $work policies, it may take much longer 
for me to do.


Regards
ilya

On 2/7/15 11:01 PM, David Nalley wrote:

Hi All,

I've created yet another 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=shortlog;h=refs/heads/4.5-RC20150208T0646
Commit: 187935a0e3c68e01ed33a8f7f0e6d69e6cdb0aca

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

PGP release keys (signed using 0x6fe50f1c):
https://dist.apac

Re: [VOTE] Apache CloudStack 4.5.0 RC3

2015-02-10 Thread ilya musayev
I cant positively vote on this just yet, I've noticed that I have issues 
with encryption/decryption of passwords..


-0, until i make further progress...


On 2/7/15 11:01 PM, David Nalley wrote:

Hi All,

I've created yet another 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=shortlog;h=refs/heads/4.5-RC20150208T0646
Commit: 187935a0e3c68e01ed33a8f7f0e6d69e6cdb0aca

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

PGP release keys (signed using 0x6fe50f1c):
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)


--David




RE: [VOTE] Apache CloudStack 4.5.0 RC3

2015-02-10 Thread Adrian Lewis
Seem to be hitting CLOUDSTACK-7671 despite it previously being marked as
fixed.
https://issues.apache.org/jira/browse/CLOUDSTACK-7671

Using the ShapeBlue centos7 testing RPMs with Xenserver 6.5. By the looks of
the jira issue, I'm not the only one. This is a bit of a blocker for me at
least as you can’t reboot the management server without manually modifying
the pid file before starting up the cloudstack-management service.

-Original Message-
From: Geoff Higginbottom [mailto:geoff.higginbot...@shapeblue.com]
Sent: 09 February 2015 13:54
To: dev@cloudstack.apache.org
Subject: RE: [VOTE] Apache CloudStack 4.5.0 RC3

Hi Pierre-Luc,

You are right Basic Networking 'With' security Groups requires Linux Bridge,
and will not work with OVS.

This is a Basic Zone 'Without' security groups so OVS should work.  Linux
Bridge is only required if you use Security Groups.

I know of a CloudStack install running a Basic Zone without Security Groups
on 4.3.x and they are using OVS without any problems.

I did a test upgrade to 4.5.0 and the Hosts stay in Alert State.

Regards

Geoff Higginbottom

D: +44 20 3603 0542 | S: +44 20 3603 0540 | M: +447968161581

geoff.higginbot...@shapeblue.com

-Original Message-
From: Pierre-Luc Dion [mailto:pd...@cloudops.com]
Sent: 09 February 2015 13:48
To: dev@cloudstack.apache.org
Subject: Re: [VOTE] Apache CloudStack 4.5.0 RC3

Geoff, as far as I know Basic Networking with Security group never worked
with XenServer + OVS, only with Bridge, please correct me if I'm wrong.




On Mon, Feb 9, 2015 at 8:31 AM, Geoff Higginbottom <
geoff.higginbot...@shapeblue.com> wrote:

> -1
>
> When trying to add XenServers to a new 'Basic Zone without Security
> Groups" the Hosts remain in 'Alert' state because they are running OVS
> and not Linux Bridge.
>
> There is no requirement to revert to Linux Bridge unless you are using
> Security Groups, so this test is incorrect.
>
> In 4.3.x this was not the case.
>
> If try and upgrade a 4.3.2 system which uses XenServer 6.2 with OVS
> enabled, all Hosts remain in Alert state as 4.5.0 is expecting Linux
> Bridge
>
> Regards
>
> Geoff Higginbottom
>
> D: +44 20 3603 0542 | S: +44 20 3603 0540 | M: +447968161581
>
> geoff.higginbot...@shapeblue.com
>
> -Original Message-
> From: Abhinandan Prateek [mailto:abhinandan.prat...@shapeblue.com]
> Sent: 09 February 2015 13:27
> To: dev@cloudstack.apache.org
> Subject: Re: [VOTE] Apache CloudStack 4.5.0 RC3
>
> Yes, with -1s no point voting further.
>
> Tested local storage in Advance zone.
> Live VM migration is working with local storage (Xen 6.5 cluster) that
> was broken in RC1, and RC2.
>
> -abhi
>
>
> > On 09-Feb-2015, at 6:27 pm, Ian Duffy  wrote:
> >
> > +0 (no point voting with -1s above)
> >
> > Tested this using Devcloud4 on an advanced zone worked without
> > issue, environment came up, template downloaded was able to create a
> > VM and a egress rule to allow outbound connectivity. Great to see
> > the xen server networking label stuff fixed, this caused some issues
> > for me with automating things with marvin (hence why devcloud4
> > advance didn't work with 4.4).
> >
> > If anyone is interested: (assumes you've read the docs for
> > devcloud4, installed berkshelf/chef-dk, setup the vboxnet adapters)
> >
> > git clone g...@github.com:imduffy15/devcloud4.git
> > cd binary-installation-advanced
> > vagrant up
> >
> >
> > On 9 February 2015 at 09:02, Nux!  wrote:
> >> Daan,
> >>
> >> That's fine. There were no critical issues to be addressed really
> >> by a
> 4.4.3 AFAIK.
> >> Let's get 4.5 right. :)
> >>
> >> --
> >> Sent from the Delta quadrant using Borg technology!
> >>
> >> Nux!
> >> www.nux.ro
> >>
> >> - Original Message -
> >>> From: "Daan Hoogland" 
> >>> To: "dev" 
> >>> Sent: Monday, 9 February, 2015 07:29:13
> >>> Subject: Re: [VOTE] Apache CloudStack 4.5.0 RC3
> >>
> >>> Gents,
> >>>
> >>> 4.4.3 vote was never formally closed. Do we need to continue? If
> >>> so I will create a new rc!
> >>>
> >>> On Mon, Feb 9, 2015 at 1:51 AM, Mike Tutkowski
> >>>  wrote:
> >>>> FYI: I have resolved and closed out
> >>>> https://issues.apache.org/jira/browse/CLOUDSTACK-8233.
> >>>>
> >>>> On Sun, Feb 8, 2015 at 9:44 AM, Mike Tutkowski
> >>>>  >>>>> wrote:
> >>>>
> >>&g

RE: [VOTE] Apache CloudStack 4.5.0 RC3

2015-02-09 Thread Geoff Higginbottom
Hi Pierre-Luc,

You are right Basic Networking 'With' security Groups requires Linux Bridge, 
and will not work with OVS.

This is a Basic Zone 'Without' security groups so OVS should work.  Linux 
Bridge is only required if you use Security Groups.

I know of a CloudStack install running a Basic Zone without Security Groups on 
4.3.x and they are using OVS without any problems.

I did a test upgrade to 4.5.0 and the Hosts stay in Alert State.

Regards

Geoff Higginbottom

D: +44 20 3603 0542 | S: +44 20 3603 0540 | M: +447968161581

geoff.higginbot...@shapeblue.com

-Original Message-
From: Pierre-Luc Dion [mailto:pd...@cloudops.com]
Sent: 09 February 2015 13:48
To: dev@cloudstack.apache.org
Subject: Re: [VOTE] Apache CloudStack 4.5.0 RC3

Geoff, as far as I know Basic Networking with Security group never worked with 
XenServer + OVS, only with Bridge, please correct me if I'm wrong.




On Mon, Feb 9, 2015 at 8:31 AM, Geoff Higginbottom < 
geoff.higginbot...@shapeblue.com> wrote:

> -1
>
> When trying to add XenServers to a new 'Basic Zone without Security
> Groups" the Hosts remain in 'Alert' state because they are running OVS
> and not Linux Bridge.
>
> There is no requirement to revert to Linux Bridge unless you are using
> Security Groups, so this test is incorrect.
>
> In 4.3.x this was not the case.
>
> If try and upgrade a 4.3.2 system which uses XenServer 6.2 with OVS
> enabled, all Hosts remain in Alert state as 4.5.0 is expecting Linux
> Bridge
>
> Regards
>
> Geoff Higginbottom
>
> D: +44 20 3603 0542 | S: +44 20 3603 0540 | M: +447968161581
>
> geoff.higginbot...@shapeblue.com
>
> -Original Message-
> From: Abhinandan Prateek [mailto:abhinandan.prat...@shapeblue.com]
> Sent: 09 February 2015 13:27
> To: dev@cloudstack.apache.org
> Subject: Re: [VOTE] Apache CloudStack 4.5.0 RC3
>
> Yes, with -1s no point voting further.
>
> Tested local storage in Advance zone.
> Live VM migration is working with local storage (Xen 6.5 cluster) that
> was broken in RC1, and RC2.
>
> -abhi
>
>
> > On 09-Feb-2015, at 6:27 pm, Ian Duffy  wrote:
> >
> > +0 (no point voting with -1s above)
> >
> > Tested this using Devcloud4 on an advanced zone worked without
> > issue, environment came up, template downloaded was able to create a
> > VM and a egress rule to allow outbound connectivity. Great to see
> > the xen server networking label stuff fixed, this caused some issues
> > for me with automating things with marvin (hence why devcloud4
> > advance didn't work with 4.4).
> >
> > If anyone is interested: (assumes you've read the docs for
> > devcloud4, installed berkshelf/chef-dk, setup the vboxnet adapters)
> >
> > git clone g...@github.com:imduffy15/devcloud4.git
> > cd binary-installation-advanced
> > vagrant up
> >
> >
> > On 9 February 2015 at 09:02, Nux!  wrote:
> >> Daan,
> >>
> >> That's fine. There were no critical issues to be addressed really
> >> by a
> 4.4.3 AFAIK.
> >> Let's get 4.5 right. :)
> >>
> >> --
> >> Sent from the Delta quadrant using Borg technology!
> >>
> >> Nux!
> >> www.nux.ro
> >>
> >> - Original Message -
> >>> From: "Daan Hoogland" 
> >>> To: "dev" 
> >>> Sent: Monday, 9 February, 2015 07:29:13
> >>> Subject: Re: [VOTE] Apache CloudStack 4.5.0 RC3
> >>
> >>> Gents,
> >>>
> >>> 4.4.3 vote was never formally closed. Do we need to continue? If
> >>> so I will create a new rc!
> >>>
> >>> On Mon, Feb 9, 2015 at 1:51 AM, Mike Tutkowski
> >>>  wrote:
> >>>> FYI: I have resolved and closed out
> >>>> https://issues.apache.org/jira/browse/CLOUDSTACK-8233.
> >>>>
> >>>> On Sun, Feb 8, 2015 at 9:44 AM, Mike Tutkowski
> >>>>  >>>>> wrote:
> >>>>
> >>>>> Here is the newly created bug:
> >>>>>
> >>>>> https://issues.apache.org/jira/browse/CLOUDSTACK-8233
> >>>>>
> >>>>> On Sun, Feb 8, 2015 at 9:37 AM, Mike Tutkowski <
> >>>>> mike.tutkow...@solidfire.com> wrote:
> >>>>>
> >>>>>> -1
> >>>>>>
> >>>>>> Marcus and I are working on a fix for not being able to create
> >>>>>> VMs on KVM due to kvmclock not being recognized by older
> >>>>>> versions
> of Libv

Re: [VOTE] Apache CloudStack 4.5.0 RC3

2015-02-09 Thread Pierre-Luc Dion
Geoff, as far as I know Basic Networking with Security group never worked
with XenServer + OVS, only with Bridge, please correct me if I'm wrong.




On Mon, Feb 9, 2015 at 8:31 AM, Geoff Higginbottom <
geoff.higginbot...@shapeblue.com> wrote:

> -1
>
> When trying to add XenServers to a new 'Basic Zone without Security
> Groups" the Hosts remain in 'Alert' state because they are running OVS and
> not Linux Bridge.
>
> There is no requirement to revert to Linux Bridge unless you are using
> Security Groups, so this test is incorrect.
>
> In 4.3.x this was not the case.
>
> If try and upgrade a 4.3.2 system which uses XenServer 6.2 with OVS
> enabled, all Hosts remain in Alert state as 4.5.0 is expecting Linux Bridge
>
> Regards
>
> Geoff Higginbottom
>
> D: +44 20 3603 0542 | S: +44 20 3603 0540 | M: +447968161581
>
> geoff.higginbot...@shapeblue.com
>
> -Original Message-
> From: Abhinandan Prateek [mailto:abhinandan.prat...@shapeblue.com]
> Sent: 09 February 2015 13:27
> To: dev@cloudstack.apache.org
> Subject: Re: [VOTE] Apache CloudStack 4.5.0 RC3
>
> Yes, with -1s no point voting further.
>
> Tested local storage in Advance zone.
> Live VM migration is working with local storage (Xen 6.5 cluster) that was
> broken in RC1, and RC2.
>
> -abhi
>
>
> > On 09-Feb-2015, at 6:27 pm, Ian Duffy  wrote:
> >
> > +0 (no point voting with -1s above)
> >
> > Tested this using Devcloud4 on an advanced zone worked without issue,
> > environment came up, template downloaded was able to create a VM and a
> > egress rule to allow outbound connectivity. Great to see the xen
> > server networking label stuff fixed, this caused some issues for me
> > with automating things with marvin (hence why devcloud4 advance didn't
> > work with 4.4).
> >
> > If anyone is interested: (assumes you've read the docs for devcloud4,
> > installed berkshelf/chef-dk, setup the vboxnet adapters)
> >
> > git clone g...@github.com:imduffy15/devcloud4.git
> > cd binary-installation-advanced
> > vagrant up
> >
> >
> > On 9 February 2015 at 09:02, Nux!  wrote:
> >> Daan,
> >>
> >> That's fine. There were no critical issues to be addressed really by a
> 4.4.3 AFAIK.
> >> Let's get 4.5 right. :)
> >>
> >> --
> >> Sent from the Delta quadrant using Borg technology!
> >>
> >> Nux!
> >> www.nux.ro
> >>
> >> - Original Message -
> >>> From: "Daan Hoogland" 
> >>> To: "dev" 
> >>> Sent: Monday, 9 February, 2015 07:29:13
> >>> Subject: Re: [VOTE] Apache CloudStack 4.5.0 RC3
> >>
> >>> Gents,
> >>>
> >>> 4.4.3 vote was never formally closed. Do we need to continue? If so
> >>> I will create a new rc!
> >>>
> >>> On Mon, Feb 9, 2015 at 1:51 AM, Mike Tutkowski
> >>>  wrote:
> >>>> FYI: I have resolved and closed out
> >>>> https://issues.apache.org/jira/browse/CLOUDSTACK-8233.
> >>>>
> >>>> On Sun, Feb 8, 2015 at 9:44 AM, Mike Tutkowski
> >>>>  >>>>> wrote:
> >>>>
> >>>>> Here is the newly created bug:
> >>>>>
> >>>>> https://issues.apache.org/jira/browse/CLOUDSTACK-8233
> >>>>>
> >>>>> On Sun, Feb 8, 2015 at 9:37 AM, Mike Tutkowski <
> >>>>> mike.tutkow...@solidfire.com> wrote:
> >>>>>
> >>>>>> -1
> >>>>>>
> >>>>>> Marcus and I are working on a fix for not being able to create
> >>>>>> VMs on KVM due to kvmclock not being recognized by older versions
> of Libvirt.
> >>>>>>
> >>>>>> I have most of the testing done. I should be done with the rest
> >>>>>> of it today and can check this code in.
> >>>>>>
> >>>>>> I don't think we have a ticket for this, so I'll go ahead and
> create one.
> >>>>>>
> >>>>>> Thanks (and sorry for the need for a subsequent RC)!
> >>>>>>
> >>>>>> On Sun, Feb 8, 2015 at 12:01 AM, David Nalley 
> wrote:
> >>>>>>
> >>>>>>> Hi All,
> >>>>>>>
> >>>>>>> I've created yet another 4.5.0 release candidate, with the
> >>>>>>> following ar

RE: [VOTE] Apache CloudStack 4.5.0 RC3

2015-02-09 Thread Geoff Higginbottom
-1

When trying to add XenServers to a new 'Basic Zone without Security Groups" the 
Hosts remain in 'Alert' state because they are running OVS and not Linux Bridge.

There is no requirement to revert to Linux Bridge unless you are using Security 
Groups, so this test is incorrect.

In 4.3.x this was not the case.

If try and upgrade a 4.3.2 system which uses XenServer 6.2 with OVS enabled, 
all Hosts remain in Alert state as 4.5.0 is expecting Linux Bridge

Regards

Geoff Higginbottom

D: +44 20 3603 0542 | S: +44 20 3603 0540 | M: +447968161581

geoff.higginbot...@shapeblue.com

-Original Message-
From: Abhinandan Prateek [mailto:abhinandan.prat...@shapeblue.com]
Sent: 09 February 2015 13:27
To: dev@cloudstack.apache.org
Subject: Re: [VOTE] Apache CloudStack 4.5.0 RC3

Yes, with -1s no point voting further.

Tested local storage in Advance zone.
Live VM migration is working with local storage (Xen 6.5 cluster) that was 
broken in RC1, and RC2.

-abhi


> On 09-Feb-2015, at 6:27 pm, Ian Duffy  wrote:
>
> +0 (no point voting with -1s above)
>
> Tested this using Devcloud4 on an advanced zone worked without issue,
> environment came up, template downloaded was able to create a VM and a
> egress rule to allow outbound connectivity. Great to see the xen
> server networking label stuff fixed, this caused some issues for me
> with automating things with marvin (hence why devcloud4 advance didn't
> work with 4.4).
>
> If anyone is interested: (assumes you've read the docs for devcloud4,
> installed berkshelf/chef-dk, setup the vboxnet adapters)
>
> git clone g...@github.com:imduffy15/devcloud4.git
> cd binary-installation-advanced
> vagrant up
>
>
> On 9 February 2015 at 09:02, Nux!  wrote:
>> Daan,
>>
>> That's fine. There were no critical issues to be addressed really by a 4.4.3 
>> AFAIK.
>> Let's get 4.5 right. :)
>>
>> --
>> Sent from the Delta quadrant using Borg technology!
>>
>> Nux!
>> www.nux.ro
>>
>> - Original Message -
>>> From: "Daan Hoogland" 
>>> To: "dev" 
>>> Sent: Monday, 9 February, 2015 07:29:13
>>> Subject: Re: [VOTE] Apache CloudStack 4.5.0 RC3
>>
>>> Gents,
>>>
>>> 4.4.3 vote was never formally closed. Do we need to continue? If so
>>> I will create a new rc!
>>>
>>> On Mon, Feb 9, 2015 at 1:51 AM, Mike Tutkowski
>>>  wrote:
>>>> FYI: I have resolved and closed out
>>>> https://issues.apache.org/jira/browse/CLOUDSTACK-8233.
>>>>
>>>> On Sun, Feb 8, 2015 at 9:44 AM, Mike Tutkowski
>>>> >>>> wrote:
>>>>
>>>>> Here is the newly created bug:
>>>>>
>>>>> https://issues.apache.org/jira/browse/CLOUDSTACK-8233
>>>>>
>>>>> On Sun, Feb 8, 2015 at 9:37 AM, Mike Tutkowski <
>>>>> mike.tutkow...@solidfire.com> wrote:
>>>>>
>>>>>> -1
>>>>>>
>>>>>> Marcus and I are working on a fix for not being able to create
>>>>>> VMs on KVM due to kvmclock not being recognized by older versions of 
>>>>>> Libvirt.
>>>>>>
>>>>>> I have most of the testing done. I should be done with the rest
>>>>>> of it today and can check this code in.
>>>>>>
>>>>>> I don't think we have a ticket for this, so I'll go ahead and create one.
>>>>>>
>>>>>> Thanks (and sorry for the need for a subsequent RC)!
>>>>>>
>>>>>> On Sun, Feb 8, 2015 at 12:01 AM, David Nalley  wrote:
>>>>>>
>>>>>>> Hi All,
>>>>>>>
>>>>>>> I've created yet another 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=short
>>>>>>> log;h=refs/heads/4.5-RC20150208T0646
>>>>>>> Commit: 187935a0e3c68e01ed33a8f7f0e6d69e6cdb0aca
>>>>>>>
>>>>>>> Source release (checksums and signatures are available at the
>>>>>>> same
>>>>>>> location):
>>>>>>> https://dist.apache.org/repos/dist/dev/cloudstack/4.5.0-rc3/
>>>>>>>
>>>>>>> PGP release keys (signed using 0x6fe50f1c):
>>>>>>&g

Re: [VOTE] Apache CloudStack 4.5.0 RC3

2015-02-09 Thread Abhinandan Prateek
Yes, with -1s no point voting further.

Tested local storage in Advance zone.
Live VM migration is working with local storage (Xen 6.5 cluster) that was 
broken in RC1, and RC2.

-abhi


> On 09-Feb-2015, at 6:27 pm, Ian Duffy  wrote:
>
> +0 (no point voting with -1s above)
>
> Tested this using Devcloud4 on an advanced zone worked without issue,
> environment came up, template downloaded was able to create a VM and a
> egress rule to allow outbound connectivity. Great to see the xen
> server networking label stuff fixed, this caused some issues for me
> with automating things with marvin (hence why devcloud4 advance didn't
> work with 4.4).
>
> If anyone is interested: (assumes you've read the docs for devcloud4,
> installed berkshelf/chef-dk, setup the vboxnet adapters)
>
> git clone g...@github.com:imduffy15/devcloud4.git
> cd binary-installation-advanced
> vagrant up
>
>
> On 9 February 2015 at 09:02, Nux!  wrote:
>> Daan,
>>
>> That's fine. There were no critical issues to be addressed really by a 4.4.3 
>> AFAIK.
>> Let's get 4.5 right. :)
>>
>> --
>> Sent from the Delta quadrant using Borg technology!
>>
>> Nux!
>> www.nux.ro
>>
>> - Original Message -
>>> From: "Daan Hoogland" 
>>> To: "dev" 
>>> Sent: Monday, 9 February, 2015 07:29:13
>>> Subject: Re: [VOTE] Apache CloudStack 4.5.0 RC3
>>
>>> Gents,
>>>
>>> 4.4.3 vote was never formally closed. Do we need to continue? If so I
>>> will create a new rc!
>>>
>>> On Mon, Feb 9, 2015 at 1:51 AM, Mike Tutkowski
>>>  wrote:
>>>> FYI: I have resolved and closed out
>>>> https://issues.apache.org/jira/browse/CLOUDSTACK-8233.
>>>>
>>>> On Sun, Feb 8, 2015 at 9:44 AM, Mike Tutkowski 
>>>> >>>> wrote:
>>>>
>>>>> Here is the newly created bug:
>>>>>
>>>>> https://issues.apache.org/jira/browse/CLOUDSTACK-8233
>>>>>
>>>>> On Sun, Feb 8, 2015 at 9:37 AM, Mike Tutkowski <
>>>>> mike.tutkow...@solidfire.com> wrote:
>>>>>
>>>>>> -1
>>>>>>
>>>>>> Marcus and I are working on a fix for not being able to create VMs on KVM
>>>>>> due to kvmclock not being recognized by older versions of Libvirt.
>>>>>>
>>>>>> I have most of the testing done. I should be done with the rest of it
>>>>>> today and can check this code in.
>>>>>>
>>>>>> I don't think we have a ticket for this, so I'll go ahead and create one.
>>>>>>
>>>>>> Thanks (and sorry for the need for a subsequent RC)!
>>>>>>
>>>>>> On Sun, Feb 8, 2015 at 12:01 AM, David Nalley  wrote:
>>>>>>
>>>>>>> Hi All,
>>>>>>>
>>>>>>> I've created yet another 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=shortlog;h=refs/heads/4.5-RC20150208T0646
>>>>>>> Commit: 187935a0e3c68e01ed33a8f7f0e6d69e6cdb0aca
>>>>>>>
>>>>>>> Source release (checksums and signatures are available at the same
>>>>>>> location):
>>>>>>> https://dist.apache.org/repos/dist/dev/cloudstack/4.5.0-rc3/
>>>>>>>
>>>>>>> PGP release keys (signed using 0x6fe50f1c):
>>>>>>> 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)
>>>>>>>
>>>>>>>
>>>>>>> --David
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> *Mike Tutkowski*
>>>>>> *Senior CloudStack Developer, SolidFire Inc.*
>&g

Re: [VOTE] Apache CloudStack 4.5.0 RC3

2015-02-09 Thread Ian Duffy
+0 (no point voting with -1s above)

Tested this using Devcloud4 on an advanced zone worked without issue,
environment came up, template downloaded was able to create a VM and a
egress rule to allow outbound connectivity. Great to see the xen
server networking label stuff fixed, this caused some issues for me
with automating things with marvin (hence why devcloud4 advance didn't
work with 4.4).

If anyone is interested: (assumes you've read the docs for devcloud4,
installed berkshelf/chef-dk, setup the vboxnet adapters)

git clone g...@github.com:imduffy15/devcloud4.git
cd binary-installation-advanced
vagrant up


On 9 February 2015 at 09:02, Nux!  wrote:
> Daan,
>
> That's fine. There were no critical issues to be addressed really by a 4.4.3 
> AFAIK.
> Let's get 4.5 right. :)
>
> --
> Sent from the Delta quadrant using Borg technology!
>
> Nux!
> www.nux.ro
>
> - Original Message -
>> From: "Daan Hoogland" 
>> To: "dev" 
>> Sent: Monday, 9 February, 2015 07:29:13
>> Subject: Re: [VOTE] Apache CloudStack 4.5.0 RC3
>
>> Gents,
>>
>> 4.4.3 vote was never formally closed. Do we need to continue? If so I
>> will create a new rc!
>>
>> On Mon, Feb 9, 2015 at 1:51 AM, Mike Tutkowski
>>  wrote:
>>> FYI: I have resolved and closed out
>>> https://issues.apache.org/jira/browse/CLOUDSTACK-8233.
>>>
>>> On Sun, Feb 8, 2015 at 9:44 AM, Mike Tutkowski >>> wrote:
>>>
>>>> Here is the newly created bug:
>>>>
>>>> https://issues.apache.org/jira/browse/CLOUDSTACK-8233
>>>>
>>>> On Sun, Feb 8, 2015 at 9:37 AM, Mike Tutkowski <
>>>> mike.tutkow...@solidfire.com> wrote:
>>>>
>>>>> -1
>>>>>
>>>>> Marcus and I are working on a fix for not being able to create VMs on KVM
>>>>> due to kvmclock not being recognized by older versions of Libvirt.
>>>>>
>>>>> I have most of the testing done. I should be done with the rest of it
>>>>> today and can check this code in.
>>>>>
>>>>> I don't think we have a ticket for this, so I'll go ahead and create one.
>>>>>
>>>>> Thanks (and sorry for the need for a subsequent RC)!
>>>>>
>>>>> On Sun, Feb 8, 2015 at 12:01 AM, David Nalley  wrote:
>>>>>
>>>>>> Hi All,
>>>>>>
>>>>>> I've created yet another 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=shortlog;h=refs/heads/4.5-RC20150208T0646
>>>>>> Commit: 187935a0e3c68e01ed33a8f7f0e6d69e6cdb0aca
>>>>>>
>>>>>> Source release (checksums and signatures are available at the same
>>>>>> location):
>>>>>> https://dist.apache.org/repos/dist/dev/cloudstack/4.5.0-rc3/
>>>>>>
>>>>>> PGP release keys (signed using 0x6fe50f1c):
>>>>>> 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)
>>>>>>
>>>>>>
>>>>>> --David
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> *Mike Tutkowski*
>>>>> *Senior CloudStack Developer, SolidFire Inc.*
>>>>> e: mike.tutkow...@solidfire.com
>>>>> o: 303.746.7302
>>>>> Advancing the way the world uses the cloud
>>>>> <http://solidfire.com/solution/overview/?video=play>*™*
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> *Mike Tutkowski*
>>>> *Senior CloudStack Developer, SolidFire Inc.*
>>>> e: mike.tutkow...@solidfire.com
>>>> o: 303.746.7302
>>>> Advancing the way the world uses the cloud
>>>> <http://solidfire.com/solution/overview/?video=play>*™*
>>>>
>>>
>>>
>>>
>>> --
>>> *Mike Tutkowski*
>>> *Senior CloudStack Developer, SolidFire Inc.*
>>> e: mike.tutkow...@solidfire.com
>>> o: 303.746.7302
>>> Advancing the way the world uses the cloud
>>> <http://solidfire.com/solution/overview/?video=play>*™*
>>
>>
>>
>> --
>> Daan


Re: [VOTE] Apache CloudStack 4.5.0 RC3

2015-02-09 Thread Nux!
Daan,

That's fine. There were no critical issues to be addressed really by a 4.4.3 
AFAIK.
Let's get 4.5 right. :)

--
Sent from the Delta quadrant using Borg technology!

Nux!
www.nux.ro

- Original Message -
> From: "Daan Hoogland" 
> To: "dev" 
> Sent: Monday, 9 February, 2015 07:29:13
> Subject: Re: [VOTE] Apache CloudStack 4.5.0 RC3

> Gents,
> 
> 4.4.3 vote was never formally closed. Do we need to continue? If so I
> will create a new rc!
> 
> On Mon, Feb 9, 2015 at 1:51 AM, Mike Tutkowski
>  wrote:
>> FYI: I have resolved and closed out
>> https://issues.apache.org/jira/browse/CLOUDSTACK-8233.
>>
>> On Sun, Feb 8, 2015 at 9:44 AM, Mike Tutkowski >> wrote:
>>
>>> Here is the newly created bug:
>>>
>>> https://issues.apache.org/jira/browse/CLOUDSTACK-8233
>>>
>>> On Sun, Feb 8, 2015 at 9:37 AM, Mike Tutkowski <
>>> mike.tutkow...@solidfire.com> wrote:
>>>
>>>> -1
>>>>
>>>> Marcus and I are working on a fix for not being able to create VMs on KVM
>>>> due to kvmclock not being recognized by older versions of Libvirt.
>>>>
>>>> I have most of the testing done. I should be done with the rest of it
>>>> today and can check this code in.
>>>>
>>>> I don't think we have a ticket for this, so I'll go ahead and create one.
>>>>
>>>> Thanks (and sorry for the need for a subsequent RC)!
>>>>
>>>> On Sun, Feb 8, 2015 at 12:01 AM, David Nalley  wrote:
>>>>
>>>>> Hi All,
>>>>>
>>>>> I've created yet another 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=shortlog;h=refs/heads/4.5-RC20150208T0646
>>>>> Commit: 187935a0e3c68e01ed33a8f7f0e6d69e6cdb0aca
>>>>>
>>>>> Source release (checksums and signatures are available at the same
>>>>> location):
>>>>> https://dist.apache.org/repos/dist/dev/cloudstack/4.5.0-rc3/
>>>>>
>>>>> PGP release keys (signed using 0x6fe50f1c):
>>>>> 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)
>>>>>
>>>>>
>>>>> --David
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> *Mike Tutkowski*
>>>> *Senior CloudStack Developer, SolidFire Inc.*
>>>> e: mike.tutkow...@solidfire.com
>>>> o: 303.746.7302
>>>> Advancing the way the world uses the cloud
>>>> <http://solidfire.com/solution/overview/?video=play>*™*
>>>>
>>>
>>>
>>>
>>> --
>>> *Mike Tutkowski*
>>> *Senior CloudStack Developer, SolidFire Inc.*
>>> e: mike.tutkow...@solidfire.com
>>> o: 303.746.7302
>>> Advancing the way the world uses the cloud
>>> <http://solidfire.com/solution/overview/?video=play>*™*
>>>
>>
>>
>>
>> --
>> *Mike Tutkowski*
>> *Senior CloudStack Developer, SolidFire Inc.*
>> e: mike.tutkow...@solidfire.com
>> o: 303.746.7302
>> Advancing the way the world uses the cloud
>> <http://solidfire.com/solution/overview/?video=play>*™*
> 
> 
> 
> --
> Daan


Re: [VOTE] Apache CloudStack 4.5.0 RC3

2015-02-08 Thread Daan Hoogland
Gents,

4.4.3 vote was never formally closed. Do we need to continue? If so I
will create a new rc!

On Mon, Feb 9, 2015 at 1:51 AM, Mike Tutkowski
 wrote:
> FYI: I have resolved and closed out
> https://issues.apache.org/jira/browse/CLOUDSTACK-8233.
>
> On Sun, Feb 8, 2015 at 9:44 AM, Mike Tutkowski > wrote:
>
>> Here is the newly created bug:
>>
>> https://issues.apache.org/jira/browse/CLOUDSTACK-8233
>>
>> On Sun, Feb 8, 2015 at 9:37 AM, Mike Tutkowski <
>> mike.tutkow...@solidfire.com> wrote:
>>
>>> -1
>>>
>>> Marcus and I are working on a fix for not being able to create VMs on KVM
>>> due to kvmclock not being recognized by older versions of Libvirt.
>>>
>>> I have most of the testing done. I should be done with the rest of it
>>> today and can check this code in.
>>>
>>> I don't think we have a ticket for this, so I'll go ahead and create one.
>>>
>>> Thanks (and sorry for the need for a subsequent RC)!
>>>
>>> On Sun, Feb 8, 2015 at 12:01 AM, David Nalley  wrote:
>>>
 Hi All,

 I've created yet another 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=shortlog;h=refs/heads/4.5-RC20150208T0646
 Commit: 187935a0e3c68e01ed33a8f7f0e6d69e6cdb0aca

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

 PGP release keys (signed using 0x6fe50f1c):
 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)


 --David

>>>
>>>
>>>
>>> --
>>> *Mike Tutkowski*
>>> *Senior CloudStack Developer, SolidFire Inc.*
>>> e: mike.tutkow...@solidfire.com
>>> o: 303.746.7302
>>> Advancing the way the world uses the cloud
>>> *™*
>>>
>>
>>
>>
>> --
>> *Mike Tutkowski*
>> *Senior CloudStack Developer, SolidFire Inc.*
>> e: mike.tutkow...@solidfire.com
>> o: 303.746.7302
>> Advancing the way the world uses the cloud
>> *™*
>>
>
>
>
> --
> *Mike Tutkowski*
> *Senior CloudStack Developer, SolidFire Inc.*
> e: mike.tutkow...@solidfire.com
> o: 303.746.7302
> Advancing the way the world uses the cloud
> *™*



-- 
Daan


Re: [VOTE] Apache CloudStack 4.5.0 RC3

2015-02-08 Thread Mike Tutkowski
FYI: I have resolved and closed out
https://issues.apache.org/jira/browse/CLOUDSTACK-8233.

On Sun, Feb 8, 2015 at 9:44 AM, Mike Tutkowski  wrote:

> Here is the newly created bug:
>
> https://issues.apache.org/jira/browse/CLOUDSTACK-8233
>
> On Sun, Feb 8, 2015 at 9:37 AM, Mike Tutkowski <
> mike.tutkow...@solidfire.com> wrote:
>
>> -1
>>
>> Marcus and I are working on a fix for not being able to create VMs on KVM
>> due to kvmclock not being recognized by older versions of Libvirt.
>>
>> I have most of the testing done. I should be done with the rest of it
>> today and can check this code in.
>>
>> I don't think we have a ticket for this, so I'll go ahead and create one.
>>
>> Thanks (and sorry for the need for a subsequent RC)!
>>
>> On Sun, Feb 8, 2015 at 12:01 AM, David Nalley  wrote:
>>
>>> Hi All,
>>>
>>> I've created yet another 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=shortlog;h=refs/heads/4.5-RC20150208T0646
>>> Commit: 187935a0e3c68e01ed33a8f7f0e6d69e6cdb0aca
>>>
>>> Source release (checksums and signatures are available at the same
>>> location):
>>> https://dist.apache.org/repos/dist/dev/cloudstack/4.5.0-rc3/
>>>
>>> PGP release keys (signed using 0x6fe50f1c):
>>> 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)
>>>
>>>
>>> --David
>>>
>>
>>
>>
>> --
>> *Mike Tutkowski*
>> *Senior CloudStack Developer, SolidFire Inc.*
>> e: mike.tutkow...@solidfire.com
>> o: 303.746.7302
>> Advancing the way the world uses the cloud
>> *™*
>>
>
>
>
> --
> *Mike Tutkowski*
> *Senior CloudStack Developer, SolidFire Inc.*
> e: mike.tutkow...@solidfire.com
> o: 303.746.7302
> Advancing the way the world uses the cloud
> *™*
>



-- 
*Mike Tutkowski*
*Senior CloudStack Developer, SolidFire Inc.*
e: mike.tutkow...@solidfire.com
o: 303.746.7302
Advancing the way the world uses the cloud
*™*


Re: [VOTE] Apache CloudStack 4.5.0 RC3

2015-02-08 Thread Nux!
Opened https://issues.apache.org/jira/browse/CLOUDSTACK-8234 for the java issue.

Let me know if more info is needed.

--
Sent from the Delta quadrant using Borg technology!

Nux!
www.nux.ro

- Original Message -
> From: "Rohit Yadav" 
> To: dev@cloudstack.apache.org
> Sent: Sunday, 8 February, 2015 18:31:58
> Subject: Re: [VOTE] Apache CloudStack 4.5.0 RC3

>> On 08-Feb-2015, at 11:44 pm, Nux!  wrote:
>>
>> "ERROR [cloud.agent.AgentShell] (main:null) Unable to start agent: Resource
>> class not found: com.cloud.storage.resource.PremiumSecondaryStorageResource 
>> due
>> to: java.lang.ClassNotFoundException:
>> com.cloud.storage.resource.PremiumSecondaryStorageResource"
> 
> This looks like a JDK related issue. If this is KVM (looks like it); or
> otherwise just make sure that you’re using Java7 (jdk/jre 1.7). The fix would
> be to be install openjdk7 on all servers (management/usage and kvm hosts). 4.5
> SystemVMs already have openjdk7.
> 
> If this does not work, please open a ticket and share the logs along with
> environment info (OS, platform etc).
> 
> Regards,
> Rohit Yadav
> Software Architect, ShapeBlue
> M. +91 88 262 30892 | rohit.ya...@shapeblue.com
> Blog: bhaisaab.org | Twitter: @_bhaisaab
> 
> 
> 
> Find out more about ShapeBlue and our range of CloudStack related services
> 
> IaaS Cloud Design & Build<http://shapeblue.com/iaas-cloud-design-and-build//>
> CSForge – rapid IaaS deployment framework<http://shapeblue.com/csforge/>
> CloudStack Consulting<http://shapeblue.com/cloudstack-consultancy/>
> CloudStack Software
> Engineering<http://shapeblue.com/cloudstack-software-engineering/>
> CloudStack Infrastructure
> Support<http://shapeblue.com/cloudstack-infrastructure-support/>
> CloudStack Bootcamp Training 
> Courses<http://shapeblue.com/cloudstack-training/>
> 
> 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.


Re: [VOTE] Apache CloudStack 4.5.0 RC3

2015-02-08 Thread Rohit Yadav
Hi Pierre,

> On 09-Feb-2015, at 12:35 am, Pierre-Luc Dion  wrote:
>
> My bad, install template work, I've ran out of space on the NFS.
>
> Rohit, I did delete content of /var/cache/cloudstack,
>
> These are not big issues execpt the Algo listing. it's strang, it work for
> a Guest network but not a VPC.

If you removed the cache and restart management server and cleared your browser 
cache, and now if you’re seeing any missing labels it’s a minor bug that needs 
to be fixed.

>
>
>
> On Sun, Feb 8, 2015 at 1:42 PM, Nux!  wrote:
>
>> Check your cloud.log.
>>
>> I'm on KVM indeed (Centos 6) with the latest successful 4.5 SSVM build. It
>> already has openjdk 1.7.
>>
>> Will try to open an issue this evening with some more info.
>>
>> --
>> Sent from the Delta quadrant using Borg technology!
>>
>> Nux!
>> www.nux.ro
>>
>> - Original Message -
>>> From: "Pierre-Luc Dion" 
>>> To: dev@cloudstack.apache.org
>>> Sent: Sunday, 8 February, 2015 18:35:43
>>> Subject: Re: [VOTE] Apache CloudStack 4.5.0 RC3
>>
>>> I think I'm facing Nux issue with SSVM, Never been able to download a
>>> template for XenServer  on a NFS secondary storage.
>>> It remain as "Installing Template" status.
>>>
>>>
>>>
>>>
>>>
>>> On Sun, Feb 8, 2015 at 1:31 PM, Rohit Yadav 
>>> wrote:
>>>
>>>>
>>>>> On 08-Feb-2015, at 11:44 pm, Nux!  wrote:
>>>>>
>>>>> "ERROR [cloud.agent.AgentShell] (main:null) Unable to start agent:
>>>> Resource class not found:
>>>> com.cloud.storage.resource.PremiumSecondaryStorageResource due to:
>>>> java.lang.ClassNotFoundException:
>>>> com.cloud.storage.resource.PremiumSecondaryStorageResource"
>>>>
>>>> This looks like a JDK related issue. If this is KVM (looks like it); or
>>>> otherwise just make sure that you’re using Java7 (jdk/jre 1.7). The fix
>>>> would be to be install openjdk7 on all servers (management/usage and kvm
>>>> hosts). 4.5 SystemVMs already have openjdk7.
>>>>
>>>> If this does not work, please open a ticket and share the logs along
>> with
>>>> environment info (OS, platform etc).
>>>>
>>>> Regards,
>>>> Rohit Yadav
>>>> Software Architect, ShapeBlue
>>>> M. +91 88 262 30892 | rohit.ya...@shapeblue.com
>>>> Blog: bhaisaab.org | Twitter: @_bhaisaab
>>>>
>>>>
>>>>
>>>> Find out more about ShapeBlue and our range of CloudStack related
>> services
>>>>
>>>> IaaS Cloud Design & Build<
>>>> http://shapeblue.com/iaas-cloud-design-and-build//>
>>>> CSForge – rapid IaaS deployment framework<http://shapeblue.com/csforge/
>>>
>>>> CloudStack Consulting<http://shapeblue.com/cloudstack-consultancy/>
>>>> CloudStack Software Engineering<
>>>> http://shapeblue.com/cloudstack-software-engineering/>
>>>> CloudStack Infrastructure Support<
>>>> http://shapeblue.com/cloudstack-infrastructure-support/>
>>>> CloudStack Bootcamp Training Courses<
>>>> http://shapeblue.com/cloudstack-training/>
>>>>
>>>> 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.
>>

Regards,
Rohit Yadav
Soft

Re: [VOTE] Apache CloudStack 4.5.0 RC3

2015-02-08 Thread Pierre-Luc Dion
My bad, install template work, I've ran out of space on the NFS.

Rohit, I did delete content of /var/cache/cloudstack,

These are not big issues execpt the Algo listing. it's strang, it work for
a Guest network but not a VPC.



On Sun, Feb 8, 2015 at 1:42 PM, Nux!  wrote:

> Check your cloud.log.
>
> I'm on KVM indeed (Centos 6) with the latest successful 4.5 SSVM build. It
> already has openjdk 1.7.
>
> Will try to open an issue this evening with some more info.
>
> --
> Sent from the Delta quadrant using Borg technology!
>
> Nux!
> www.nux.ro
>
> - Original Message -
> > From: "Pierre-Luc Dion" 
> > To: dev@cloudstack.apache.org
> > Sent: Sunday, 8 February, 2015 18:35:43
> > Subject: Re: [VOTE] Apache CloudStack 4.5.0 RC3
>
> > I think I'm facing Nux issue with SSVM, Never been able to download a
> > template for XenServer  on a NFS secondary storage.
> > It remain as "Installing Template" status.
> >
> >
> >
> >
> >
> > On Sun, Feb 8, 2015 at 1:31 PM, Rohit Yadav 
> > wrote:
> >
> >>
> >> > On 08-Feb-2015, at 11:44 pm, Nux!  wrote:
> >> >
> >> > "ERROR [cloud.agent.AgentShell] (main:null) Unable to start agent:
> >> Resource class not found:
> >> com.cloud.storage.resource.PremiumSecondaryStorageResource due to:
> >> java.lang.ClassNotFoundException:
> >> com.cloud.storage.resource.PremiumSecondaryStorageResource"
> >>
> >> This looks like a JDK related issue. If this is KVM (looks like it); or
> >> otherwise just make sure that you’re using Java7 (jdk/jre 1.7). The fix
> >> would be to be install openjdk7 on all servers (management/usage and kvm
> >> hosts). 4.5 SystemVMs already have openjdk7.
> >>
> >> If this does not work, please open a ticket and share the logs along
> with
> >> environment info (OS, platform etc).
> >>
> >> Regards,
> >> Rohit Yadav
> >> Software Architect, ShapeBlue
> >> M. +91 88 262 30892 | rohit.ya...@shapeblue.com
> >> Blog: bhaisaab.org | Twitter: @_bhaisaab
> >>
> >>
> >>
> >> Find out more about ShapeBlue and our range of CloudStack related
> services
> >>
> >> IaaS Cloud Design & Build<
> >> http://shapeblue.com/iaas-cloud-design-and-build//>
> >> CSForge – rapid IaaS deployment framework<http://shapeblue.com/csforge/
> >
> >> CloudStack Consulting<http://shapeblue.com/cloudstack-consultancy/>
> >> CloudStack Software Engineering<
> >> http://shapeblue.com/cloudstack-software-engineering/>
> >> CloudStack Infrastructure Support<
> >> http://shapeblue.com/cloudstack-infrastructure-support/>
> >> CloudStack Bootcamp Training Courses<
> >> http://shapeblue.com/cloudstack-training/>
> >>
> >> 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.
>


Re: [VOTE] Apache CloudStack 4.5.0 RC3

2015-02-08 Thread Nux!
Check your cloud.log.

I'm on KVM indeed (Centos 6) with the latest successful 4.5 SSVM build. It 
already has openjdk 1.7.

Will try to open an issue this evening with some more info.

--
Sent from the Delta quadrant using Borg technology!

Nux!
www.nux.ro

- Original Message -
> From: "Pierre-Luc Dion" 
> To: dev@cloudstack.apache.org
> Sent: Sunday, 8 February, 2015 18:35:43
> Subject: Re: [VOTE] Apache CloudStack 4.5.0 RC3

> I think I'm facing Nux issue with SSVM, Never been able to download a
> template for XenServer  on a NFS secondary storage.
> It remain as "Installing Template" status.
> 
> 
> 
> 
> 
> On Sun, Feb 8, 2015 at 1:31 PM, Rohit Yadav 
> wrote:
> 
>>
>> > On 08-Feb-2015, at 11:44 pm, Nux!  wrote:
>> >
>> > "ERROR [cloud.agent.AgentShell] (main:null) Unable to start agent:
>> Resource class not found:
>> com.cloud.storage.resource.PremiumSecondaryStorageResource due to:
>> java.lang.ClassNotFoundException:
>> com.cloud.storage.resource.PremiumSecondaryStorageResource"
>>
>> This looks like a JDK related issue. If this is KVM (looks like it); or
>> otherwise just make sure that you’re using Java7 (jdk/jre 1.7). The fix
>> would be to be install openjdk7 on all servers (management/usage and kvm
>> hosts). 4.5 SystemVMs already have openjdk7.
>>
>> If this does not work, please open a ticket and share the logs along with
>> environment info (OS, platform etc).
>>
>> Regards,
>> Rohit Yadav
>> Software Architect, ShapeBlue
>> M. +91 88 262 30892 | rohit.ya...@shapeblue.com
>> Blog: bhaisaab.org | Twitter: @_bhaisaab
>>
>>
>>
>> Find out more about ShapeBlue and our range of CloudStack related services
>>
>> IaaS Cloud Design & Build<
>> http://shapeblue.com/iaas-cloud-design-and-build//>
>> CSForge – rapid IaaS deployment framework<http://shapeblue.com/csforge/>
>> CloudStack Consulting<http://shapeblue.com/cloudstack-consultancy/>
>> CloudStack Software Engineering<
>> http://shapeblue.com/cloudstack-software-engineering/>
>> CloudStack Infrastructure Support<
>> http://shapeblue.com/cloudstack-infrastructure-support/>
>> CloudStack Bootcamp Training Courses<
>> http://shapeblue.com/cloudstack-training/>
>>
>> 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.



Re: [VOTE] Apache CloudStack 4.5.0 RC3

2015-02-08 Thread Pierre-Luc Dion
I think I'm facing Nux issue with SSVM, Never been able to download a
template for XenServer  on a NFS secondary storage.
It remain as "Installing Template" status.





On Sun, Feb 8, 2015 at 1:31 PM, Rohit Yadav 
wrote:

>
> > On 08-Feb-2015, at 11:44 pm, Nux!  wrote:
> >
> > "ERROR [cloud.agent.AgentShell] (main:null) Unable to start agent:
> Resource class not found:
> com.cloud.storage.resource.PremiumSecondaryStorageResource due to:
> java.lang.ClassNotFoundException:
> com.cloud.storage.resource.PremiumSecondaryStorageResource"
>
> This looks like a JDK related issue. If this is KVM (looks like it); or
> otherwise just make sure that you’re using Java7 (jdk/jre 1.7). The fix
> would be to be install openjdk7 on all servers (management/usage and kvm
> hosts). 4.5 SystemVMs already have openjdk7.
>
> If this does not work, please open a ticket and share the logs along with
> environment info (OS, platform etc).
>
> Regards,
> Rohit Yadav
> Software Architect, ShapeBlue
> M. +91 88 262 30892 | rohit.ya...@shapeblue.com
> Blog: bhaisaab.org | Twitter: @_bhaisaab
>
>
>
> Find out more about ShapeBlue and our range of CloudStack related services
>
> IaaS Cloud Design & Build<
> http://shapeblue.com/iaas-cloud-design-and-build//>
> CSForge – rapid IaaS deployment framework
> CloudStack Consulting
> CloudStack Software Engineering<
> http://shapeblue.com/cloudstack-software-engineering/>
> CloudStack Infrastructure Support<
> http://shapeblue.com/cloudstack-infrastructure-support/>
> CloudStack Bootcamp Training Courses<
> http://shapeblue.com/cloudstack-training/>
>
> 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.
>


Re: [VOTE] Apache CloudStack 4.5.0 RC3

2015-02-08 Thread Rohit Yadav

> On 08-Feb-2015, at 11:44 pm, Nux!  wrote:
>
> "ERROR [cloud.agent.AgentShell] (main:null) Unable to start agent: Resource 
> class not found: com.cloud.storage.resource.PremiumSecondaryStorageResource 
> due to: java.lang.ClassNotFoundException: 
> com.cloud.storage.resource.PremiumSecondaryStorageResource"

This looks like a JDK related issue. If this is KVM (looks like it); or 
otherwise just make sure that you’re using Java7 (jdk/jre 1.7). The fix would 
be to be install openjdk7 on all servers (management/usage and kvm hosts). 4.5 
SystemVMs already have openjdk7.

If this does not work, please open a ticket and share the logs along with 
environment info (OS, platform etc).

Regards,
Rohit Yadav
Software Architect, ShapeBlue
M. +91 88 262 30892 | rohit.ya...@shapeblue.com
Blog: bhaisaab.org | Twitter: @_bhaisaab



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.


Re: [VOTE] Apache CloudStack 4.5.0 RC3

2015-02-08 Thread Nux!
Thanks Rohit for the version tip, it worked.

Now I come with a "valid" -1. The SSVM won't run properly, does not mount the 
SS and cloud.log shows:
"ERROR [cloud.agent.AgentShell] (main:null) Unable to start agent: Resource 
class not found: com.cloud.storage.resource.PremiumSecondaryStorageResource due 
to: java.lang.ClassNotFoundException: 
com.cloud.storage.resource.PremiumSecondaryStorageResource"

No other meaningful error appears elsewhere.

--
Sent from the Delta quadrant using Borg technology!

Nux!
www.nux.ro

- Original Message -
> From: "Rohit Yadav" 
> To: dev@cloudstack.apache.org
> Sent: Sunday, 8 February, 2015 18:05:06
> Subject: Re: [VOTE] Apache CloudStack 4.5.0 RC3

> Hi all,
> 
>> On 08-Feb-2015, at 8:42 pm, Pierre-Luc Dion  wrote:
>>
>> 4.4.3 never been released, will it? anyway, it's a blocker I guest.
>>
>> did also found following issues that are not blocker and all related to UI:
>> https://issues.apache.org/jira/browse/CLOUDSTACK-8232
>> https://issues.apache.org/jira/browse/CLOUDSTACK-8188
>> https://issues.apache.org/jira/browse/CLOUDSTACK-8187
> 
> Regarding the UI bug, can you confirm if after you upgrade and remove the UI
> cache, such as  rm -fr /var/cache/cloudstack/management/work/*
> 
> And, then restart management server, do you still see the missing labels? I
> found that doing that on Debian fixed label related issues for me, so I
> committed the fix:
> https://github.com/apache/cloudstack/commit/d4ead2c72ad8d761b87e1672552a67c7cfeff51b
> 
>>
>> this one [1] is quite annoying because it prevent to use a working
>> Load-Balancing from the UI:
>> [1] https://issues.apache.org/jira/browse/CLOUDSTACK-8231
>>
>>
>>
>> On Sun, Feb 8, 2015 at 9:23 AM, Nux!  wrote:
>>
>>> I've created this issue for it:
>>>
>>> https://issues.apache.org/jira/browse/CLOUDSTACK-8230
>>>
>>> --
>>> Sent from the Delta quadrant using Borg technology!
>>>
>>> Nux!
>>> www.nux.ro
>>>
>>> - Original Message -
>>>> From: "Nux!" 
>>>> To: dev@cloudstack.apache.org
>>>> Sent: Sunday, 8 February, 2015 13:52:33
>>>> Subject: Re: [VOTE] Apache CloudStack 4.5.0 RC3
>>>
>>>> Hello,
>>>>
>>>> -1, upgrade from 4.4.3 fails due to DB issues:
>>>>
>>>> (main:null) DB version = 4.4.3 Code Version = 4.5.0
>>>> (main:null) Database upgrade must be performed from 4.4.3 to 4.5.0
>>>> (main:null) There is no upgrade path from 4.4.3 to 4.5.0
>>>>
>>>> --
>>>> Sent from the Delta quadrant using Borg technology!
>>>>
>>>> Nux!
>>>> www.nux.ro
>>>>
>>>> - Original Message -
>>>>> From: "David Nalley" 
>>>>> To: dev@cloudstack.apache.org
>>>>> Sent: Sunday, 8 February, 2015 07:01:35
>>>>> Subject: [VOTE] Apache CloudStack 4.5.0 RC3
>>>>
>>>>> Hi All,
>>>>>
>>>>> I've created yet another 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=shortlog;h=refs/heads/4.5-RC20150208T0646
>>>>> Commit: 187935a0e3c68e01ed33a8f7f0e6d69e6cdb0aca
>>>>>
>>>>> Source release (checksums and signatures are available at the same
>>>>> location):
>>>>> https://dist.apache.org/repos/dist/dev/cloudstack/4.5.0-rc3/
>>>>>
>>>>> PGP release keys (signed using 0x6fe50f1c):
>>>>> 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)
>>>>>
>>>>>
>>>>> --David
>>>
> 
> Regards,
> Rohit Yadav
> Software Architect, ShapeBlue
> M. +91 88 262 30892 | rohit.ya...@shapeblue.com
> Blog: bhaisaab.org | Twitter: @_bhaisaab
> 
> 
> 
> Find out more about ShapeBlue and our range of CloudStack related services
> 
> IaaS Cloud Design & Build<http://shapeblue.c

Re: [VOTE] Apache CloudStack 4.5.0 RC3

2015-02-08 Thread Rohit Yadav
Hi all,

> On 08-Feb-2015, at 8:42 pm, Pierre-Luc Dion  wrote:
>
> 4.4.3 never been released, will it? anyway, it's a blocker I guest.
>
> did also found following issues that are not blocker and all related to UI:
> https://issues.apache.org/jira/browse/CLOUDSTACK-8232
> https://issues.apache.org/jira/browse/CLOUDSTACK-8188
> https://issues.apache.org/jira/browse/CLOUDSTACK-8187

Regarding the UI bug, can you confirm if after you upgrade and remove the UI 
cache, such as  rm -fr /var/cache/cloudstack/management/work/*

And, then restart management server, do you still see the missing labels? I 
found that doing that on Debian fixed label related issues for me, so I 
committed the fix:
https://github.com/apache/cloudstack/commit/d4ead2c72ad8d761b87e1672552a67c7cfeff51b

>
> this one [1] is quite annoying because it prevent to use a working
> Load-Balancing from the UI:
> [1] https://issues.apache.org/jira/browse/CLOUDSTACK-8231
>
>
>
> On Sun, Feb 8, 2015 at 9:23 AM, Nux!  wrote:
>
>> I've created this issue for it:
>>
>> https://issues.apache.org/jira/browse/CLOUDSTACK-8230
>>
>> --
>> Sent from the Delta quadrant using Borg technology!
>>
>> Nux!
>> www.nux.ro
>>
>> - Original Message -
>>> From: "Nux!" 
>>> To: dev@cloudstack.apache.org
>>> Sent: Sunday, 8 February, 2015 13:52:33
>>> Subject: Re: [VOTE] Apache CloudStack 4.5.0 RC3
>>
>>> Hello,
>>>
>>> -1, upgrade from 4.4.3 fails due to DB issues:
>>>
>>> (main:null) DB version = 4.4.3 Code Version = 4.5.0
>>> (main:null) Database upgrade must be performed from 4.4.3 to 4.5.0
>>> (main:null) There is no upgrade path from 4.4.3 to 4.5.0
>>>
>>> --
>>> Sent from the Delta quadrant using Borg technology!
>>>
>>> Nux!
>>> www.nux.ro
>>>
>>> - Original Message -
>>>> From: "David Nalley" 
>>>> To: dev@cloudstack.apache.org
>>>> Sent: Sunday, 8 February, 2015 07:01:35
>>>> Subject: [VOTE] Apache CloudStack 4.5.0 RC3
>>>
>>>> Hi All,
>>>>
>>>> I've created yet another 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=shortlog;h=refs/heads/4.5-RC20150208T0646
>>>> Commit: 187935a0e3c68e01ed33a8f7f0e6d69e6cdb0aca
>>>>
>>>> Source release (checksums and signatures are available at the same
>>>> location):
>>>> https://dist.apache.org/repos/dist/dev/cloudstack/4.5.0-rc3/
>>>>
>>>> PGP release keys (signed using 0x6fe50f1c):
>>>> 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)
>>>>
>>>>
>>>> --David
>>

Regards,
Rohit Yadav
Software Architect, ShapeBlue
M. +91 88 262 30892 | rohit.ya...@shapeblue.com
Blog: bhaisaab.org | Twitter: @_bhaisaab



Find out more about ShapeBlue and our range of CloudStack related services

IaaS Cloud Design & Build<http://shapeblue.com/iaas-cloud-design-and-build//>
CSForge – rapid IaaS deployment framework<http://shapeblue.com/csforge/>
CloudStack Consulting<http://shapeblue.com/cloudstack-consultancy/>
CloudStack Software 
Engineering<http://shapeblue.com/cloudstack-software-engineering/>
CloudStack Infrastructure 
Support<http://shapeblue.com/cloudstack-infrastructure-support/>
CloudStack Bootcamp Training Courses<http://shapeblue.com/cloudstack-training/>

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.


Re: [VOTE] Apache CloudStack 4.5.0 RC3

2015-02-08 Thread Rohit Yadav

> On 08-Feb-2015, at 8:49 pm, Nux!  wrote:
>
> True, but there was word about a 4.4.3, otherwise I wouldn't have tested it.
>
> How could I work around it? Is there a way to tell ACS to pretend it's on 
> 4.4.2?

The work around is:

Shutdown all management servers and usage servers. Remove the row that says 
version 4.4.3 from cloud.version table. Now upgrade management/usage servers to 
4.5.0 and start it. Since there is no difference in upgrade paths from 4.4.2 or 
4.4.3; the upgrade should theoretically work.

>
> --
> Sent from the Delta quadrant using Borg technology!
>
> Nux!
> www.nux.ro
>
> - Original Message -
>> From: "Pierre-Luc Dion" 
>> To: dev@cloudstack.apache.org
>> Sent: Sunday, 8 February, 2015 15:12:20
>> Subject: Re: [VOTE] Apache CloudStack 4.5.0 RC3
>
>> 4.4.3 never been released, will it? anyway, it's a blocker I guest.
>>
>> did also found following issues that are not blocker and all related to UI:
>> https://issues.apache.org/jira/browse/CLOUDSTACK-8232
>> https://issues.apache.org/jira/browse/CLOUDSTACK-8188
>> https://issues.apache.org/jira/browse/CLOUDSTACK-8187
>>
>> this one [1] is quite annoying because it prevent to use a working
>> Load-Balancing from the UI:
>> [1] https://issues.apache.org/jira/browse/CLOUDSTACK-8231
>>
>>
>>
>> On Sun, Feb 8, 2015 at 9:23 AM, Nux!  wrote:
>>
>>> I've created this issue for it:
>>>
>>> https://issues.apache.org/jira/browse/CLOUDSTACK-8230
>>>
>>> --
>>> Sent from the Delta quadrant using Borg technology!
>>>
>>> Nux!
>>> www.nux.ro
>>>
>>> - Original Message -
>>>> From: "Nux!" 
>>>> To: dev@cloudstack.apache.org
>>>> Sent: Sunday, 8 February, 2015 13:52:33
>>>> Subject: Re: [VOTE] Apache CloudStack 4.5.0 RC3
>>>
>>>> Hello,
>>>>
>>>> -1, upgrade from 4.4.3 fails due to DB issues:
>>>>
>>>> (main:null) DB version = 4.4.3 Code Version = 4.5.0
>>>> (main:null) Database upgrade must be performed from 4.4.3 to 4.5.0
>>>> (main:null) There is no upgrade path from 4.4.3 to 4.5.0
>>>>
>>>> --
>>>> Sent from the Delta quadrant using Borg technology!
>>>>
>>>> Nux!
>>>> www.nux.ro
>>>>
>>>> - Original Message -
>>>>> From: "David Nalley" 
>>>>> To: dev@cloudstack.apache.org
>>>>> Sent: Sunday, 8 February, 2015 07:01:35
>>>>> Subject: [VOTE] Apache CloudStack 4.5.0 RC3
>>>>
>>>>> Hi All,
>>>>>
>>>>> I've created yet another 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=shortlog;h=refs/heads/4.5-RC20150208T0646
>>>>> Commit: 187935a0e3c68e01ed33a8f7f0e6d69e6cdb0aca
>>>>>
>>>>> Source release (checksums and signatures are available at the same
>>>>> location):
>>>>> https://dist.apache.org/repos/dist/dev/cloudstack/4.5.0-rc3/
>>>>>
>>>>> PGP release keys (signed using 0x6fe50f1c):
>>>>> 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)
>>>>>
>>>>>
>>>>> --David

Regards,
Rohit Yadav
Software Architect, ShapeBlue
M. +91 88 262 30892 | rohit.ya...@shapeblue.com
Blog: bhaisaab.org | Twitter: @_bhaisaab



Find out more about ShapeBlue and our range of CloudStack related services

IaaS Cloud Design & Build<http://shapeblue.com/iaas-cloud-design-and-build//>
CSForge – rapid IaaS deployment framework<http://shapeblue.com/csforge/>
CloudStack Consulting<http://shapeblue.com/cloudstack-consultancy/>
CloudStack Software 
Engineering<http://shapeblue.com/cloudstack-software-engineering/>
CloudStack Infrastructure 
Support<http://shapeblue.com/cloudstack-infrastructure-support/>
CloudStack Bootcamp Training Courses<http://shapeblue.com/cloudstack-training/>

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.


Re: [VOTE] Apache CloudStack 4.5.0 RC3

2015-02-08 Thread Rohit Yadav

> On 08-Feb-2015, at 7:22 pm, Nux!  wrote:
>
> Hello,
>
> -1, upgrade from 4.4.3 fails due to DB issues:

AFAIR Daan asked if people wanted 4.4.3, there was not enough momentum and we 
already had 4.5 RC1 voting going on. But if we’ve other blocker wrt kvm etc 
let’s fix it in the meantime. Though I would not considered both of them as 
blockers.

>
> (main:null) DB version = 4.4.3 Code Version = 4.5.0
> (main:null) Database upgrade must be performed from 4.4.3 to 4.5.0
> (main:null) There is no upgrade path from 4.4.3 to 4.5.0
>
> --
> Sent from the Delta quadrant using Borg technology!
>
> Nux!
> www.nux.ro
>
> - Original Message -
>> From: "David Nalley" 
>> To: dev@cloudstack.apache.org
>> Sent: Sunday, 8 February, 2015 07:01:35
>> Subject: [VOTE] Apache CloudStack 4.5.0 RC3
>
>> Hi All,
>>
>> I've created yet another 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=shortlog;h=refs/heads/4.5-RC20150208T0646
>> Commit: 187935a0e3c68e01ed33a8f7f0e6d69e6cdb0aca
>>
>> Source release (checksums and signatures are available at the same
>> location):
>> https://dist.apache.org/repos/dist/dev/cloudstack/4.5.0-rc3/
>>
>> PGP release keys (signed using 0x6fe50f1c):
>> 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)
>>
>>
>> --David

Regards,
Rohit Yadav
Software Architect, ShapeBlue
M. +91 88 262 30892 | rohit.ya...@shapeblue.com
Blog: bhaisaab.org | Twitter: @_bhaisaab



Find out more about ShapeBlue and our range of CloudStack related services

IaaS Cloud Design & Build<http://shapeblue.com/iaas-cloud-design-and-build//>
CSForge – rapid IaaS deployment framework<http://shapeblue.com/csforge/>
CloudStack Consulting<http://shapeblue.com/cloudstack-consultancy/>
CloudStack Software 
Engineering<http://shapeblue.com/cloudstack-software-engineering/>
CloudStack Infrastructure 
Support<http://shapeblue.com/cloudstack-infrastructure-support/>
CloudStack Bootcamp Training Courses<http://shapeblue.com/cloudstack-training/>

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.


Re: [VOTE] Apache CloudStack 4.5.0 RC3

2015-02-08 Thread Mike Tutkowski
Here is the newly created bug:

https://issues.apache.org/jira/browse/CLOUDSTACK-8233

On Sun, Feb 8, 2015 at 9:37 AM, Mike Tutkowski  wrote:

> -1
>
> Marcus and I are working on a fix for not being able to create VMs on KVM
> due to kvmclock not being recognized by older versions of Libvirt.
>
> I have most of the testing done. I should be done with the rest of it
> today and can check this code in.
>
> I don't think we have a ticket for this, so I'll go ahead and create one.
>
> Thanks (and sorry for the need for a subsequent RC)!
>
> On Sun, Feb 8, 2015 at 12:01 AM, David Nalley  wrote:
>
>> Hi All,
>>
>> I've created yet another 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=shortlog;h=refs/heads/4.5-RC20150208T0646
>> Commit: 187935a0e3c68e01ed33a8f7f0e6d69e6cdb0aca
>>
>> Source release (checksums and signatures are available at the same
>> location):
>> https://dist.apache.org/repos/dist/dev/cloudstack/4.5.0-rc3/
>>
>> PGP release keys (signed using 0x6fe50f1c):
>> 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)
>>
>>
>> --David
>>
>
>
>
> --
> *Mike Tutkowski*
> *Senior CloudStack Developer, SolidFire Inc.*
> e: mike.tutkow...@solidfire.com
> o: 303.746.7302
> Advancing the way the world uses the cloud
> *™*
>



-- 
*Mike Tutkowski*
*Senior CloudStack Developer, SolidFire Inc.*
e: mike.tutkow...@solidfire.com
o: 303.746.7302
Advancing the way the world uses the cloud
*™*


Re: [VOTE] Apache CloudStack 4.5.0 RC3

2015-02-08 Thread Mike Tutkowski
-1

Marcus and I are working on a fix for not being able to create VMs on KVM
due to kvmclock not being recognized by older versions of Libvirt.

I have most of the testing done. I should be done with the rest of it today
and can check this code in.

I don't think we have a ticket for this, so I'll go ahead and create one.

Thanks (and sorry for the need for a subsequent RC)!

On Sun, Feb 8, 2015 at 12:01 AM, David Nalley  wrote:

> Hi All,
>
> I've created yet another 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=shortlog;h=refs/heads/4.5-RC20150208T0646
> Commit: 187935a0e3c68e01ed33a8f7f0e6d69e6cdb0aca
>
> Source release (checksums and signatures are available at the same
> location):
> https://dist.apache.org/repos/dist/dev/cloudstack/4.5.0-rc3/
>
> PGP release keys (signed using 0x6fe50f1c):
> 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)
>
>
> --David
>



-- 
*Mike Tutkowski*
*Senior CloudStack Developer, SolidFire Inc.*
e: mike.tutkow...@solidfire.com
o: 303.746.7302
Advancing the way the world uses the cloud
*™*


Re: [VOTE] Apache CloudStack 4.5.0 RC3

2015-02-08 Thread Nux!
True, but there was word about a 4.4.3, otherwise I wouldn't have tested it.

How could I work around it? Is there a way to tell ACS to pretend it's on 4.4.2?

--
Sent from the Delta quadrant using Borg technology!

Nux!
www.nux.ro

- Original Message -
> From: "Pierre-Luc Dion" 
> To: dev@cloudstack.apache.org
> Sent: Sunday, 8 February, 2015 15:12:20
> Subject: Re: [VOTE] Apache CloudStack 4.5.0 RC3

> 4.4.3 never been released, will it? anyway, it's a blocker I guest.
> 
> did also found following issues that are not blocker and all related to UI:
> https://issues.apache.org/jira/browse/CLOUDSTACK-8232
> https://issues.apache.org/jira/browse/CLOUDSTACK-8188
> https://issues.apache.org/jira/browse/CLOUDSTACK-8187
> 
> this one [1] is quite annoying because it prevent to use a working
> Load-Balancing from the UI:
> [1] https://issues.apache.org/jira/browse/CLOUDSTACK-8231
> 
> 
> 
> On Sun, Feb 8, 2015 at 9:23 AM, Nux!  wrote:
> 
>> I've created this issue for it:
>>
>> https://issues.apache.org/jira/browse/CLOUDSTACK-8230
>>
>> --
>> Sent from the Delta quadrant using Borg technology!
>>
>> Nux!
>> www.nux.ro
>>
>> - Original Message -----
>> > From: "Nux!" 
>> > To: dev@cloudstack.apache.org
>> > Sent: Sunday, 8 February, 2015 13:52:33
>> > Subject: Re: [VOTE] Apache CloudStack 4.5.0 RC3
>>
>> > Hello,
>> >
>> > -1, upgrade from 4.4.3 fails due to DB issues:
>> >
>> > (main:null) DB version = 4.4.3 Code Version = 4.5.0
>> > (main:null) Database upgrade must be performed from 4.4.3 to 4.5.0
>> > (main:null) There is no upgrade path from 4.4.3 to 4.5.0
>> >
>> > --
>> > Sent from the Delta quadrant using Borg technology!
>> >
>> > Nux!
>> > www.nux.ro
>> >
>> > - Original Message -
>> >> From: "David Nalley" 
>> >> To: dev@cloudstack.apache.org
>> >> Sent: Sunday, 8 February, 2015 07:01:35
>> >> Subject: [VOTE] Apache CloudStack 4.5.0 RC3
>> >
>> >> Hi All,
>> >>
>> >> I've created yet another 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=shortlog;h=refs/heads/4.5-RC20150208T0646
>> >> Commit: 187935a0e3c68e01ed33a8f7f0e6d69e6cdb0aca
>> >>
>> >> Source release (checksums and signatures are available at the same
>> >> location):
>> >> https://dist.apache.org/repos/dist/dev/cloudstack/4.5.0-rc3/
>> >>
>> >> PGP release keys (signed using 0x6fe50f1c):
>> >> 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)
>> >>
>> >>
>> > > --David


Re: [VOTE] Apache CloudStack 4.5.0 RC3

2015-02-08 Thread Pierre-Luc Dion
4.4.3 never been released, will it? anyway, it's a blocker I guest.

did also found following issues that are not blocker and all related to UI:
https://issues.apache.org/jira/browse/CLOUDSTACK-8232
https://issues.apache.org/jira/browse/CLOUDSTACK-8188
https://issues.apache.org/jira/browse/CLOUDSTACK-8187

this one [1] is quite annoying because it prevent to use a working
Load-Balancing from the UI:
[1] https://issues.apache.org/jira/browse/CLOUDSTACK-8231



On Sun, Feb 8, 2015 at 9:23 AM, Nux!  wrote:

> I've created this issue for it:
>
> https://issues.apache.org/jira/browse/CLOUDSTACK-8230
>
> --
> Sent from the Delta quadrant using Borg technology!
>
> Nux!
> www.nux.ro
>
> - Original Message -
> > From: "Nux!" 
> > To: dev@cloudstack.apache.org
> > Sent: Sunday, 8 February, 2015 13:52:33
> > Subject: Re: [VOTE] Apache CloudStack 4.5.0 RC3
>
> > Hello,
> >
> > -1, upgrade from 4.4.3 fails due to DB issues:
> >
> > (main:null) DB version = 4.4.3 Code Version = 4.5.0
> > (main:null) Database upgrade must be performed from 4.4.3 to 4.5.0
> > (main:null) There is no upgrade path from 4.4.3 to 4.5.0
> >
> > --
> > Sent from the Delta quadrant using Borg technology!
> >
> > Nux!
> > www.nux.ro
> >
> > - Original Message -
> >> From: "David Nalley" 
> >> To: dev@cloudstack.apache.org
> >> Sent: Sunday, 8 February, 2015 07:01:35
> >> Subject: [VOTE] Apache CloudStack 4.5.0 RC3
> >
> >> Hi All,
> >>
> >> I've created yet another 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=shortlog;h=refs/heads/4.5-RC20150208T0646
> >> Commit: 187935a0e3c68e01ed33a8f7f0e6d69e6cdb0aca
> >>
> >> Source release (checksums and signatures are available at the same
> >> location):
> >> https://dist.apache.org/repos/dist/dev/cloudstack/4.5.0-rc3/
> >>
> >> PGP release keys (signed using 0x6fe50f1c):
> >> 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)
> >>
> >>
> > > --David
>


Re: [VOTE] Apache CloudStack 4.5.0 RC3

2015-02-08 Thread Nux!
I've created this issue for it:

https://issues.apache.org/jira/browse/CLOUDSTACK-8230

--
Sent from the Delta quadrant using Borg technology!

Nux!
www.nux.ro

- Original Message -
> From: "Nux!" 
> To: dev@cloudstack.apache.org
> Sent: Sunday, 8 February, 2015 13:52:33
> Subject: Re: [VOTE] Apache CloudStack 4.5.0 RC3

> Hello,
> 
> -1, upgrade from 4.4.3 fails due to DB issues:
> 
> (main:null) DB version = 4.4.3 Code Version = 4.5.0
> (main:null) Database upgrade must be performed from 4.4.3 to 4.5.0
> (main:null) There is no upgrade path from 4.4.3 to 4.5.0
> 
> --
> Sent from the Delta quadrant using Borg technology!
> 
> Nux!
> www.nux.ro
> 
> - Original Message -
>> From: "David Nalley" 
>> To: dev@cloudstack.apache.org
>> Sent: Sunday, 8 February, 2015 07:01:35
>> Subject: [VOTE] Apache CloudStack 4.5.0 RC3
> 
>> Hi All,
>> 
>> I've created yet another 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=shortlog;h=refs/heads/4.5-RC20150208T0646
>> Commit: 187935a0e3c68e01ed33a8f7f0e6d69e6cdb0aca
>> 
>> Source release (checksums and signatures are available at the same
>> location):
>> https://dist.apache.org/repos/dist/dev/cloudstack/4.5.0-rc3/
>> 
>> PGP release keys (signed using 0x6fe50f1c):
>> 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)
>> 
>> 
> > --David


Re: [VOTE] Apache CloudStack 4.5.0 RC3

2015-02-08 Thread Nux!
Hello,

-1, upgrade from 4.4.3 fails due to DB issues:

(main:null) DB version = 4.4.3 Code Version = 4.5.0
(main:null) Database upgrade must be performed from 4.4.3 to 4.5.0
(main:null) There is no upgrade path from 4.4.3 to 4.5.0

--
Sent from the Delta quadrant using Borg technology!

Nux!
www.nux.ro

- Original Message -
> From: "David Nalley" 
> To: dev@cloudstack.apache.org
> Sent: Sunday, 8 February, 2015 07:01:35
> Subject: [VOTE] Apache CloudStack 4.5.0 RC3

> Hi All,
> 
> I've created yet another 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=shortlog;h=refs/heads/4.5-RC20150208T0646
> Commit: 187935a0e3c68e01ed33a8f7f0e6d69e6cdb0aca
> 
> Source release (checksums and signatures are available at the same
> location):
> https://dist.apache.org/repos/dist/dev/cloudstack/4.5.0-rc3/
> 
> PGP release keys (signed using 0x6fe50f1c):
> 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)
> 
> 
> --David


Re: [VOTE] Apache CloudStack 4.5.0 RC3

2015-02-08 Thread Rohit Yadav

+1

Adding users@, you may use the following if you're unable to build from
source:

SystemVM template links:
http://packages.shapeblue.com/systemvmtemplate/4.5/

Repository for testing 4.5 RC3:
(noredist build, built using 187935a0e3c68e01ed33a8f7f0e6d69e6cdb0aca)

CentOS6:
http://packages.shapeblue.com/cloudstack/testing/centos/

CentOS7:
http://packages.shapeblue.com/cloudstack/testing/centos7/

Debian:
http://packages.shapeblue.com/cloudstack/testing/debian/


My test results:

Simulator based smoke tests are green:
https://travis-ci.org/apache/cloudstack/builds/49891244

Following was tested with KVM (Ubuntu 14.04LTS based) and works:

- Basic Zone with shared storage: vm lifecycle (start, stop, restart,
scaleup etc), snapshot, migration
- Basic Zone with local storage: vm lifecycle, snapshots, migration
(migration only when VM was shutdown in case of KVM but in case of Xen
tested that live migration works)
- Advance Zone with/without local storage: vm lifecycle, snapshots,
migration (migration only when VM was shutdown in case of KVM but in
case of Xen tested that live migration works), firewall rules,
portforwarding, etc.
- VPC in Advance Zone with/without local/shared storage: vm lifecycle,
sbtier management, port forwarding, snat etc.
- SAML testing with Fiede OpenIDP, OneLogin, PingIdentity work; with
Shibboleth based IdP improvements are needed as such IdPs have org
specific use-cases, attributes and security policies (docs updated:
http://docs.cloudstack.apache.org/projects/cloudstack-administration/en/latest/accounts.html#using-a-saml-2-0-identity-provider-for-user-authentication)

On Sunday 08 February 2015 12:31 PM, David Nalley wrote:

Hi All,

I've created yet another 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=shortlog;h=refs/heads/4.5-RC20150208T0646
Commit: 187935a0e3c68e01ed33a8f7f0e6d69e6cdb0aca

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

PGP release keys (signed using 0x6fe50f1c):
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)


--David



--
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.


[VOTE] Apache CloudStack 4.5.0 RC3

2015-02-08 Thread David Nalley
Hi All,

I've created yet another 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=shortlog;h=refs/heads/4.5-RC20150208T0646
Commit: 187935a0e3c68e01ed33a8f7f0e6d69e6cdb0aca

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

PGP release keys (signed using 0x6fe50f1c):
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)


--David