<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:21:20 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>OpenDaylight JIRA</title>
    <link>https://jira.opendaylight.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>8.20.10</version>
        <build-number>820010</build-number>
        <build-date>22-06-2022</build-date>
    </build-info>


<item>
            <title>[NETVIRT-348] ODL breaks ovs switch config on reconnect</title>
                <link>https://jira.opendaylight.org/browse/NETVIRT-348</link>
                <project id="10144" key="NETVIRT">netvirt</project>
                    <description>&lt;p&gt;Using Boron-SR2 artifact, OpenStack mitaka.&lt;br/&gt;
The networking setup is like this:&lt;/p&gt;

&lt;p&gt;external-interface &amp;lt;&lt;del&gt;&amp;gt; ext-linux-bridge &amp;lt;-A&lt;/del&gt;&amp;gt; br-floating(ovs bridge) &amp;lt;-&amp;gt; br-int&lt;/p&gt;

&lt;p&gt;When ovs is restarted, port A ends up misconfigured.&lt;br/&gt;
I&apos;ve collected the logs from such a restart (due to a segfault on the ovs side-working on that). The way this happens makes me think that netvirt pushes some configuration that it should. &lt;/p&gt;

&lt;p&gt;To reproduce:&lt;/p&gt;

&lt;p&gt;service openvswitch-switch restart&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="20269">NETVIRT-348</key>
            <summary>ODL breaks ovs switch config on reconnect</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                                <status id="5" iconUrl="https://jira.opendaylight.org/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10003">Cannot Reproduce</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="rski@intracom-telecom.com">Romanos Skiadas</reporter>
                        <labels>
                    </labels>
                <created>Mon, 12 Dec 2016 09:57:06 +0000</created>
                <updated>Thu, 19 Oct 2017 21:28:00 +0000</updated>
                            <resolved>Mon, 12 Dec 2016 16:14:11 +0000</resolved>
                                    <version>Boron</version>
                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="36916" author="rski@intracom-telecom.com" created="Mon, 12 Dec 2016 09:57:39 +0000"  >&lt;p&gt;&amp;gt;netvirt pushes some configuration that it should&lt;br/&gt;
should not*&lt;/p&gt;</comment>
                            <comment id="36918" author="rski@intracom-telecom.com" created="Mon, 12 Dec 2016 09:58:01 +0000"  >&lt;p&gt;Attachment ovs-vswitchd.log has been added with description: ovs log&lt;/p&gt;</comment>
                            <comment id="36919" author="rski@intracom-telecom.com" created="Mon, 12 Dec 2016 09:58:18 +0000"  >&lt;p&gt;Attachment ovs-vsctl has been added with description: ovs vsctl&lt;/p&gt;</comment>
                            <comment id="36920" author="rski@intracom-telecom.com" created="Mon, 12 Dec 2016 09:59:35 +0000"  >&lt;p&gt;Attachment br-ex has been added with description: ifcfg of linux bridge&lt;/p&gt;</comment>
                            <comment id="36921" author="rski@intracom-telecom.com" created="Mon, 12 Dec 2016 10:00:05 +0000"  >&lt;p&gt;Attachment port-ifcfg has been added with description: ifcfg of br-ex to br-floating port&lt;/p&gt;</comment>
                            <comment id="36922" author="rski@intracom-telecom.com" created="Mon, 12 Dec 2016 10:02:10 +0000"  >&lt;p&gt;Attachment karafaa has been added with description: karaf log 1&lt;/p&gt;</comment>
                            <comment id="36923" author="rski@intracom-telecom.com" created="Mon, 12 Dec 2016 10:02:38 +0000"  >&lt;p&gt;Attachment karafab has been added with description: karaf log 2&lt;/p&gt;</comment>
                            <comment id="36924" author="rski@intracom-telecom.com" created="Mon, 12 Dec 2016 10:03:37 +0000"  >&lt;p&gt;Attachment karafac has been added with description: karaf log 3/4&lt;/p&gt;</comment>
                            <comment id="36925" author="rski@intracom-telecom.com" created="Mon, 12 Dec 2016 10:04:12 +0000"  >&lt;p&gt;Attachment karafad has been added with description: karaf log 4/4&lt;/p&gt;</comment>
                            <comment id="36917" author="alonko@hpe.com" created="Mon, 12 Dec 2016 16:14:11 +0000"  >&lt;p&gt;Hi Skiadas,&lt;/p&gt;

&lt;p&gt;I&apos;m closing this on invalid, unless you have a specific reason for thinking this is ODL related..&lt;br/&gt;
Currently the only thing ODL does for your &apos;br-floating&apos; bridge is add a patch port in it. Nothing else.&lt;/p&gt;

&lt;p&gt;The only bridge that is fully controlled by ODL is the br-int bridge, any other bridge is assumed to pre-exist and not modified on purpose (except addition of patch port).&lt;/p&gt;

&lt;p&gt;This seems like an OVS bug to me, I have previously seen similar issues when OVS restarts and particularily when it crashes. It&apos;s not cleaning up the previous socket so you reach this error:&lt;/p&gt;

&lt;p&gt;2016-12-07T10:23:16.672Z|00042|netdev|WARN|trying to create netdev p_ff798dba-0 of different type internal, already is system&lt;br/&gt;
2016-12-07T10:23:16.672Z|00043|bridge|WARN|could not open network device p_ff798dba-0 (File exists)&lt;/p&gt;

&lt;p&gt;As a workaround you can try deleting the socket for this port and restart ovs, it should fix things.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="12361" name="br-ex" size="109" author="rski@intracom-telecom.com" created="Mon, 12 Dec 2016 09:59:35 +0000"/>
                            <attachment id="12363" name="karafaa" size="1022976" author="rski@intracom-telecom.com" created="Mon, 12 Dec 2016 10:02:10 +0000"/>
                            <attachment id="12364" name="karafab" size="1022976" author="rski@intracom-telecom.com" created="Mon, 12 Dec 2016 10:02:38 +0000"/>
                            <attachment id="12365" name="karafac" size="1022976" author="rski@intracom-telecom.com" created="Mon, 12 Dec 2016 10:03:37 +0000"/>
                            <attachment id="12366" name="karafad" size="155000" author="rski@intracom-telecom.com" created="Mon, 12 Dec 2016 10:04:12 +0000"/>
                            <attachment id="12360" name="ovs-vsctl" size="1849" author="rski@intracom-telecom.com" created="Mon, 12 Dec 2016 09:58:18 +0000"/>
                            <attachment id="12359" name="ovs-vswitchd.log" size="17230" author="rski@intracom-telecom.com" created="Mon, 12 Dec 2016 09:58:01 +0000"/>
                            <attachment id="12362" name="port-ifcfg" size="134" author="rski@intracom-telecom.com" created="Mon, 12 Dec 2016 10:00:05 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                            <customfield id="customfield_11400" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10208" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>External issue ID</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>7342</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10201" key="com.atlassian.jira.plugin.system.customfieldtypes:url">
                        <customfieldname>External issue URL</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[https://bugs.opendaylight.org/show_bug.cgi?id=7342]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i01r8v:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>