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

ASF GitHub Bot commented on CLOUDSTACK-9724:
--------------------------------------------

Github user jayapalu commented on a diff in the pull request:

    https://github.com/apache/cloudstack/pull/1885#discussion_r100985099
  
    --- Diff: server/src/com/cloud/network/IpAddressManagerImpl.java ---
    @@ -460,6 +460,12 @@ boolean checkIfIpAssocRequired(Network network, 
boolean postApplyRules, List<Pub
                         }
                     } else {
                         if (activeCount != null && activeCount > 0) {
    +                        if (network.getVpcId() != null) {
    --- End diff --
    
    Improved. Added more details


> VPC tier network restart with cleanup, missing public ip on VR interface
> ------------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-9724
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9724
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the 
> default.) 
>            Reporter: Jayapal Reddy
>            Assignee: Jayapal Reddy
>             Fix For: 4.10.0.0
>
>
> On vpc tier network restart with clean up missing secondary ip addresses on 
> the VR public interface.
> 1. Create a vpc and deploy a vm in tier.
> 2. Acquire a public ip and configure PF rule
> 3. check that the VR interface has two ip addresses.
> 4. Restart the tier network with cleanup.
> 5. After restart in VR interface ip (PF rule configured) is missed.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to