<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:10:08 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-14480] Setting specific OST&apos;s under pool failed with error message &quot;invalid argument&quot;</title>
                <link>https://jira.whamcloud.com/browse/LU-14480</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;the Error appears if the specific OST is not in the pool. at the same time, only the first OST is checked.&lt;/p&gt;

&lt;p&gt;the regular setstripe and overstripe&apos;s -C option works fine and the same way - they allocate OSTs within the given pool starting with the -i first OST. if the starting index is out of the pool, it is always enough to check only the first ost index in lod_qos_parse_config() -&amp;gt;lod_check_index_in_pool()&lt;/p&gt;

&lt;p&gt;however the -o option gives a new opportunity to list all the OSTs we want to place stripes to. and checking only the 1st index is not enough - as the result we may get an error or succeed depending on the 1st index only.&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;root@vm71 wc-main&amp;#93;&lt;/span&gt;# mkdir /mnt/lustre/d1&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;root@vm71 wc-main&amp;#93;&lt;/span&gt;# ./lustre/utils/lctl pool_new lustre.lala&lt;br/&gt;
./lustre/utils/lctl pool_new lustre.kaka&lt;br/&gt;
Pool lustre.lala created&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;root@vm71 wc-main&amp;#93;&lt;/span&gt;# ./lustre/utils/lctl pool_new lustre.kaka&lt;br/&gt;
Pool lustre.kaka created&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;root@vm71 wc-main&amp;#93;&lt;/span&gt;# ./lustre/utils/lctl pool_add lustre.lala lustre-OST&lt;span class=&quot;error&quot;&gt;&amp;#91;0&amp;#93;&lt;/span&gt;&lt;br/&gt;
./lustre/utils/lctl pool_add lustre.kaka lustre-OST&lt;span class=&quot;error&quot;&gt;&amp;#91;1&amp;#93;&lt;/span&gt;&lt;br/&gt;
OST lustre-OST0000_UUID added to pool lustre.lala&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;root@vm71 wc-main&amp;#93;&lt;/span&gt;# ./lustre/utils/lctl pool_add lustre.kaka lustre-OST&lt;span class=&quot;error&quot;&gt;&amp;#91;1&amp;#93;&lt;/span&gt;&lt;br/&gt;
OST lustre-OST0001_UUID added to pool lustre.kaka&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;root@vm71 wc-main&amp;#93;&lt;/span&gt;# ./lustre/utils/lfs setstripe --pool lustre.lala /mnt/lustre/d1/&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;root@vm71 wc-main&amp;#93;&lt;/span&gt;# ./lustre/utils/lfs setstripe -o 1,0 /mnt/lustre/d1/file2&lt;br/&gt;
lt-lfs setstripe: setstripe error for &apos;/mnt/lustre/d1/file2&apos;: Invalid argument&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;root@vm71 wc-main&amp;#93;&lt;/span&gt;# ./lustre/utils/lfs setstripe -o 0,1 /mnt/lustre/d1/file2&lt;/p&gt;

&lt;p&gt;the given OST list should have a priority over the pool.&lt;/p&gt;</description>
                <environment></environment>
        <key id="63135">LU-14480</key>
            <summary>Setting specific OST&apos;s under pool failed with error message &quot;invalid argument&quot;</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="vitaly_fertman">Vitaly Fertman</assignee>
                                    <reporter username="vitaly_fertman">Vitaly Fertman</reporter>
                        <labels>
                    </labels>
                <created>Tue, 2 Mar 2021 19:10:10 +0000</created>
                <updated>Wed, 30 Mar 2022 08:43:17 +0000</updated>
                            <resolved>Mon, 22 Mar 2021 18:31:14 +0000</resolved>
                                                    <fixVersion>Lustre 2.15.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                            <comments>
                            <comment id="293667" author="gerrit" created="Tue, 2 Mar 2021 19:14:58 +0000"  >&lt;p&gt;Vitaly Fertman (vitaly.fertman@hpe.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/41815&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/41815&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14480&quot; title=&quot;Setting specific OST&amp;#39;s under pool failed with error message &amp;quot;invalid argument&amp;quot;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14480&quot;&gt;&lt;del&gt;LU-14480&lt;/del&gt;&lt;/a&gt; pool: wrong usage with ost list&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: d50ae8bd096f7fc2fb88f9a99ace0e03665b095d&lt;/p&gt;</comment>
                            <comment id="295679" author="gerrit" created="Mon, 22 Mar 2021 16:25:44 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/41815/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/41815/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14480&quot; title=&quot;Setting specific OST&amp;#39;s under pool failed with error message &amp;quot;invalid argument&amp;quot;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14480&quot;&gt;&lt;del&gt;LU-14480&lt;/del&gt;&lt;/a&gt; pool: wrong usage with ost list&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: b384ea39e593cda1ac4d6fb8b955d0c7d1a1f67b&lt;/p&gt;</comment>
                            <comment id="295715" author="pjones" created="Mon, 22 Mar 2021 18:31:14 +0000"  >&lt;p&gt;Landed for 2.15&lt;/p&gt;</comment>
                            <comment id="324324" author="gerrit" created="Fri, 28 Jan 2022 17:58:16 +0000"  >&lt;p&gt;&quot;Etienne AUJAMES &amp;lt;eaujames@ddn.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/46362&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/46362&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14480&quot; title=&quot;Setting specific OST&amp;#39;s under pool failed with error message &amp;quot;invalid argument&amp;quot;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14480&quot;&gt;&lt;del&gt;LU-14480&lt;/del&gt;&lt;/a&gt; pool: wrong usage with ost list&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 1a015901ec9a699fb13c502b01b04e9071ee029c&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="45222">LU-9392</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="69171">LU-15658</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="69497">LU-15707</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <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|i01o73:</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>