You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Daan Hoogland (JIRA)" <ji...@apache.org> on 2014/01/16 19:45:20 UTC

[jira] [Updated] (CLOUDSTACK-5886) 4.2.1 upgrade fails on acl migration

     [ https://issues.apache.org/jira/browse/CLOUDSTACK-5886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daan Hoogland updated CLOUDSTACK-5886:
--------------------------------------

    Description: 
On upgrading from 4.1.1 to 4.2.1 a bug happens during the migration of firewall_rules_cidrs.source_cidr to network_acl_item.cidr. The source_cidrs are concatenated into a 255 width field. We are using cidr lists that are way longer.

As a quick fix we can now set the size of the field to 2048. a quick test learns us that the field is truncated as it is saved in the db.

  was:

On upgrading our second production env to 4.2.1 we encountered a bug (at Schuberg Philis):

during the migration of firewall_rules_cidrs.source_cidr to network_acl_item.cidr. The source_cidrs are concatenated into a 255 width field. We are using cidr lists that are way longer.

As a quick fix we can now set the size of the field to 2048. a quick test learns us that the field is truncated as it is saved in the db.


> 4.2.1 upgrade fails on acl migration
> ------------------------------------
>
>                 Key: CLOUDSTACK-5886
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-5886
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>    Affects Versions: 4.2.1
>            Reporter: Daan Hoogland
>
> On upgrading from 4.1.1 to 4.2.1 a bug happens during the migration of firewall_rules_cidrs.source_cidr to network_acl_item.cidr. The source_cidrs are concatenated into a 255 width field. We are using cidr lists that are way longer.
> As a quick fix we can now set the size of the field to 2048. a quick test learns us that the field is truncated as it is saved in the db.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)