<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:36:48 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-10628] /usr/bin/obdfilter-survey case=network exits with non zero status, No device found for name echotmp: Invalid argument</title>
                <link>https://jira.whamcloud.com/browse/LU-10628</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Its been observed that whenever /usr/bin/obdfilter-survey case=network is run, the test exits with non zero exit status&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;[root@fre0111 ~]# NETTYPE=tcp thrlo=2 nobjhi=1 thrhi=4 size=477 &lt;span class=&quot;code-keyword&quot;&gt;case&lt;/span&gt;=network rslt_loc=/tmp targets=&lt;span class=&quot;code-quote&quot;&gt;&quot;192.168.101.10&quot;&lt;/span&gt; /usr/bin/obdfilter-survey
No device found &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; name echotmp: Invalid argument
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;&lt;a href=&quot;https://testing.hpdd.intel.com/test_logs/f1123de0-0b9d-11e8-a6ad-52540065bddc/show_text&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_logs/f1123de0-0b9d-11e8-a6ad-52540065bddc/show_text&lt;/a&gt;&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;+ NETTYPE=tcp thrlo=8 nobjhi=1 thrhi=16 size=1024 &lt;span class=&quot;code-keyword&quot;&gt;case&lt;/span&gt;=network rslt_loc=/tmp targets=&lt;span class=&quot;code-quote&quot;&gt;&quot;10.9.4.213&quot;&lt;/span&gt; /usr/bin/obdfilter-survey
No device found &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; name echotmp: Invalid argument
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;The reason of this behavior:&lt;br/&gt;
/usr/bin/obdfilter-survey contains &quot;set -e&quot; , which causes the exit as the statement &quot;lctl dl| grep osc | grep -v mdt | grep UP&quot; returns 1.&lt;/p&gt;

&lt;p&gt;xtrace :&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;+ &lt;span class=&quot;code-quote&quot;&gt;&apos;[&apos;&lt;/span&gt; network == network &lt;span class=&quot;code-quote&quot;&gt;&apos;]&apos;&lt;/span&gt;
+ server_nid=192.168.101.10
+ &lt;span class=&quot;code-quote&quot;&gt;&apos;[&apos;&lt;/span&gt; -z 192.168.101.10 &lt;span class=&quot;code-quote&quot;&gt;&apos;]&apos;&lt;/span&gt;
     # check &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; obdecho module on server
+ dsh 192.168.101.10 root &lt;span class=&quot;code-quote&quot;&gt;&apos;lsmod | grep obdecho &amp;gt; /dev/&lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt;&apos;&lt;/span&gt;
+ local node=192.168.101.10
+ local user=root
+ shift 2
+ local &lt;span class=&quot;code-quote&quot;&gt;&apos;command=lsmod | grep obdecho &amp;gt; /dev/&lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt;&apos;&lt;/span&gt;
+ command=&lt;span class=&quot;code-quote&quot;&gt;&apos;export PATH=/sbin:/usr/sbin:$PATH; lsmod | grep obdecho &amp;gt; /dev/&lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt;&apos;&lt;/span&gt;
+ &lt;span class=&quot;code-keyword&quot;&gt;case&lt;/span&gt; $DSH in
+ &lt;span class=&quot;code-quote&quot;&gt;&apos;[&apos;&lt;/span&gt; -n root &lt;span class=&quot;code-quote&quot;&gt;&apos;]&apos;&lt;/span&gt;
+ user=root@
...
+ local &lt;span class=&quot;code-quote&quot;&gt;&apos;command=lctl dl | grep obdecho &amp;gt; /dev/&lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt; 2&amp;gt;&amp;amp;1&apos;&lt;/span&gt;
+ command=&lt;span class=&quot;code-quote&quot;&gt;&apos;export PATH=/sbin:/usr/sbin:$PATH; lctl dl | grep obdecho &amp;gt; /dev/&lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt; 2&amp;gt;&amp;amp;1&apos;&lt;/span&gt;
+ &lt;span class=&quot;code-keyword&quot;&gt;case&lt;/span&gt; $DSH in
+ &lt;span class=&quot;code-quote&quot;&gt;&apos;[&apos;&lt;/span&gt; -n root &lt;span class=&quot;code-quote&quot;&gt;&apos;]&apos;&lt;/span&gt;
+ user=root@
+ ssh root@192.168.101.10 &lt;span class=&quot;code-quote&quot;&gt;&apos;export PATH=/sbin:/usr/sbin:$PATH; lctl dl | grep obdecho &amp;gt; /dev/&lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt; 2&amp;gt;&amp;amp;1&apos;&lt;/span&gt;
+ dsh 192.168.101.10 root &lt;span class=&quot;code-quote&quot;&gt;&apos;lctl dl | grep ost &amp;gt; /dev/&lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt; 2&amp;gt;&amp;amp;1&apos;&lt;/span&gt;
+ local node=192.168.101.10
+ local user=root
+ shift 2
+ local &lt;span class=&quot;code-quote&quot;&gt;&apos;command=lctl dl | grep ost &amp;gt; /dev/&lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt; 2&amp;gt;&amp;amp;1&apos;&lt;/span&gt;
+ command=&lt;span class=&quot;code-quote&quot;&gt;&apos;export PATH=/sbin:/usr/sbin:$PATH; lctl dl | grep ost &amp;gt; /dev/&lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt; 2&amp;gt;&amp;amp;1&apos;&lt;/span&gt;
+ &lt;span class=&quot;code-keyword&quot;&gt;case&lt;/span&gt; $DSH in
+ &lt;span class=&quot;code-quote&quot;&gt;&apos;[&apos;&lt;/span&gt; -n root &lt;span class=&quot;code-quote&quot;&gt;&apos;]&apos;&lt;/span&gt;
+ user=root@
+ ssh root@192.168.101.10 &lt;span class=&quot;code-quote&quot;&gt;&apos;export PATH=/sbin:/usr/sbin:$PATH; lctl dl | grep ost &amp;gt; /dev/&lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt; 2&amp;gt;&amp;amp;1&apos;&lt;/span&gt;

        ######## Now start client setup #########

++ lctl dl
++ grep -v mdt
++ grep osc
++ grep UP

+ osc_names_str=
+ cleanup 0 1
+ trap 0
...
+ local exit_status=0
+ local host
+ &lt;span class=&quot;code-keyword&quot;&gt;case&lt;/span&gt;=network
+ shift
+ (( i = 0 ))
+ (( i &amp;lt; 1 ))
+ host=localhost
+ [[ -n &apos;&apos; ]]
+ (( i++ ))
+ (( i &amp;lt; 1 ))
+ pidcount=0
+ (( i = 0 ))
+ (( i &amp;lt; 0 ))
+ &lt;span class=&quot;code-quote&quot;&gt;&apos;[&apos;&lt;/span&gt; network == network &lt;span class=&quot;code-quote&quot;&gt;&apos;]&apos;&lt;/span&gt;
+ cleanup_network 1
+ local clean_srv_OSS=1
+ lctl  
No device found &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; name echotmp: Invalid argument
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="50688">LU-10628</key>
            <summary>/usr/bin/obdfilter-survey case=network exits with non zero status, No device found for name echotmp: Invalid argument</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="3">Duplicate</resolution>
                                        <assignee username="wc-triage">WC Triage</assignee>
                                    <reporter username="egryaznova">Elena Gryaznova</reporter>
                        <labels>
                    </labels>
                <created>Wed, 7 Feb 2018 15:11:41 +0000</created>
                <updated>Mon, 26 Feb 2018 14:36:48 +0000</updated>
                            <resolved>Mon, 26 Feb 2018 14:36:48 +0000</resolved>
                                    <version>Lustre 2.11.0</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                            <comments>
                            <comment id="220313" author="gerrit" created="Wed, 7 Feb 2018 15:50:36 +0000"  >&lt;p&gt;Elena Gryaznova (c17455@cray.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/31196&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/31196&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-10628&quot; title=&quot;/usr/bin/obdfilter-survey case=network exits with non zero status, No device found for name echotmp: Invalid argument&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-10628&quot;&gt;&lt;del&gt;LU-10628&lt;/del&gt;&lt;/a&gt; tests: obdfilter-survey case=network fail&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 67c85ff734170df272524e09480a755ec223b247&lt;/p&gt;</comment>
                            <comment id="221627" author="egryaznova" created="Sun, 25 Feb 2018 22:32:00 +0000"  >&lt;p&gt;With the proposed fix is not useful without &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7420&quot; title=&quot; obdfilter-survey.sh test_3a:  tgt_request_handle()) @@@ echo_srv: No target for connected export&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7420&quot;&gt;&lt;del&gt;LU-7420&lt;/del&gt;&lt;/a&gt; fix.&lt;br/&gt;
&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7420&quot; title=&quot; obdfilter-survey.sh test_3a:  tgt_request_handle()) @@@ echo_srv: No target for connected export&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7420&quot;&gt;&lt;del&gt;LU-7420&lt;/del&gt;&lt;/a&gt; patch &lt;a href=&quot;https://review.whamcloud.com/#/c/18443/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/#/c/18443/&lt;/a&gt;  contains the fix for the described defect.&lt;br/&gt;
Should we close this ticket? Or should we wait &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7420&quot; title=&quot; obdfilter-survey.sh test_3a:  tgt_request_handle()) @@@ echo_srv: No target for connected export&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7420&quot;&gt;&lt;del&gt;LU-7420&lt;/del&gt;&lt;/a&gt; first?&lt;/p&gt;

&lt;p&gt;Thanks.&lt;/p&gt;</comment>
                            <comment id="221665" author="pjones" created="Mon, 26 Feb 2018 14:36:48 +0000"  >&lt;p&gt;If I understand correctly then I think that this should be marked as a duplicate of &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7420&quot; title=&quot; obdfilter-survey.sh test_3a:  tgt_request_handle()) @@@ echo_srv: No target for connected export&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7420&quot;&gt;&lt;del&gt;LU-7420&lt;/del&gt;&lt;/a&gt;&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>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzzse7:</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>