<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:41: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-11146] setstripe for specific osts are broken</title>
                <link>https://jira.whamcloud.com/browse/LU-11146</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;root@s17 lustre&amp;#93;&lt;/span&gt;# mkdir X&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;root@s17 lustre&amp;#93;&lt;/span&gt;# lfs getstripe X&lt;br/&gt;
X&lt;br/&gt;
stripe_count:   1 stripe_size:    1048576 stripe_offset:  -1&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;root@s17 lustre&amp;#93;&lt;/span&gt;#&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;root@s17 lustre&amp;#93;&lt;/span&gt;# lfs setstripe -o 1 X&lt;br/&gt;
error on ioctl 0x4008669a for &apos;X&apos; (3): Invalid argument&lt;br/&gt;
error: setstripe: create stripe file &apos;X&apos; failed&lt;/p&gt;</description>
                <environment></environment>
        <key id="52704">LU-11146</key>
            <summary>setstripe for specific osts are broken</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="wshilong">Wang Shilong</assignee>
                                    <reporter username="wangshilong">Wang Shilong</reporter>
                        <labels>
                            <label>patch</label>
                    </labels>
                <created>Fri, 13 Jul 2018 08:38:35 +0000</created>
                <updated>Sat, 22 Sep 2018 04:56:19 +0000</updated>
                            <resolved>Thu, 23 Aug 2018 13:00:26 +0000</resolved>
                                    <version>Lustre 2.7.0</version>
                    <version>Lustre 2.10.5</version>
                                    <fixVersion>Lustre 2.12.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>8</watches>
                                                                            <comments>
                            <comment id="230236" author="gerrit" created="Fri, 13 Jul 2018 08:40:01 +0000"  >&lt;p&gt;Wang Shilong (wshilong@ddn.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/32814&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/32814&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11146&quot; title=&quot;setstripe for specific osts are broken&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11146&quot;&gt;&lt;del&gt;LU-11146&lt;/del&gt;&lt;/a&gt; lustre: fix setstripe for specific osts&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 29c5147584008c2a32fe7277ae549a192a5f7361&lt;/p&gt;</comment>
                            <comment id="230247" author="adilger" created="Fri, 13 Jul 2018 16:20:20 +0000"  >&lt;p&gt;Please add the affected version and the patch and link to the LU ticket that broke it. &lt;/p&gt;</comment>
                            <comment id="230263" author="wangshilong" created="Fri, 13 Jul 2018 23:23:22 +0000"  >&lt;p&gt;Andreas, looks the problem have been existing for a long time, unfortunate there is no test&lt;br/&gt;
in sanity.sh to verify &apos;lfs setstripe -o&apos; option, and I did not track which specific commit break this,&lt;br/&gt;
or it was broken even when adding first time.&lt;/p&gt;

&lt;p&gt;The problem at least existed at ES3.x which is 2.7 series and also ES4.x which is 2.10 series.&lt;br/&gt;
As well as master community branch too.&lt;/p&gt;</comment>
                            <comment id="230334" author="bobijam" created="Tue, 17 Jul 2018 07:10:59 +0000"  >&lt;p&gt;Setting ost list on directory is not doable before commit&#160;7da1d93e2320bd7e6db8062350a90a651a00f84b, since there is no place to save the ost list info. PFL&apos;s late instantiation needs to instantiate component with customized ost list during writing phase, lod_layout_component::llc_ostlist is added in that commit to make it possible. And this llc_ostlist also makes customized ost list setting upon directory possible.&lt;/p&gt;</comment>
                            <comment id="232481" author="gerrit" created="Thu, 23 Aug 2018 07:18:16 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/32814/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/32814/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11146&quot; title=&quot;setstripe for specific osts are broken&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11146&quot;&gt;&lt;del&gt;LU-11146&lt;/del&gt;&lt;/a&gt; lustre: fix setstripe for specific osts upon dir&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 083d62ee6de5ac6cee95c1d2f86b62b75034093b&lt;/p&gt;</comment>
                            <comment id="232496" author="pjones" created="Thu, 23 Aug 2018 13:00:26 +0000"  >&lt;p&gt;Landed for 2.12&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="53115">LU-11280</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="53114">LU-11279</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|hzzz4n:</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>