<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:04:22 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-6913] conf-sanity test_30b defect</title>
                <link>https://jira.whamcloud.com/browse/LU-6913</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;conf-sanity test_30b takes into account only &quot;fake nid&quot; and does not take into account a failover_nid configured for &quot;--failnode&quot;.&lt;br/&gt;
This leads test always fails on the setup with ost1failover_HOST != ost1_HOST.&lt;br/&gt;
Example of failure :&lt;br/&gt;
configuration used :&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;ost1_HOST=fre812
ost1failover_HOST=fre811
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;test fails with :&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;Updated after 2s: wanted &lt;span class=&quot;code-quote&quot;&gt;&apos;192.168.108.32@tcp&apos;&lt;/span&gt; got &lt;span class=&quot;code-quote&quot;&gt;&apos;192.168.108.32@tcp&apos;&lt;/span&gt;
failover_nids: [ 192.168.108.12@tcp, 192.168.108.11@tcp, 192.168.108.32@tcp ]
should have 2 failover nids: 3
 conf-sanity test_30b: @@@@@@ FAIL: Failover nid not added
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;NIDCOUNT is equal 2 only if ost1failover_HOST is default (equal to ost1_HOST). In this case failover_nids expected to contain OSTNID and NEW :&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;failover_nids: [ &amp;lt;OSTNID&amp;gt;, &amp;lt;NEW&amp;gt; ]
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;For case ost1failover_HOST != ost1_HOST NIDCOUNT is equal 3 because failover_nids also contains failover_nid configured for failover node (192.168.108.11):&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;failover_nids: [ &amp;lt;OSTNID&amp;gt;, &amp;lt;ostfailover nid&amp;gt;, &amp;lt;NEW&amp;gt; ]
failover_nids: [ 192.168.108.12@tcp, 192.168.108.11@tcp, 192.168.108.32@tcp ]&apos;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="31239">LU-6913</key>
            <summary>conf-sanity test_30b defect</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="5" iconUrl="https://jira.whamcloud.com/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="success"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="yujian">Jian Yu</assignee>
                                    <reporter username="egryaznova">Elena Gryaznova</reporter>
                        <labels>
                    </labels>
                <created>Mon, 27 Jul 2015 19:09:27 +0000</created>
                <updated>Wed, 18 May 2016 04:39:03 +0000</updated>
                            <resolved>Wed, 26 Aug 2015 17:48:29 +0000</resolved>
                                    <version>Lustre 2.8.0</version>
                                    <fixVersion>Lustre 2.8.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="122403" author="gerrit" created="Tue, 28 Jul 2015 13:58:13 +0000"  >&lt;p&gt;Elena Gryaznova (elena.gryaznova@seagate.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/15772&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/15772&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6913&quot; title=&quot;conf-sanity test_30b defect&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6913&quot;&gt;&lt;del&gt;LU-6913&lt;/del&gt;&lt;/a&gt; test: fix conf-sanity test_30b defect&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 126e64940e76cf0608b12d144e0f3b2f6591e6d1&lt;/p&gt;</comment>
                            <comment id="125202" author="gerrit" created="Wed, 26 Aug 2015 15:51:24 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/15772/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/15772/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6913&quot; title=&quot;conf-sanity test_30b defect&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6913&quot;&gt;&lt;del&gt;LU-6913&lt;/del&gt;&lt;/a&gt; test: fix conf-sanity test_30b defect&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 8b0b0892da03dc5de5cd4025b9d31c9217b1e6f1&lt;/p&gt;</comment>
                            <comment id="125233" author="jgmitter" created="Wed, 26 Aug 2015 17:48:29 +0000"  >&lt;p&gt;Landed for 2.8.&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_10030" key="com.atlassian.jira.plugin.system.customfieldtypes:labels">
                        <customfieldname>Epic/Theme</customfieldname>
                        <customfieldvalues>
                                        <label>patch</label>
            <label>test</label>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzxj3z:</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>