You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Chandan Purushothama (JIRA)" <ji...@apache.org> on 2013/07/25 23:27:49 UTC

[jira] [Closed] (CLOUDSTACK-2200) "Value" Field's size of "data_center_details" Table restricts certain features

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

Chandan Purushothama closed CLOUDSTACK-2200.
--------------------------------------------


Verified on 4.2 Build
                
> "Value" Field's size of "data_center_details" Table restricts certain features
> ------------------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-2200
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-2200
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: Management Server
>    Affects Versions: 4.2.0
>            Reporter: Chandan Purushothama
>            Assignee: Harikrishna Patnala
>            Priority: Critical
>             Fix For: 4.2.0
>
>
> ===========
> Observations:
> ===========
> mysql> desc data_center_details;
> +-------+---------------------+------+-----+---------+----------------+
> | Field | Type                | Null | Key | Default | Extra          |
> +-------+---------------------+------+-----+---------+----------------+
> | id    | bigint(20) unsigned | NO   | PRI | NULL    | auto_increment |
> | dc_id | bigint(20) unsigned | NO   | MUL | NULL    |                |
> | name  | varchar(255)        | NO   |     | NULL    |                |
> | value | varchar(255)        | NO   |     | NULL    |                |
> +-------+---------------------+------+-----+---------+----------------+
> 4 rows in set (0.05 sec)
> The value size restricts the user from specifying not more than a couple of blacklisted routes in the zone. 
> This bug affects any feature that requires zone level specific parameters to be declared.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira