You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by "Musayev, Ilya" <im...@webmd.net> on 2013/06/05 20:22:13 UTC

ACS 4.1.1 release - bugfixes to backport

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 creating a new 4.1.1 branch/tag shortly.

Regards
ilya

Re: ACS 4.1.1 release - bugfixes to backport

Posted by Hiroaki KAWAI <ka...@stratosphere.co.jp>.
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
> (https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=commit;h=11cfc0
> 34e0b45cf032c1e9dcfe32021fb73789d5). Why do we need to change existing
> Upgrade40to41 file?
>
> Thanks
> -min
>
> On 6/20/13 6:31 PM, "Hiroaki KAWAI" <ka...@stratosphere.co.jp> wrote:
>
>> 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/cloud/upgrade/dao/Upgrade40to41.java
>> +++ b/server/src/com/cloud/upgrade/dao/Upgrade40to41.java
>> @@ -39,7 +39,7 @@ public class Upgrade40to41 implements DbUpgrade {
>>
>>       @Override
>>       public String getUpgradedVersion() {
>> -        return "4.1.0";
>> +        return "4.1.1";
>>       }
>>
>>       @Override
>> -----------------------
>>
>> (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.1 release.
>>>
>>> Please use this thread and reference bug fixes we need to add into
>>> 4.1.1, I will be creating a new 4.1.1 branch/tag shortly.
>>>
>>> Regards
>>> ilya
>>>
>>
>


Re: ACS 4.1.1 release - bugfixes to backport

Posted by Min Chen <mi...@citrix.com>.
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" <Al...@citrix.com>
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, 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 changes. All
>we need is Upgrade410to411. Can you merge your changes to master branch?
>
>-alena.
>
>On 6/21/13 9:39 AM, "Min Chen" <mi...@citrix.com> 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 
>>(https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=commit;h=11cf
>>c
>>0
>>34e0b45cf032c1e9dcfe32021fb73789d5). Why do we need to change existing
>>Upgrade40to41 file?
>>
>>Thanks
>>-min
>>
>>On 6/20/13 6:31 PM, "Hiroaki KAWAI" <ka...@stratosphere.co.jp> wrote:
>>
>>>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/cloud/upgrade/dao/Upgrade40to41.java
>>>+++ b/server/src/com/cloud/upgrade/dao/Upgrade40to41.java
>>>@@ -39,7 +39,7 @@ public class Upgrade40to41 implements DbUpgrade {
>>>
>>>      @Override
>>>      public String getUpgradedVersion() {
>>>-        return "4.1.0";
>>>+        return "4.1.1";
>>>      }
>>>
>>>      @Override
>>>-----------------------
>>>
>>>(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.1 release.
>>>>
>>>> Please use this thread and reference bug fixes we need to add into
>>>>4.1.1, I will be creating a new 4.1.1 branch/tag shortly.
>>>>
>>>> Regards
>>>> ilya
>>>>
>>>
>>
>>
>
>


Re: ACS 4.1.1 release - bugfixes to backport

Posted by Alena Prokharchyk <Al...@citrix.com>.
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 changes. All
we need is Upgrade410to411. Can you merge your changes to master branch?

-alena.

On 6/21/13 9:39 AM, "Min Chen" <mi...@citrix.com> 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 
>(https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=commit;h=11cfc
>0
>34e0b45cf032c1e9dcfe32021fb73789d5). Why do we need to change existing
>Upgrade40to41 file?
>
>Thanks
>-min
>
>On 6/20/13 6:31 PM, "Hiroaki KAWAI" <ka...@stratosphere.co.jp> wrote:
>
>>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/cloud/upgrade/dao/Upgrade40to41.java
>>+++ b/server/src/com/cloud/upgrade/dao/Upgrade40to41.java
>>@@ -39,7 +39,7 @@ public class Upgrade40to41 implements DbUpgrade {
>>
>>      @Override
>>      public String getUpgradedVersion() {
>>-        return "4.1.0";
>>+        return "4.1.1";
>>      }
>>
>>      @Override
>>-----------------------
>>
>>(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.1 release.
>>>
>>> Please use this thread and reference bug fixes we need to add into
>>>4.1.1, I will be creating a new 4.1.1 branch/tag shortly.
>>>
>>> Regards
>>> ilya
>>>
>>
>
>



Re: ACS 4.1.1 release - bugfixes to backport

Posted by Min Chen <mi...@citrix.com>.
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=11cfc0
34e0b45cf032c1e9dcfe32021fb73789d5). Why do we need to change existing
Upgrade40to41 file?

Thanks
-min

On 6/20/13 6:31 PM, "Hiroaki KAWAI" <ka...@stratosphere.co.jp> wrote:

>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/cloud/upgrade/dao/Upgrade40to41.java
>+++ b/server/src/com/cloud/upgrade/dao/Upgrade40to41.java
>@@ -39,7 +39,7 @@ public class Upgrade40to41 implements DbUpgrade {
>
>      @Override
>      public String getUpgradedVersion() {
>-        return "4.1.0";
>+        return "4.1.1";
>      }
>
>      @Override
>-----------------------
>
>(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.1 release.
>>
>> Please use this thread and reference bug fixes we need to add into
>>4.1.1, I will be creating a new 4.1.1 branch/tag shortly.
>>
>> Regards
>> ilya
>>
>


Re: ACS 4.1.1 release - bugfixes to backport

Posted by Hiroaki KAWAI <ka...@stratosphere.co.jp>.
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/cloud/upgrade/dao/Upgrade40to41.java
+++ b/server/src/com/cloud/upgrade/dao/Upgrade40to41.java
@@ -39,7 +39,7 @@ public class Upgrade40to41 implements DbUpgrade {

      @Override
      public String getUpgradedVersion() {
-        return "4.1.0";
+        return "4.1.1";
      }

      @Override
-----------------------

(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.1 release.
>
> Please use this thread and reference bug fixes we need to add into 4.1.1, I will be creating a new 4.1.1 branch/tag shortly.
>
> Regards
> ilya
>


RE: ACS 4.1.1 release - bugfixes to backport

Posted by "Musayev, Ilya" <im...@webmd.net>.
Clarification: As per my conversation with Joe/David, we are using the same 4.1 branch in ASF git and once 4.1.1 release is ready, we vote and if passed, will tag it as 4.1.1.

If there are patches you need to commit to 4.1.1 and have commiters rights, please do so on 4.1, if not, I will do it on your behalf.

Thanks
ilya

> -----Original Message-----
> From: Musayev, Ilya [mailto:imusayev@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 to parse through JIRA and know what to
> backport.
> 
> But if there is something we definitely don't want to miss or someone
> omitted the 4.1.1 tag , drop it in this thread.
> 
> Thanks
> ilya
> 
> > -----Original Message-----
> > From: John Burwell [mailto:jburwell@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
> >
> >
> > On Wed, Jun 5, 2013 at 2:22 PM, Musayev, Ilya <im...@webmd.net>
> > 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.1 release.
> > >
> > > Please use this thread and reference bug fixes we need to add into
> > > 4.1.1, I will be creating a new 4.1.1 branch/tag shortly.
> > >
> > > Regards
> > > ilya
> > >
> 



RE: ACS 4.1.1 release - bugfixes to backport

Posted by "Musayev, Ilya" <im...@webmd.net>.
Yes.. that would be one way for me to parse through JIRA and know what to backport.

But if there is something we definitely don't want to miss or someone omitted the 4.1.1 tag , drop it in this thread.

Thanks
ilya

> -----Original Message-----
> From: John Burwell [mailto:jburwell@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
> 
> 
> On Wed, Jun 5, 2013 at 2:22 PM, Musayev, Ilya <im...@webmd.net>
> 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.1 release.
> >
> > Please use this thread and reference bug fixes we need to add into
> > 4.1.1, I will be creating a new 4.1.1 branch/tag shortly.
> >
> > Regards
> > ilya
> >


Re: ACS 4.1.1 release - bugfixes to backport

Posted by John Burwell <jb...@basho.com>.
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 <im...@webmd.net> 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.1 release.
>
> Please use this thread and reference bug fixes we need to add into 4.1.1,
> I will be creating a new 4.1.1 branch/tag shortly.
>
> Regards
> ilya
>

Re: ACS 4.1.1 release - bugfixes to backport

Posted by Ryan Lei <ry...@cht.com.tw>.
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."

---------------------------------------------------------------------------------
Yu-Heng (Ryan) Lei, Associate Reasearcher
Chunghwa Telecom Laboratories / Cloud Computing Laboratory
ryanlei@cht.com.tw<https://email.cht.com.tw/owa/redir.aspx?C=-wE1FEC3G0SWYpVkiWo8SsDdf3ZqO9AIuAPTzRnFYCUi-z4YljtI_hyVKkNHfn9F1Bn-vUWJnQ4.&URL=mailto%3aryanlei%40cht.com.tw>


On Fri, Jun 7, 2013 at 9:17 AM, Hiroaki KAWAI <ka...@stratosphere.co.jp>wrote:

> 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 4.1.1 release.
>>
>> Please use this thread and reference bug fixes we need to add into 4.1.1,
>> I will be creating a new 4.1.1 branch/tag shortly.
>>
>> Regards
>> ilya
>>
>>
>

Re: ACS 4.1.1 release - bugfixes to backport

Posted by Hiroaki KAWAI <ka...@stratosphere.co.jp>.
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 4.1.1 release.
>
> Please use this thread and reference bug fixes we need to add into 4.1.1, I will be creating a new 4.1.1 branch/tag shortly.
>
> Regards
> ilya
>


Re: ACS 4.1.1 release - bugfixes to backport

Posted by Ryan Lei <ry...@cht.com.tw>.
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 well."

---------------------------------------------------------------------------------
Yu-Heng (Ryan) Lei, Associate Reasearcher
Chunghwa Telecom Laboratories / Cloud Computing Laboratory
ryanlei@cht.com.tw<https://email.cht.com.tw/owa/redir.aspx?C=-wE1FEC3G0SWYpVkiWo8SsDdf3ZqO9AIuAPTzRnFYCUi-z4YljtI_hyVKkNHfn9F1Bn-vUWJnQ4.&URL=mailto%3aryanlei%40cht.com.tw>



On Thu, Jun 6, 2013 at 2:22 AM, Musayev, Ilya <im...@webmd.net> 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.1 release.
>
> Please use this thread and reference bug fixes we need to add into 4.1.1,
> I will be creating a new 4.1.1 branch/tag shortly.
>
> Regards
> ilya
>

RE: ACS 4.1.1 release - bugfixes to backport

Posted by "Musayev, Ilya" <im...@webmd.net>.
Thank you Marcus

-----Original Message-----
From: Marcus Sorensen [mailto:shadowsor@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 4fd921269bdce3ea55bb63ac5226ff52e6a82e9d
Author: Mice Xia <mi...@tcloudcomputing.com>
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 allocated

On Mon, Jul 8, 2013 at 10:58 PM, Marcus Sorensen <sh...@gmail.com> wrote:
> Pushed to 4.1
>
> commit a505b5b489ab9fc449f40214d0593d10b7403822
> Author: Marcus Sorensen <ma...@betterservers.com>
> 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 the VM. This makes the results consistent with 
> the password
>     and SSH key metadata.
>
>     BUG-ID: CLOUDSTACK-3408
>     Bugfix-for: 4.1.1, 4.2.0
>     Signed-off-by: Marcus Sorensen <ma...@betterservers.com> 
> 1373345338 -0600
>
> On Tue, Jun 25, 2013 at 12:56 AM, Hiroaki KAWAI 
> <ka...@stratosphere.co.jp> wrote:
>> 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.1 release.
>>>
>>> Please use this thread and reference bug fixes we need to add into 
>>> 4.1.1, I will be creating a new 4.1.1 branch/tag shortly.
>>>
>>> Regards
>>> ilya
>>>
>>



Re: ACS 4.1.1 release - bugfixes to backport

Posted by Marcus Sorensen <sh...@gmail.com>.
This fixes a known bug, was never applied to 4.1. Committed.

commit 4fd921269bdce3ea55bb63ac5226ff52e6a82e9d
Author: Mice Xia <mi...@tcloudcomputing.com>
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
allocated

On Mon, Jul 8, 2013 at 10:58 PM, Marcus Sorensen <sh...@gmail.com> wrote:
> Pushed to 4.1
>
> commit a505b5b489ab9fc449f40214d0593d10b7403822
> Author: Marcus Sorensen <ma...@betterservers.com>
> 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 the VM. This makes the results consistent with
> the password
>     and SSH key metadata.
>
>     BUG-ID: CLOUDSTACK-3408
>     Bugfix-for: 4.1.1, 4.2.0
>     Signed-off-by: Marcus Sorensen <ma...@betterservers.com> 1373345338 -0600
>
> On Tue, Jun 25, 2013 at 12:56 AM, Hiroaki KAWAI
> <ka...@stratosphere.co.jp> wrote:
>> 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.1 release.
>>>
>>> Please use this thread and reference bug fixes we need to add into 4.1.1,
>>> I will be creating a new 4.1.1 branch/tag shortly.
>>>
>>> Regards
>>> ilya
>>>
>>

Re: ACS 4.1.1 release - bugfixes to backport

Posted by Marcus Sorensen <sh...@gmail.com>.
Pushed to 4.1

commit a505b5b489ab9fc449f40214d0593d10b7403822
Author: Marcus Sorensen <ma...@betterservers.com>
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 the VM. This makes the results consistent with
the password
    and SSH key metadata.

    BUG-ID: CLOUDSTACK-3408
    Bugfix-for: 4.1.1, 4.2.0
    Signed-off-by: Marcus Sorensen <ma...@betterservers.com> 1373345338 -0600

On Tue, Jun 25, 2013 at 12:56 AM, Hiroaki KAWAI
<ka...@stratosphere.co.jp> wrote:
> 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.1 release.
>>
>> Please use this thread and reference bug fixes we need to add into 4.1.1,
>> I will be creating a new 4.1.1 branch/tag shortly.
>>
>> Regards
>> ilya
>>
>

Re: ACS 4.1.1 release - bugfixes to backport

Posted by Hiroaki KAWAI <ka...@stratosphere.co.jp>.
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.1 release.
>
> Please use this thread and reference bug fixes we need to add into 4.1.1, I will be creating a new 4.1.1 branch/tag shortly.
>
> Regards
> ilya
>