<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:44:20 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-11490] run_rr_alloc() defect: FSNAME should be used instead of lustre</title>
                <link>https://jira.whamcloud.com/browse/LU-11490</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Patch fixes rr_alloc() test to use FSNAME instead of lustre in the parameter path.&lt;/p&gt;</description>
                <environment></environment>
        <key id="53557">LU-11490</key>
            <summary>run_rr_alloc() defect: FSNAME should be used instead of lustre</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="egryaznova">Elena Gryaznova</reporter>
                        <labels>
                            <label>esay</label>
                    </labels>
                <created>Wed, 10 Oct 2018 13:50:38 +0000</created>
                <updated>Mon, 16 Dec 2019 12:58:03 +0000</updated>
                            <resolved>Mon, 16 Dec 2019 12:58:03 +0000</resolved>
                                    <version>Lustre 2.12.0</version>
                                    <fixVersion>Lustre 2.14.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="234710" author="gerrit" created="Wed, 10 Oct 2018 13:54:53 +0000"  >&lt;p&gt;Elena Gryaznova (c17455@cray.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/33333&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33333&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11490&quot; title=&quot;run_rr_alloc() defect: FSNAME should be used instead of lustre&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11490&quot;&gt;&lt;del&gt;LU-11490&lt;/del&gt;&lt;/a&gt; tests: fix rr_alloc() test to use FSNAME&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 274f00cfe171a2215dd71a2dbab38fee8bd4fe4d&lt;/p&gt;</comment>
                            <comment id="234727" author="adilger" created="Wed, 10 Oct 2018 16:07:57 +0000"  >&lt;p&gt;Thanks for this patch. Are there other places in the test code that assume &quot;lustre&quot; is the fsname?  &lt;/p&gt;

&lt;p&gt;I&apos;ve been thinking that it would be useful to have a random FSNAME setting per test session so that we avoid tests being added that assume the wrong FSNAME, as well as avoid potential conflicts between running or stale filesystem components. In the past we&apos;ve seen some issues during testing because of an old OSS or MDS VM with the same FSNAME is trying to join a newly-formatted filesystem, which breaks the currently-running testing in strange and hard-to-debug ways. &lt;/p&gt;</comment>
                            <comment id="234771" author="jamesanunez" created="Thu, 11 Oct 2018 14:59:38 +0000"  >&lt;p&gt;I think there&apos;s a few more instances of assuming &apos;lustre&apos; is the fs name in the Lustre test suites:&lt;/p&gt;

&lt;p&gt;sanity test 805&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;
19427         local old
19428         local quota
19429         local pref=&lt;span class=&quot;code-quote&quot;&gt;&quot;osd-zfs.lustre-MDT0000.&quot;&lt;/span&gt;
19430 
19431         # limit available space on MDS dataset to meet nospace issue
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;and sanityn test 93&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;
4237         local old_rr=$(do_facet $SINGLEMDS lctl get_param -n \
4238                 &lt;span class=&quot;code-quote&quot;&gt;&apos;lod.lustre-MDT*/qos_threshold_rr&apos;&lt;/span&gt; | sed -e &lt;span class=&quot;code-quote&quot;&gt;&apos;s/%&lt;span class=&quot;code-comment&quot;&gt;//&apos;&lt;/span&gt;)
&lt;/span&gt;4239         do_facet $SINGLEMDS lctl set_param -n \
4240                 &lt;span class=&quot;code-quote&quot;&gt;&apos;lod.lustre-MDT*/qos_threshold_rr&apos;&lt;/span&gt; 100
4241         #define OBD_FAIL_MDS_LOV_CREATE_RACE     0x163
4242         do_facet $SINGLEMDS &lt;span class=&quot;code-quote&quot;&gt;&quot;lctl set_param fail_loc=0x00000163&quot;&lt;/span&gt;
4243 
4244         $SETSTRIPE -c -1 $DIR1/$tfile-1/file1 &amp;amp;
4245         local PID1=$!
4246         sleep 1
4247         $SETSTRIPE -c -1 $DIR2/$tfile-2/file2 &amp;amp;
4248         local PID2=$!
4249         wait $PID2
4250         wait $PID1
4251         do_facet $SINGLEMDS &lt;span class=&quot;code-quote&quot;&gt;&quot;lctl set_param fail_loc=0x0&quot;&lt;/span&gt;
4252         do_facet $SINGLEMDS &quot;lctl set_param -n \
4253                 &lt;span class=&quot;code-quote&quot;&gt;&apos;lod.lustre-MDT*/qos_threshold_rr&apos;&lt;/span&gt; $old_rr&quot;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;and sanity-flr test 33&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;
1040         # read file again with ost2 failed
1041         $LCTL set_param ldlm.namespaces.lustre-*-osc-ffff*.lru_size=clear
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="235316" author="gerrit" created="Tue, 23 Oct 2018 05:19:22 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/33333/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33333/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11490&quot; title=&quot;run_rr_alloc() defect: FSNAME should be used instead of lustre&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11490&quot;&gt;&lt;del&gt;LU-11490&lt;/del&gt;&lt;/a&gt; tests: fix rr_alloc() test to use FSNAME&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: c0a1ef281a45fb0baf1f12a4282ea717efe9051d&lt;/p&gt;</comment>
                            <comment id="235326" author="pjones" created="Tue, 23 Oct 2018 05:45:46 +0000"  >&lt;p&gt;Elena&apos;s patch has landed for 2.12 but we should leave the ticket open until the other places have been fixed too&lt;/p&gt;</comment>
                            <comment id="257851" author="gerrit" created="Wed, 6 Nov 2019 21:04:04 +0000"  >&lt;p&gt;James Nunez (jnunez@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/36694&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36694&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11490&quot; title=&quot;run_rr_alloc() defect: FSNAME should be used instead of lustre&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11490&quot;&gt;&lt;del&gt;LU-11490&lt;/del&gt;&lt;/a&gt; tests: use variable for file system name&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: ab64ee277197a093787b914421dbebaf70442c1a&lt;/p&gt;</comment>
                            <comment id="259931" author="gerrit" created="Mon, 16 Dec 2019 05:59:06 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/36694/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36694/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11490&quot; title=&quot;run_rr_alloc() defect: FSNAME should be used instead of lustre&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11490&quot;&gt;&lt;del&gt;LU-11490&lt;/del&gt;&lt;/a&gt; tests: use variable for file system name&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 134f3eced1535bb6e867d552075d507eadb7cc48&lt;/p&gt;</comment>
                            <comment id="259960" author="pjones" created="Mon, 16 Dec 2019 12:58:03 +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_10040" key="com.atlassian.jira.plugin.system.customfieldtypes:labels">
                        <customfieldname>Epic</customfieldname>
                        <customfieldvalues>
                                        <label>test</label>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i003xr:</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>