<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:40:10 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-11012] lfs settripe does not clear pool in PFL</title>
                <link>https://jira.whamcloud.com/browse/LU-11012</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;on following conf : 3 OST 2 POOLS (POOL1=OST0 POOL2=OST1 OST3)&lt;/p&gt;

&lt;p&gt;lfs setstripe -E 4M -p POOL1 -E 8M -p POOL2 -E EOF -c 3 pfl1&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;lfs getstripe pfl1&lt;br/&gt;
pfl1&lt;br/&gt;
 lcm_layout_gen: 3&lt;br/&gt;
 lcm_mirror_count: 1&lt;br/&gt;
 lcm_entry_count: 3&lt;br/&gt;
 lcme_id: 1&lt;br/&gt;
 lcme_mirror_id: 0&lt;br/&gt;
 lcme_flags: init&lt;br/&gt;
 lcme_extent.e_start: 0&lt;br/&gt;
 lcme_extent.e_end: 4194304&lt;br/&gt;
 lmm_stripe_count: 1&lt;br/&gt;
 lmm_stripe_size: 1048576&lt;br/&gt;
 lmm_pattern: raid0&lt;br/&gt;
 lmm_layout_gen: 0&lt;br/&gt;
 lmm_stripe_offset: 0&lt;br/&gt;
 lmm_pool: POOL1&lt;br/&gt;
 lmm_objects:&lt;/li&gt;
&lt;/ol&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;0: { l_ost_idx: 0, l_fid: &lt;span class=&quot;error&quot;&gt;&amp;#91;0x100000000:0x1e:0x0&amp;#93;&lt;/span&gt; }&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;lcme_id: 2&lt;br/&gt;
 lcme_mirror_id: 0&lt;br/&gt;
 lcme_flags: 0&lt;br/&gt;
 lcme_extent.e_start: 4194304&lt;br/&gt;
 lcme_extent.e_end: 8388608&lt;br/&gt;
 lmm_stripe_count: 1&lt;br/&gt;
 lmm_stripe_size: 1048576&lt;br/&gt;
 lmm_pattern: raid0&lt;br/&gt;
 lmm_layout_gen: 0&lt;br/&gt;
 lmm_stripe_offset: -1&lt;br/&gt;
 lmm_pool: POOL2&lt;/p&gt;

&lt;p&gt;lcme_id: 3&lt;br/&gt;
 lcme_mirror_id: 0&lt;br/&gt;
 lcme_flags: 0&lt;br/&gt;
 lcme_extent.e_start: 8388608&lt;br/&gt;
 lcme_extent.e_end: EOF&lt;br/&gt;
 lmm_stripe_count: 2&#160;&#160;&#160;&#160;&#160; -&amp;gt; wrong should be 3 (but logic because of pool choice)&lt;br/&gt;
 lmm_stripe_size: 1048576&lt;br/&gt;
 lmm_pattern: raid0&lt;br/&gt;
 lmm_layout_gen: 0&lt;br/&gt;
 lmm_stripe_offset: -1&lt;br/&gt;
 lmm_pool: POOL2&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &amp;lt;- wrong, no POOL was specified in layout component&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</description>
                <environment></environment>
        <key id="52201">LU-11012</key>
            <summary>lfs settripe does not clear pool in PFL</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="pjones">Peter Jones</assignee>
                                    <reporter username="cealustre">CEA</reporter>
                        <labels>
                    </labels>
                <created>Thu, 10 May 2018 07:50:43 +0000</created>
                <updated>Wed, 5 Aug 2020 13:32:57 +0000</updated>
                            <resolved>Mon, 10 Sep 2018 17:46:44 +0000</resolved>
                                                    <fixVersion>Lustre 2.12.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="227829" author="adilger" created="Mon, 14 May 2018 17:43:42 +0000"  >&lt;p&gt;Hi JC,&lt;br/&gt;
This is working as expected. The PFL file components will inherit parameters (stripe_count, stripe_size, pool) from the previous component (or the filesystem-wide defaults for the first component) if they are not specified. This avoids the need to specify the same parameter for each component repeatedly.&lt;/p&gt;

&lt;p&gt;To specify that no pool should be used in your example, you can use &lt;tt&gt;-&lt;del&gt;pool=&quot;&quot;&lt;/tt&gt; for the last component. In Lustre 2.11, it is also possible to use &quot;&lt;tt&gt;&lt;/del&gt;-pool=none&lt;/tt&gt;&quot; to specify no pool. &lt;/p&gt;</comment>
                            <comment id="228196" author="jcl" created="Sat, 19 May 2018 19:55:39 +0000"  >&lt;p&gt;Hi Andreas,&lt;/p&gt;

&lt;p&gt;This is a good news. May be I have read the manual too quickly (pdf and man) but I did not find this inherit concept.&lt;/p&gt;

&lt;p&gt;If absence in manuals is confirmed, we should add it clearly in the manuals&lt;/p&gt;</comment>
                            <comment id="228212" author="gerrit" created="Sun, 20 May 2018 21:10:15 +0000"  >&lt;p&gt;Andreas Dilger (andreas.dilger@intel.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/32463&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/32463&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11012&quot; title=&quot;lfs settripe does not clear pool in PFL&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11012&quot;&gt;&lt;del&gt;LU-11012&lt;/del&gt;&lt;/a&gt; doc: describe layout inheritance in lfs-setstripe.1&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: db543efd37eaa462c6445a22402b085234323351&lt;/p&gt;</comment>
                            <comment id="233268" author="gerrit" created="Mon, 10 Sep 2018 16:54:14 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/32463/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/32463/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11012&quot; title=&quot;lfs settripe does not clear pool in PFL&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11012&quot;&gt;&lt;del&gt;LU-11012&lt;/del&gt;&lt;/a&gt; doc: improve the lfs-setstripe.1 man page&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: cd4489a34cfd640a99d6a1ceb65303fddd34a7ae&lt;/p&gt;</comment>
                            <comment id="233287" author="pjones" created="Mon, 10 Sep 2018 17:46:44 +0000"  >&lt;p&gt;Landed for 2.12&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|hzzx13:</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>