<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:53:02 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-12488] strange breakage in sanityn test 93</title>
                <link>https://jira.whamcloud.com/browse/LU-12488</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Looking into test logs of sanityn test 93 we can see it&apos;s trying to call some unknown command in some unclear circumstances.&lt;/p&gt;

&lt;p&gt;I don&apos;t see anything obviously wrong though.&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;== sanityn test 93: alloc_rr should not allocate on same ost ========================================= 11:49:54 (1561736994)
fail_loc=0x00000163
fail_loc=0x0
oleg58-server: sh: line 1: 17: command not found
pdsh@oleg58-client: oleg58-server: ssh exited with exit code 127
/mnt/lustre/f93.sanityn-1/file1
lmm_stripe_count:  2
lmm_stripe_size:   1048576
lmm_pattern:       raid0
lmm_layout_gen:    0
lmm_stripe_offset: 1
	obdidx		 objid		 objid		 group
	     1	          6319	       0x18af	             0
	     0	          6336	       0x18c0	             0
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;this appears to be only happening in ldiskfs-dne situation for me but I am not sure if it&apos;s ldiskfs or DNE that&apos;s the requirement.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://testing.linuxhacker.ru:3333/lustre-reports/774/testresults/sanityn-ldiskfs-DNE-centos7_x86_64-centos7_x86_64-retry1/sanityn.test_93.test_log.oleg58-client.log&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://testing.linuxhacker.ru:3333/lustre-reports/774/testresults/sanityn-ldiskfs-DNE-centos7_x86_64-centos7_x86_64-retry1/sanityn.test_93.test_log.oleg58-client.log&lt;/a&gt;&lt;/p&gt;</description>
                <environment></environment>
        <key id="56223">LU-12488</key>
            <summary>strange breakage in sanityn test 93</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="wc-triage">WC Triage</assignee>
                                    <reporter username="green">Oleg Drokin</reporter>
                        <labels>
                    </labels>
                <created>Fri, 28 Jun 2019 17:51:24 +0000</created>
                <updated>Sat, 14 Dec 2019 13:57:07 +0000</updated>
                            <resolved>Sat, 14 Dec 2019 13:57:07 +0000</resolved>
                                    <version>Lustre 2.13.0</version>
                    <version>Lustre 2.12.3</version>
                                    <fixVersion>Lustre 2.14.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="250300" author="pfarrell" created="Fri, 28 Jun 2019 18:04:49 +0000"  >&lt;p&gt;The issue is something with this line:&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;        do_facet $SINGLEMDS &quot;lctl set_param -n \
                &apos;lod.lustre-MDT*/qos_threshold_rr&apos; $old_rr&quot; &lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Note that 17 is the default value of qos_threshold_rr.&#160; So somehow $old_rr is its own command.&lt;/p&gt;

&lt;p&gt;If you compare to the previous set_param in this function:&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;        do_facet $SINGLEMDS lctl set_param -n \
                &apos;lod.lustre-MDT*/qos_threshold_rr&apos; 100 &lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Something that stands out in the problematic line is the wrapped double and then single quotes.&lt;/p&gt;

&lt;p&gt;Presumably that&apos;s the problem, confusing some version of bash.&lt;/p&gt;

&lt;p&gt;I did a quick patch.&lt;/p&gt;</comment>
                            <comment id="250304" author="pfarrell" created="Fri, 28 Jun 2019 18:10:58 +0000"  >&lt;p&gt;Ah, nevermind.&lt;/p&gt;

&lt;p&gt;It&apos;s this:&lt;br/&gt;
 local old_rr=$(do_facet $SINGLEMDS $LCTL get_param -n \&lt;br/&gt;
 lod.lustre-MDT*/qos_threshold_rr | sed -e &apos;s/%//&apos;)&lt;/p&gt;

&lt;p&gt;If you&apos;ve got more than one MDT, old_rr isn&apos;t one value, it&apos;s several with a newline in between them.&lt;/p&gt;</comment>
                            <comment id="250305" author="gerrit" created="Fri, 28 Jun 2019 18:16:52 +0000"  >&lt;p&gt;Patrick Farrell (pfarrell@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35366&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35366&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12488&quot; title=&quot;strange breakage in sanityn test 93&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12488&quot;&gt;&lt;del&gt;LU-12488&lt;/del&gt;&lt;/a&gt; tests: Fix sanityn 93 for dne configs&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 9c0890b5557830851ba42a7707877062160b2a69&lt;/p&gt;</comment>
                            <comment id="259854" author="gerrit" created="Sat, 14 Dec 2019 05:58:53 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35366/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35366/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12488&quot; title=&quot;strange breakage in sanityn test 93&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12488&quot;&gt;&lt;del&gt;LU-12488&lt;/del&gt;&lt;/a&gt; tests: Fix sanityn 93 for DNE configs&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 98e7614b9f422d45f5d1789eb550d1b7947522b1&lt;/p&gt;</comment>
                            <comment id="259886" author="pjones" created="Sat, 14 Dec 2019 13:57:07 +0000"  >&lt;p&gt;Landed for 2.14&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|i00ix3:</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>