You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2013/06/10 07:15:20 UTC

[jira] [Commented] (CLOUDSTACK-2894) After removing all the vlan ranges, physical_network table has an entry of '*' in vnet coulmn, should be NULL

    [ https://issues.apache.org/jira/browse/CLOUDSTACK-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13679320#comment-13679320 ] 

ASF subversion and git services commented on CLOUDSTACK-2894:
-------------------------------------------------------------

Commit 22a850828001b89fd6ac8e3916256bc7e966a1ef in branch refs/heads/master from [~likithas]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=22a8508 ]

CLOUDSTACK-2894. Removing all vlan ranges should update the vnet column to NULL.

                
> After removing all the vlan ranges, physical_network table has an entry of '*' in vnet coulmn, should be NULL
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-2894
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-2894
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: API
>    Affects Versions: 4.2.0
>            Reporter: Saksham Srivastava
>            Assignee: Likitha Shetty
>
> Removing all vlan ranges is resulting in a erroneous  db entry of '*' in vnet column.
> mysql> select * from physical_network;
> +-----+--------------------------------------+--------------------+----------------+------+-------+-----------+------------------------+---------+---------------------+---------+
> | id  | uuid                                 | name               | data_center_id | vnet | speed | domain_id | broadcast_domain_range | state   | created             | removed |
> +-----+--------------------------------------+--------------------+----------------+------+-------+-----------+------------------------+---------+---------------------+---------+
> | 200 | 49e5cdfc-2c14-415a-9dd3-38ac2fdeef54 | Physical Network 1 |              1 | *    | NULL  |      NULL | ZONE                   | Enabled | 2013-06-06 06:41:13 | NULL    |
> +-----+--------------------------------------+--------------------+----------------+------+-------+-----------+------------------------+---------+---------------------+---------+

--
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