<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:11: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-14674] test: wrong path of set_param -P for enabling/disabling quota type</title>
                <link>https://jira.whamcloud.com/browse/LU-14674</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;When I tried to find examples of using &quot;lctl set_param -P&quot; to enable/disable quota types in test scripts, I found the script of lustre/tests/sanity-quota.sh is wrong. &lt;br/&gt;
Wrong:&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;osd-*.$FSNAME-MDT*.quota_slave.enable&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Correct:&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;osd-*.$FSNAME-MDT*.quota_slave.enabled&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="64069">LU-14674</key>
            <summary>test: wrong path of set_param -P for enabling/disabling quota type</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="lixi_wc">Li Xi</assignee>
                                    <reporter username="lixi_wc">Li Xi</reporter>
                        <labels>
                    </labels>
                <created>Thu, 6 May 2021 14:59:53 +0000</created>
                <updated>Wed, 12 May 2021 03:54:00 +0000</updated>
                                                                                <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                            <comments>
                            <comment id="300713" author="gerrit" created="Thu, 6 May 2021 15:14:04 +0000"  >&lt;p&gt;Li Xi (lixi@ddn.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/43569&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/43569&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14674&quot; title=&quot;test: wrong path of set_param -P for enabling/disabling quota type&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14674&quot;&gt;LU-14674&lt;/a&gt; test: wrong path of enabling quota types&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 4ba726a711b8e37ded911af8aa72cff3e12bada1&lt;/p&gt;</comment>
                            <comment id="300809" author="gerrit" created="Fri, 7 May 2021 07:59:13 +0000"  >&lt;p&gt;Li Xi (lixi@ddn.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/43581&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/43581&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14674&quot; title=&quot;test: wrong path of set_param -P for enabling/disabling quota type&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14674&quot;&gt;LU-14674&lt;/a&gt; test: change PERM_CMD to &quot;lctl set_param -P&quot;&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 6c7815348bbe3a07cac29525828ac0819711e4f2&lt;/p&gt;</comment>
                            <comment id="301301" author="lixi_wc" created="Wed, 12 May 2021 03:54:00 +0000"  >&lt;p&gt;Following codes of conf-sanity.sh has problem, since &quot;os&lt;span class=&quot;error&quot;&gt;&amp;#91;cp&amp;#93;&lt;/span&gt;.$FSNAME-OST0001-osc-&lt;span class=&quot;error&quot;&gt;&amp;#91;^M&amp;#93;&lt;/span&gt;*.active&quot; is not equal to &quot;$FSNAME-OST0001.osc.active&quot;. The later one sets osc.lustre-OST0001-osc-MDT0000.active too, but the former one doesnot. That is the reason of failure on &lt;a href=&quot;https://testing.whamcloud.com/test_sets/8c16a613-d819-48f1-b698-095a4fe46acd&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sets/8c16a613-d819-48f1-b698-095a4fe46acd&lt;/a&gt;&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;test_29() {
        [ &quot;$OSTCOUNT&quot; -lt &quot;2&quot; ] &amp;amp;&amp;amp; skip_env &quot;needs &amp;gt;= 2 OSTs&quot;
        setup_noconfig &amp;gt; /dev/null 2&amp;gt;&amp;amp;1
        start_ost2 || error &quot;Unable to start OST2&quot;
        sleep 10

        local PARAM=&quot;$FSNAME-OST0001.osc.active&quot;
        # With lctl set_param -P the value $PROC_ACT will be sent to
        # all nodes. The [!M] filter out the ability to set active
        # on the MDS servers which is tested with wait_osp_* below.
        # For ost_server_uuid that only exist on client so filtering
        # is safe.
        local PROC_ACT=&quot;os[cp].$FSNAME-OST0001-osc-[^M]*.active&quot;
        local PROC_UUID=&quot;os[cp].$FSNAME-OST0001-osc-[^M]*.ost_server_uuid&quot;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&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|i01twn:</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>