<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:32:45 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>[OPNFLWPLUG-541] multiple reboot of ovs switch, not showing flows in operational data storage.</title>
                <link>https://jira.opendaylight.org/browse/OPNFLWPLUG-541</link>
                <project id="10155" key="OPNFLWPLUG">OpenFlowPlugin</project>
                    <description>&lt;p&gt;No OVS flows found in operational data storage of controller, after doing multiple reboot of ovs switch, minimum of 10 times&lt;/p&gt;

&lt;p&gt;I have connected 1 # css and 10 ovs (mininet) switches.&lt;/p&gt;

&lt;p&gt;Configured flows for&lt;br/&gt;
    40 # flows to css switch&lt;br/&gt;
    50 # flows to mininet #1 switch&lt;br/&gt;
    50 # flows to mininet #2 nd switch&lt;/p&gt;

&lt;p&gt;Did multiple reboot on mininet switches say minimum 10 times, then checked the operational data storage, mininet flows are not found there.  Please check the below details and let me know if i can raise TR for this in ODL&lt;/p&gt;

&lt;p&gt;mininet:&lt;br/&gt;
==========&lt;/p&gt;

&lt;p&gt;mininet@mininet-vm:~/mininet\&amp;gt; sudo mn --controller=remote,ip=10.183.254.252 --topo linear,10 --switch ovsk,protocols=OpenFlow13&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;
	&lt;ul&gt;
		&lt;li&gt;
		&lt;ul&gt;
			&lt;li&gt;Creating network&lt;/li&gt;
			&lt;li&gt;Adding controller&lt;/li&gt;
			&lt;li&gt;Adding hosts:&lt;br/&gt;
h1 h2 h3 h4 h5 h6 h7 h8 h9 h10&lt;/li&gt;
			&lt;li&gt;Adding switches:&lt;br/&gt;
have protcol params!&lt;br/&gt;
s1 have protcol params!&lt;br/&gt;
s2 have protcol params!&lt;br/&gt;
s3 have protcol params!&lt;br/&gt;
s4 have protcol params!&lt;br/&gt;
s5 have protcol params!&lt;br/&gt;
s6 have protcol params!&lt;br/&gt;
s7 have protcol params!&lt;br/&gt;
s8 have protcol params!&lt;br/&gt;
s9 have protcol params!&lt;br/&gt;
s10&lt;/li&gt;
			&lt;li&gt;Adding links:&lt;br/&gt;
(h1, s1) (h2, s2) (h3, s3) (h4, s4) (h5, s5) (h6, s6) (h7, s7) (h8, s8) (h9, s9) (h10, s10) (s1, s2) (s2, s3) (s3, s4) (s4, s5) (s5, s6) (s6, s7) (s7, s8) (s8, s9) (s9, s10)&lt;/li&gt;
			&lt;li&gt;Configuring hosts&lt;br/&gt;
h1 h2 h3 h4 h5 h6 h7 h8 h9 h10&lt;/li&gt;
			&lt;li&gt;Starting controller&lt;/li&gt;
			&lt;li&gt;Starting 10 switches&lt;br/&gt;
s1 OVSswitch opts:  protocols=OpenFlow13&lt;br/&gt;
s2 OVSswitch opts:  protocols=OpenFlow13&lt;br/&gt;
s3 OVSswitch opts:  protocols=OpenFlow13&lt;br/&gt;
s4 OVSswitch opts:  protocols=OpenFlow13&lt;br/&gt;
s5 OVSswitch opts:  protocols=OpenFlow13&lt;br/&gt;
s6 OVSswitch opts:  protocols=OpenFlow13&lt;br/&gt;
s7 OVSswitch opts:  protocols=OpenFlow13&lt;br/&gt;
s8 OVSswitch opts:  protocols=OpenFlow13&lt;br/&gt;
s9 OVSswitch opts:  protocols=OpenFlow13&lt;br/&gt;
s10 OVSswitch opts:  protocols=OpenFlow13&lt;/li&gt;
		&lt;/ul&gt;
		&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;
	&lt;ul&gt;
		&lt;li&gt;
		&lt;ul&gt;
			&lt;li&gt;Starting CLI:&lt;br/&gt;
mininet&amp;gt;&lt;br/&gt;
mininet&amp;gt;&lt;br/&gt;
mininet&amp;gt;&lt;br/&gt;
mininet&amp;gt;&lt;/li&gt;
		&lt;/ul&gt;
		&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;



&lt;p&gt;controller output:&lt;br/&gt;
==================&lt;br/&gt;
mininet@mininet-vm:~/test\&amp;gt; ./inventory_crawler.py --host 10.183.254.252 --auth --datastore operational&lt;br/&gt;
Crawling &apos;http://10.183.254.252:8181/restconf/operational/opendaylight-inventory:nodes&apos;&lt;/p&gt;

&lt;p&gt;Totals:&lt;br/&gt;
    Nodes:          11&lt;br/&gt;
    Reported flows: 41&lt;br/&gt;
    Found flows:    41&lt;br/&gt;
mininet@mininet-vm:~/test\&amp;gt;&lt;br/&gt;
mininet@mininet-vm:~/test\&amp;gt; ./inventory_crawler.py --host 10.183.254.252 --auth --datastore config&lt;br/&gt;
Crawling &apos;http://10.183.254.252:8181/restconf/config/opendaylight-inventory:nodes&apos;&lt;/p&gt;

&lt;p&gt;Totals:&lt;br/&gt;
    Nodes:          3&lt;br/&gt;
    Reported flows: 0&lt;br/&gt;
    Found flows:    141&lt;br/&gt;
mininet@mininet-vm:~/test\&amp;gt;&lt;/p&gt;

&lt;p&gt;mininet output:&lt;br/&gt;
===============&lt;/p&gt;

&lt;p&gt;mininet@mininet-vm:~/integration/test/tools/odl-mdsal-clustering-tests/clustering-performance-test/ovs-scripts\&amp;gt; ./get-total-found.sh&lt;br/&gt;
Switch s1: 50 flows&lt;br/&gt;
Switch s2: 50 flows&lt;br/&gt;
Switch s3: 0 flows&lt;br/&gt;
Switch s4: 0 flows&lt;br/&gt;
Switch s5: 0 flows&lt;br/&gt;
Switch s6: 0 flows&lt;br/&gt;
Switch s7: 0 flows&lt;br/&gt;
Switch s8: 0 flows&lt;br/&gt;
Switch s9: 0 flows&lt;br/&gt;
Switch s10: 0 flows&lt;/p&gt;

&lt;p&gt;Total: 100&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: Linux&lt;br/&gt;
Platform: Other&lt;/p&gt;</environment>
        <key id="27809">OPNFLWPLUG-541</key>
            <summary>multiple reboot of ovs switch, not showing flows in operational data storage.</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="10000">Done</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="anpukarasi.muthukumaran@ericsson.com">Anpukarasi Muthukumaran</reporter>
                        <labels>
                    </labels>
                <created>Thu, 27 Aug 2015 10:06:21 +0000</created>
                <updated>Mon, 27 Sep 2021 09:01:38 +0000</updated>
                            <resolved>Sat, 30 Jan 2016 05:04:36 +0000</resolved>
                                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                                                                <comments>
                            <comment id="57304" author="abhijit2511" created="Sat, 30 Jan 2016 01:45:40 +0000"  >&lt;p&gt;Can you please test with the latest code? This should be fixed with flow reconciliation.&lt;/p&gt;</comment>
                            <comment id="57305" author="shuva.jyoti.kar.87@gmail.com" created="Sat, 30 Jan 2016 05:03:58 +0000"  >&lt;p&gt;Abhijit,I have tested with mininet on the latest build , it works, so closing it.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </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>4204</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=4204]]></customfieldvalue>

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

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