Chandan Purushothama created CLOUDSTACK-2200:
------------------------------------------------

             Summary: "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
            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

Reply via email to