<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:05:58 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>[LACP-12] On scaling the LAG number to 8(8-member ports) LAG&apos;s, some ports that are associated to the LAG interface are displayed in SELECT type group as well as the ALL type group under the dump-groups cli for the particular switch.</title>
                <link>https://jira.opendaylight.org/browse/LACP-12</link>
                <project id="10135" key="LACP">lacp</project>
                    <description>&lt;p&gt;Mininet Topology:  32 Hosts &amp;amp; Switches and 8 links connecting each host to the switch. Configure the Hosts on LACP mode and check if the LAG groups are formed on the &lt;/p&gt;

&lt;p&gt;switch side. &lt;br/&gt;
Openvswitch version: 2.3.1&lt;br/&gt;
Build no:  Integration build 2133&lt;/p&gt;

&lt;p&gt;Steps to recreate:&lt;br/&gt;
1. Bring up the controller and feature install the LACP module.&lt;br/&gt;
2. Once the controller is setup, create a mininet topology script as specified above and check if the group &amp;amp; flow entries are formed on all the switches. &amp;lt;&amp;lt;&amp;lt;Group and &lt;/p&gt;

&lt;p&gt;flow entries are missing for few switches. &amp;lt;&amp;lt;&amp;lt;&amp;lt;A similar bug has already been raised for this case.&lt;br/&gt;
3. Also for the group entries that have been generated, check to see if the created group entries have all the ports associated to the select type group and not in the &lt;/p&gt;

&lt;p&gt;all type. &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;In this case, the ports part of the LAG are displayed under the select type group as well as the ALL type group. Looks like the removal of the ports &lt;/p&gt;

&lt;p&gt;weren&apos;t successful during then. This scenario happens only as we scale up the number of LAG&apos;s.&lt;/p&gt;


&lt;p&gt;Dump-flows &amp;amp; Dump-groups o/p:&lt;/p&gt;

&lt;p&gt;mininet&amp;gt; sh ovs-ofctl -O Openflow13 dump-groups s7&lt;br/&gt;
OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):&lt;br/&gt;
 group_id=44617,type=all,bucket=weight:0,actions=drop&lt;br/&gt;
 group_id=49152,type=select,bucket=weight:0,actions=output:2,output:1,output:3,output:4,output:6,output:5,output:7,output:8&lt;br/&gt;
mininet&amp;gt; sh ovs-ofctl -O Openflow13 dump-groups s8&lt;br/&gt;
OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):&lt;br/&gt;
 group_id=7545,type=all,bucket=weight:0,actions=output:8    &amp;lt;&amp;lt;&amp;lt;port 8 present under all type groupid&lt;br/&gt;
 group_id=41236,type=select,bucket=weight:0,actions=output:2,output:3,output:4,output:6,output:7,output:8,output:5,output:1   &amp;lt;&amp;lt;&amp;lt;&amp;lt;port 8 present under select type groupid as well&lt;/p&gt;


&lt;p&gt;On checking the node specific REST API, the ports were associated to both the SELECT type group as well as the ALL type group under the group tag.&lt;/p&gt;


&lt;p&gt;ALL type group:&lt;br/&gt;
---------------&lt;br/&gt;
 {&lt;br/&gt;
group-id: 7545&lt;br/&gt;
group-type: &quot;group-all&quot;&lt;br/&gt;
opendaylight-group-statistics:group-desc: {&lt;br/&gt;
group-id: 7545&lt;br/&gt;
buckets: {&lt;br/&gt;
bucket: &lt;span class=&quot;error&quot;&gt;&amp;#91;1&amp;#93;&lt;/span&gt;&lt;br/&gt;
0:  {&lt;br/&gt;
bucket-id: 0&lt;br/&gt;
watch_group: 4294967295&lt;br/&gt;
watch_port: 4294967295&lt;br/&gt;
weight: 0&lt;br/&gt;
action: &lt;span class=&quot;error&quot;&gt;&amp;#91;1&amp;#93;&lt;/span&gt;&lt;br/&gt;
0:  {&lt;br/&gt;
order: 0&lt;br/&gt;
output-action: {&lt;br/&gt;
output-node-connector: &quot;8&quot;     &amp;lt;&amp;lt;&amp;lt;&amp;lt;node-connector 8 present under the ALL group&lt;br/&gt;
max-length: 0&lt;br/&gt;
}-&lt;br/&gt;
}-&lt;br/&gt;
-&lt;br/&gt;
}-&lt;br/&gt;
-&lt;br/&gt;
}-&lt;br/&gt;
group-type: &quot;group-all&quot;&lt;br/&gt;
}&lt;/p&gt;

&lt;p&gt;Select type group:&lt;br/&gt;
-------------------&lt;br/&gt;
 {&lt;br/&gt;
group-id: 41236&lt;br/&gt;
group-type: &quot;group-select&quot;&lt;br/&gt;
opendaylight-group-statistics:group-desc: {&lt;br/&gt;
group-id: 41236&lt;br/&gt;
buckets: {&lt;br/&gt;
bucket: &lt;span class=&quot;error&quot;&gt;&amp;#91;1&amp;#93;&lt;/span&gt;&lt;br/&gt;
0:  {&lt;br/&gt;
bucket-id: 0&lt;br/&gt;
watch_group: 4294967295&lt;br/&gt;
watch_port: 4294967295&lt;br/&gt;
weight: 0&lt;br/&gt;
action: &lt;span class=&quot;error&quot;&gt;&amp;#91;8&amp;#93;&lt;/span&gt;&lt;br/&gt;
0:  {&lt;br/&gt;
order: 7&lt;br/&gt;
output-action: {&lt;br/&gt;
output-node-connector: &quot;1&quot;&lt;br/&gt;
max-length: 0&lt;br/&gt;
}-&lt;br/&gt;
}-&lt;br/&gt;
1:  {&lt;br/&gt;
order: 2&lt;br/&gt;
output-action: {&lt;br/&gt;
output-node-connector: &quot;4&quot;&lt;br/&gt;
max-length: 0&lt;br/&gt;
}-&lt;br/&gt;
}-&lt;br/&gt;
2:  {&lt;br/&gt;
order: 1&lt;br/&gt;
output-action: {&lt;br/&gt;
output-node-connector: &quot;3&quot;&lt;br/&gt;
max-length: 0&lt;br/&gt;
}-&lt;br/&gt;
}-&lt;br/&gt;
3:  {&lt;br/&gt;
order: 0&lt;br/&gt;
output-action: {&lt;br/&gt;
output-node-connector: &quot;2&quot;&lt;br/&gt;
max-length: 0&lt;br/&gt;
}-&lt;br/&gt;
}-&lt;br/&gt;
4:  {&lt;br/&gt;
order: 6&lt;br/&gt;
output-action: {&lt;br/&gt;
output-node-connector: &quot;5&quot;&lt;br/&gt;
max-length: 0&lt;br/&gt;
}-&lt;br/&gt;
}-&lt;br/&gt;
5:  {&lt;br/&gt;
order: 5&lt;br/&gt;
output-action: {&lt;br/&gt;
output-node-connector: &quot;8&quot;     &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;node connector present under Select group&lt;br/&gt;
max-length: 0&lt;br/&gt;
}-&lt;br/&gt;
}-&lt;br/&gt;
6:  {&lt;br/&gt;
order: 4&lt;br/&gt;
output-action: {&lt;br/&gt;
output-node-connector: &quot;7&quot;&lt;br/&gt;
max-length: 0&lt;br/&gt;
}-&lt;br/&gt;
}-&lt;br/&gt;
7:  {&lt;br/&gt;
order: 3&lt;br/&gt;
output-action: {&lt;br/&gt;
output-node-connector: &quot;6&quot;&lt;br/&gt;
max-length: 0&lt;br/&gt;
}-&lt;br/&gt;
}-&lt;br/&gt;
-&lt;br/&gt;
}-&lt;br/&gt;
-&lt;br/&gt;
}-&lt;br/&gt;
group-type: &quot;group-select&quot;&lt;br/&gt;
}&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="28232">LACP-12</key>
            <summary>On scaling the LAG number to 8(8-member ports) LAG&apos;s, some ports that are associated to the LAG interface are displayed in SELECT type group as well as the ALL type group under the dump-groups cli for the particular switch.</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="kalaiselvi_k@dell.com">Kalaiselvi</assignee>
                                    <reporter username="mahesh_manivasagam@dell.com">Mahesh Manivasagam</reporter>
                        <labels>
                    </labels>
                <created>Wed, 3 Jun 2015 11:29:25 +0000</created>
                <updated>Tue, 9 Jun 2015 09:56:55 +0000</updated>
                            <resolved>Tue, 9 Jun 2015 09:56:55 +0000</resolved>
                                    <version>unspecified</version>
                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="59220" author="kalaiselvi_k@dell.com" created="Tue, 9 Jun 2015 09:56:55 +0000"  >&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/22166/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/22166/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Avoided re-addition of nodes for duplicate notifications.&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>3559</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=3559]]></customfieldvalue>

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

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