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

Isaac Chiang commented on CLOUDSTACK-2077:
------------------------------------------

Hi :
           The root cause is that there is only one update statement  around 
line 2450, but it was enclosed by statement:

 if (newVnetRangeString != null) 

so if newVnetRangeString == null

The physical_network database won't get updated.
                
> The updatePhysicalNetwork command fails to update the database
> --------------------------------------------------------------
>
>                 Key: CLOUDSTACK-2077
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-2077
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the 
> default.) 
>          Components: API
>         Environment: updatePhysicalNetwork  API  to enable physical network 
> doesn't update physical_network table in the database
>            Reporter: Isaac Chiang
>            Assignee: Bharat Kumar
>            Priority: Blocker
>         Attachments: Screenshot-1.png, Screen Shot 2013-04-18 at 8.33.07 
> PM.png
>
>
> When emitting the updatePhysicalNetwork command, the response returns the 
> inconsistent state compared with physical_network table in database.

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