RE: ACS 4.1.1 release - bugfixes to backport

2013-07-08 Thread Musayev, Ilya
Thank you Marcus -Original Message- From: Marcus Sorensen [mailto:shadow...@gmail.com] Sent: Tuesday, July 09, 2013 1:37 AM To: dev@cloudstack.apache.org Subject: Re: ACS 4.1.1 release - bugfixes to backport This fixes a known bug, was never applied to 4.1. Committed. commit

Re: ACS 4.1.1 release - bugfixes to backport

2013-07-08 Thread Marcus Sorensen
This fixes a known bug, was never applied to 4.1. Committed. commit 4fd921269bdce3ea55bb63ac5226ff52e6a82e9d Author: Mice Xia Date: Fri Apr 19 10:45:43 2013 +0800 CLOUDSTACK-2083 router never comes to running state when addNicToVirtualMachine api is called with network id which is only all

Re: ACS 4.1.1 release - bugfixes to backport

2013-07-08 Thread Marcus Sorensen
Pushed to 4.1 commit a505b5b489ab9fc449f40214d0593d10b7403822 Author: Marcus Sorensen Date: Mon Jul 8 22:48:58 2013 -0600 Summary: update user data on all networks a VM is connected to Detail: Get list of all nics and update user data on them, rather than just the default nic for

Re: ACS 4.1.1 release - bugfixes to backport

2013-06-24 Thread Hiroaki KAWAI
I've pushed a patch for CLOUDSTACK-1194 in 4.1 and master. (2013/06/06 3:22), Musayev, Ilya wrote: Hi All, Sorry I was a bit disconnected from the community - as my $dayjob kept me very busy. I would like to start of this thread to keep track of bugfixes we need to back port from 4.1 to 4.1.

Re: ACS 4.1.1 release - bugfixes to backport

2013-06-24 Thread Hiroaki KAWAI
Ah, that would be fine, too. (2013/06/22 1:39), Min Chen wrote: I don't get this. Based on my previous question on the dev list, we should create a new schema-410to411.sql and Upgrade410to411 to handle any upgrade from 4.1.0 to 4.1.1, that is how I made the commit in 4.1 for CLOUDSTACK-3015 (htt

Re: ACS 4.1.1 release - bugfixes to backport

2013-06-21 Thread Min Chen
My fix involves mysql change, so I have to create schema-410to411.sql. The fix is already in master. Thanks -min On 6/21/13 9:59 AM, "Alena Prokharchyk" wrote: >Min is right. We should never change existing upgrade paths as it will >affect users who updated to 4.1.0. >Instead as Min suggesting,

Re: ACS 4.1.1 release - bugfixes to backport

2013-06-21 Thread Alena Prokharchyk
Min is right. We should never change existing upgrade paths as it will affect users who updated to 4.1.0. Instead as Min suggesting, we should add a new upgrade path from 4.1.0 to 4.1.1. We should do it even when there are no changes. Min, we don't need schema-410to411.sql if there were no mysql c

Re: ACS 4.1.1 release - bugfixes to backport

2013-06-21 Thread Min Chen
I don't get this. Based on my previous question on the dev list, we should create a new schema-410to411.sql and Upgrade410to411 to handle any upgrade from 4.1.0 to 4.1.1, that is how I made the commit in 4.1 for CLOUDSTACK-3015 (https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=commit;h=1

Re: ACS 4.1.1 release - bugfixes to backport

2013-06-20 Thread Hiroaki KAWAI
I found there is an issue about versioning. When we cut 4.1.1 release, we have to patch like this: --- diff --git a/server/src/com/cloud/upgrade/dao/Upgrade40to41.java b/server/src/com/cloud/upgrade/dao/Upgrade40to41.java index 9e386b9..89f54bc 100644 --- a/server/src/com/clo

Re: ACS 4.1.1 release - bugfixes to backport

2013-06-13 Thread Ryan Lei
How about CLOUDSTACK-2337: [UI] Resize Volume option is enabled only for ROOT Admin? The affected version says 4.2.0, but I experienced the same UI bug in the 4.1.0 release, as well. According to Pranav's comments, "I have made a fix from the UI side the better fix would be to fix it in the API as

Re: ACS 4.1.1 release - bugfixes to backport

2013-06-13 Thread Ryan Lei
How about CLOUDSTACK-2337: [UI] Resize Volume option is enabled only for ROOT Admin? I experienced the same UI bug in the 4.1.0 release. According to Pranav's comments, "I have made a fix from the UI side the better fix would be to fix it in the API as well." -

Re: ACS 4.1.1 release - bugfixes to backport

2013-06-06 Thread Hiroaki KAWAI
CLOUDSTACK-2758, I already pushed a patch into 4.1 branch. :-) (2013/06/06 3:22), Musayev, Ilya wrote: Hi All, Sorry I was a bit disconnected from the community - as my $dayjob kept me very busy. I would like to start of this thread to keep track of bugfixes we need to back port from 4.1 to

RE: ACS 4.1.1 release - bugfixes to backport

2013-06-05 Thread Musayev, Ilya
on your behalf. Thanks ilya > -Original Message- > From: Musayev, Ilya [mailto:imusa...@webmd.net] > Sent: Wednesday, June 05, 2013 3:04 PM > To: dev@cloudstack.apache.org > Subject: RE: ACS 4.1.1 release - bugfixes to backport > > Yes.. that would be one way for me

RE: ACS 4.1.1 release - bugfixes to backport

2013-06-05 Thread Musayev, Ilya
.@basho.com] > Sent: Wednesday, June 05, 2013 2:37 PM > To: dev@cloudstack.apache.org > Subject: Re: ACS 4.1.1 release - bugfixes to backport > > Ilya, > > If the bugs are captured in JIRA tickets, can we add a tag to those tickets? > > Thanks, > -John > >

Re: ACS 4.1.1 release - bugfixes to backport

2013-06-05 Thread John Burwell
Ilya, If the bugs are captured in JIRA tickets, can we add a tag to those tickets? Thanks, -John On Wed, Jun 5, 2013 at 2:22 PM, Musayev, Ilya wrote: > Hi All, > > Sorry I was a bit disconnected from the community - as my $dayjob kept me > very busy. > > I would like to start of this thread t

ACS 4.1.1 release - bugfixes to backport

2013-06-05 Thread Musayev, Ilya
Hi All, Sorry I was a bit disconnected from the community - as my $dayjob kept me very busy. I would like to start of this thread to keep track of bugfixes we need to back port from 4.1 to 4.1.1 release. Please use this thread and reference bug fixes we need to add into 4.1.1, I will be creat