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 2014/05/12 09:43:16 UTC

[jira] [Commented] (CLOUDSTACK-6592) OVS distributed routing: make populate flooding rules transactional

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

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

Commit 0adf8924e28dc9bc1af5a2e04d5146d97e60fced in cloudstack's branch refs/heads/4.4 from [~murali.reddy]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=0adf892 ]

CLOUDSTACK-6592: OVS distributed routing: make populate flooding rules
transactional

creats a file with all openflow rules updates and using ovs-ofctl file
option updates the brige in one go


> OVS distributed routing: make populate flooding rules transactional
> -------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-6592
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-6592
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>    Affects Versions: 4.4.0
>            Reporter: Murali Reddy
>            Assignee: Murali Reddy
>             Fix For: 4.4.0
>
>
> Currently when a tunnel port or vif is created/destroyed, L2 flooding table is updated with new set of flooding rules which reflect the current set of VIF's and tunnel ports that needed to be in the broadcast domain of tier. But way its done is sequential with ovs-ofctl getting executed with each update.
> This bug is to club all the flow rule updates in to a single file and use file option of ovs-ofctl to update the bridge.



--
This message was sent by Atlassian JIRA
(v6.2#6252)