<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:35: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>Whamcloud Community JIRA</title>
    <link>https://jira.whamcloud.com</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.4.14</version>
        <build-number>940014</build-number>
        <build-date>05-12-2023</build-date>
    </build-info>


<item>
            <title>[LU-17475] sanity test_432 fails with &quot;mgs and active  mismatch, 10 attempts&quot; with IPv6</title>
                <link>https://jira.whamcloud.com/browse/LU-17475</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;== sanity test 432: mv dir from outside Lustre =========== 05:03:34 (1706007814)
On MGS 2601:8c1:c180:2000::cbdd, active = nodemap.active=1
On el8-mds2 2601:8c1:c180:2000::cbde, active =
On el8-mds2 2601:8c1:c180:2000::cbde, active =
On el8-mds2 2601:8c1:c180:2000::cbde, active =
On el8-mds2 2601:8c1:c180:2000::cbde, active =
On el8-mds2 2601:8c1:c180:2000::cbde, active =
On el8-mds2 2601:8c1:c180:2000::cbde, active =
On el8-mds2 2601:8c1:c180:2000::cbde, active =
On el8-mds2 2601:8c1:c180:2000::cbde, active =
On el8-mds2 2601:8c1:c180:2000::cbde, active =
On el8-mds2 2601:8c1:c180:2000::cbde, active =
MGS
nodemap.active=1
OTHER - IP: 2601:8c1:c180:2000::cbde

 sanity test_432: @@@@@@ FAIL: mgs and active  mismatch, 10 attempts
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;wait_nm_sync() in test-framework.sh uses the IP address as an argument to do_node() :&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;        # wait up to 10 seconds for other servers to sync with mgs
        for i in $(seq 1 10); do
                for node in $(all_server_nodes); do
                        local node_ip=$(host_nids_address $node $NETTYPE |
                                        cut -d&apos; &apos; -f1)

                        is_sync=true
                        if [ -z &quot;$value&quot; ]; then
                                [ $node_ip == $mgs_ip ] &amp;amp;&amp;amp; continue
                        fi

                        out2=$(do_node $node_ip $LCTL get_param $opt \
                               nodemap.$proc_param 2&amp;gt;/dev/null)
                        echo &quot;On $node ${node_ip}, ${proc_param} = $out2&quot;
                        [ &quot;$out1&quot; != &quot;$out2&quot; ] &amp;amp;&amp;amp; is_sync=false &amp;amp;&amp;amp; break
                done
                $is_sync &amp;amp;&amp;amp; break
                sleep 1
        done
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;If do_node resolves to pdsh (likely?) then this will not work with IPv6 because pdsh mis-interprets the &apos;:&apos; in an IPv6 address as specifying an rcmd type:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;A list of hosts may also be preceded by ... &quot;rcmd_type:&quot; to specify an alternate rcmd connection type for these hosts.&lt;/p&gt;&lt;/blockquote&gt;</description>
                <environment></environment>
        <key id="80386">LU-17475</key>
            <summary>sanity test_432 fails with &quot;mgs and active  mismatch, 10 attempts&quot; with IPv6</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="4" iconUrl="https://jira.whamcloud.com/images/icons/priorities/minor.svg">Minor</priority>
                        <status id="1" iconUrl="https://jira.whamcloud.com/images/icons/statuses/open.png" description="The issue is open and ready for the assignee to start work on it.">Open</status>
                    <statusCategory id="2" key="new" colorName="default"/>
                                    <resolution id="-1">Unresolved</resolution>
                                        <assignee username="hornc">Chris Horn</assignee>
                                    <reporter username="hornc">Chris Horn</reporter>
                        <labels>
                    </labels>
                <created>Fri, 26 Jan 2024 19:59:02 +0000</created>
                <updated>Fri, 26 Jan 2024 20:11:39 +0000</updated>
                                                                                <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                            <comments>
                            <comment id="401473" author="gerrit" created="Fri, 26 Jan 2024 20:11:39 +0000"  >&lt;p&gt;&quot;Chris Horn &amp;lt;chris.horn@hpe.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/53838&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/53838&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-17475&quot; title=&quot;sanity test_432 fails with &amp;quot;mgs and active  mismatch, 10 attempts&amp;quot; with IPv6&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-17475&quot;&gt;LU-17475&lt;/a&gt; tests: Do not pass IP to do_node in wait_nm_sync&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: b0d6032e697acbc0287209ef93fb218334a79f5d&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                            <customfield id="customfield_10890" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i0499j:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10060" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Severity</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10022"><![CDATA[3]]></customfieldvalue>

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