<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:20:28 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-11] vxlan ports not created in clustered setup</title>
                <link>https://jira.opendaylight.org/browse/NETVIRT-11</link>
                <project id="10144" key="NETVIRT">netvirt</project>
                    <description>&lt;p&gt;setup:&lt;/p&gt;

&lt;p&gt;3 controller nodes housing openstack control services as well as opendaylight with odl-ovsdb-openstack running in a cluster.&lt;/p&gt;

&lt;p&gt;2 compute nodes&lt;/p&gt;

&lt;p&gt;VIP via haproxy is used for interacting with openstack services (e.g. nova, neutron).&lt;/p&gt;

&lt;p&gt;vxlan ports should be created when subnets are created, but this is not&lt;br/&gt;
happening.  At this point, I have checked with a non-clustered setup and&lt;br/&gt;
did not see this issue.  I also should note that with lots of poking&lt;br/&gt;
around (creating/deleting/restarting things) the vxlan ports will somehow&lt;br/&gt;
show up.  I do not know the ultimate trigger for that.&lt;/p&gt;

&lt;p&gt;the test I&apos;m running is to bring up two openstack vm instances and verify&lt;br/&gt;
they can ping each other.  With no underlay vxlan network, this is not&lt;br/&gt;
working.  I do see the dhcp namespaces created on all three control nodes.&lt;br/&gt;
All the expected tap ports are also created.&lt;/p&gt;

&lt;p&gt;There are also no flows programmed on the compute node br-int at this point, but&lt;br/&gt;
that could simply be a function of the vxlan ports not being created yet.&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="19932">NETVIRT-11</key>
            <summary>vxlan ports not created in clustered setup</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="Avishnoi">Anil Vishnoi</assignee>
                                    <reporter username="jluhrsen">Jamo Luhrsen</reporter>
                        <labels>
                    </labels>
                <created>Thu, 31 Mar 2016 00:55:34 +0000</created>
                <updated>Fri, 9 Mar 2018 18:21:29 +0000</updated>
                            <resolved>Thu, 1 Sep 2016 13:09:38 +0000</resolved>
                                    <version>Beryllium</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="36133" author="jluhrsen" created="Tue, 5 Apr 2016 23:42:54 +0000"  >&lt;p&gt;in a current reproduction I have two compute nodes (A and B).  One VM instance was&lt;br/&gt;
created (after net/subnet creation).  That instance ended up on compute node A.  That&lt;br/&gt;
compute node only got one of the vxlan ports created so far (it&apos;s been aprox 1 hour).&lt;br/&gt;
compute node B (which does not have a VM, in case that matters) finally ended up with&lt;br/&gt;
all four expected vxlan ports.  But, looking at ovs logs, you can see that these &lt;br/&gt;
ports are created with 1+ minute gaps.&lt;/p&gt;

&lt;p&gt;compute node A:&lt;br/&gt;
-----------------------------------------------------------------------&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;root@overcloud-novacompute-0 heat-admin&amp;#93;&lt;/span&gt;# virsh list&lt;br/&gt;
 Id    Name                           State&lt;br/&gt;
----------------------------------------------------&lt;br/&gt;
 2     instance-00000003              running&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;root@overcloud-novacompute-0 heat-admin&amp;#93;&lt;/span&gt;# ovs-vsctl show | grep Port&lt;br/&gt;
        Port &quot;vxlan-11.0.0.25&quot;&lt;br/&gt;
        Port &quot;tap6530d6dc-56&quot;&lt;br/&gt;
        Port br-int&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;root@overcloud-novacompute-0 heat-admin&amp;#93;&lt;/span&gt;# ovs-vsctl show | grep &apos;Port..vx&apos;&lt;br/&gt;
        Port &quot;vxlan-11.0.0.25&quot;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;root@overcloud-novacompute-0 heat-admin&amp;#93;&lt;/span&gt;# &lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;root@overcloud-novacompute-0 heat-admin&amp;#93;&lt;/span&gt;# &lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;root@overcloud-novacompute-0 heat-admin&amp;#93;&lt;/span&gt;# &lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;root@overcloud-novacompute-0 heat-admin&amp;#93;&lt;/span&gt;# virsh list&lt;br/&gt;
 Id    Name                           State&lt;br/&gt;
----------------------------------------------------&lt;br/&gt;
 2     instance-00000003              running&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;root@overcloud-novacompute-0 heat-admin&amp;#93;&lt;/span&gt;# ovs-vsctl show | grep &apos;Port..vx&apos;&lt;br/&gt;
        Port &quot;vxlan-11.0.0.25&quot;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;root@overcloud-novacompute-0 heat-admin&amp;#93;&lt;/span&gt;# egrep vxlan /var/log/openvswitch/*&lt;br/&gt;
/var/log/openvswitch/ovs-vswitchd.log:2016-04-05T22:49:14.343Z|00407|bridge|INFO|bridge br-int: added interface vxlan-11.0.0.25 on port 1&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;root@overcloud-novacompute-0 heat-admin&amp;#93;&lt;/span&gt;# &lt;/p&gt;


&lt;p&gt;compute node B:&lt;br/&gt;
-----------------------------------------------------------------------&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;root@overcloud-novacompute-1 heat-admin&amp;#93;&lt;/span&gt;# virsh list&lt;br/&gt;
 Id    Name                           State&lt;br/&gt;
----------------------------------------------------&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;root@overcloud-novacompute-1 heat-admin&amp;#93;&lt;/span&gt;# ovs-vsctl show | grep &apos;Port..vx&apos;&lt;br/&gt;
        Port &quot;vxlan-11.0.0.24&quot;&lt;br/&gt;
        Port &quot;vxlan-11.0.0.25&quot;&lt;br/&gt;
        Port &quot;vxlan-11.0.0.21&quot;&lt;br/&gt;
        Port &quot;vxlan-11.0.0.22&quot;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;root@overcloud-novacompute-1 heat-admin&amp;#93;&lt;/span&gt;# egrep vxlan /var/log/openvswitch/*&lt;br/&gt;
/var/log/openvswitch/ovs-vswitchd.log:2016-04-05T22:49:14.478Z|00418|bridge|INFO|bridge br-int: added interface vxlan-11.0.0.25 on port 1&lt;br/&gt;
/var/log/openvswitch/ovs-vswitchd.log:2016-04-05T22:50:21.066Z|00420|bridge|INFO|bridge br-int: added interface vxlan-11.0.0.22 on port 2&lt;br/&gt;
/var/log/openvswitch/ovs-vswitchd.log:2016-04-05T22:50:41.955Z|00422|bridge|INFO|bridge br-int: added interface vxlan-11.0.0.21 on port 3&lt;br/&gt;
/var/log/openvswitch/ovs-vswitchd.log:2016-04-05T22:52:45.642Z|00425|bridge|INFO|bridge br-int: added interface vxlan-11.0.0.24 on port 4&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;root@overcloud-novacompute-1 heat-admin&amp;#93;&lt;/span&gt;#&lt;/p&gt;</comment>
                            <comment id="36134" author="jluhrsen" created="Wed, 6 Apr 2016 16:13:21 +0000"  >&lt;p&gt;four log files with DEBUG logging enabled.  They span a period of&lt;br/&gt;
time when compute node B only had 3 vxlan ports (log #19) and when it finally&lt;br/&gt;
got it&apos;s 4th port (log #16).&lt;/p&gt;</comment>
                            <comment id="36136" author="jluhrsen" created="Wed, 6 Apr 2016 16:13:21 +0000"  >&lt;p&gt;Attachment logs1.tar.xz has been added with description: karaf logs&lt;/p&gt;</comment>
                            <comment id="36135" author="prashanth_j@hcl.com" created="Thu, 1 Sep 2016 13:09:26 +0000"  >&lt;p&gt;This bug has been addressed as part of #5376.&lt;/p&gt;

&lt;p&gt;We have tested with latest distribution after below patches were merged&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/43580/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/43580/&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/44374/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/44374/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Issue was not observed during multiple runs and observed, vxlan ports were created.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="12178" name="logs1.tar.xz" size="660788" author="jluhrsen" created="Wed, 6 Apr 2016 16:13:21 +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>5631</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=5631]]></customfieldvalue>

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

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