<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:06:58 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-14115] Project Quota broken on Stripe directory</title>
                <link>https://jira.whamcloud.com/browse/LU-14115</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;root@es52 test2]# pwd&lt;br/&gt;
/mnt/myfs/test2&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;root@es52 myfs&amp;#93;&lt;/span&gt;# lfs df -h&lt;br/&gt;
UUID bytes Used Available Use% Mounted on&lt;br/&gt;
myfs-MDT0000_UUID 95.8M 1.8M 85.4M 3% /mnt/myfs&lt;span class=&quot;error&quot;&gt;&amp;#91;MDT:0&amp;#93;&lt;/span&gt;&lt;br/&gt;
myfs-MDT0001_UUID 95.8M 1.7M 85.5M 2% /mnt/myfs&lt;span class=&quot;error&quot;&gt;&amp;#91;MDT:1&amp;#93;&lt;/span&gt;&lt;br/&gt;
myfs-OST0000_UUID 99.2M 1.4M 87.4M 2% /mnt/myfs&lt;span class=&quot;error&quot;&gt;&amp;#91;OST:0&amp;#93;&lt;/span&gt;&lt;br/&gt;
myfs-OST0001_UUID 99.2M 1.4M 87.4M 2% /mnt/myfs&lt;span class=&quot;error&quot;&gt;&amp;#91;OST:1&amp;#93;&lt;/span&gt;&lt;br/&gt;
myfs-OST0002_UUID 99.2M 1.4M 87.4M 2% /mnt/myfs&lt;span class=&quot;error&quot;&gt;&amp;#91;OST:2&amp;#93;&lt;/span&gt;&lt;br/&gt;
filesystem_summary: 297.7M 4.1M 262.1M 2% /mnt/myfs&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;root@es52 myfs&amp;#93;&lt;/span&gt;# mkdir test2&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;root@es52 myfs&amp;#93;&lt;/span&gt;# lfs setdirstripe -D -c 2 -i -1 test2&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;root@es52 myfs&amp;#93;&lt;/span&gt;# lfs getdirstripe -D test2&lt;br/&gt;
lmv_stripe_count: 2 lmv_stripe_offset: -1 lmv_hash_type: fnv_1a_64&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;root@es52 myfs&amp;#93;&lt;/span&gt;# cd test2&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;root@es52 test2&amp;#93;&lt;/span&gt;# cp /root/testscript2.sh .&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;root@es52 test2&amp;#93;&lt;/span&gt;# cat testscript2.sh&lt;br/&gt;
#/bin/bash&lt;br/&gt;
lctl dk &amp;gt; /dev/null&lt;br/&gt;
date +%s ;&lt;br/&gt;
date ;&lt;br/&gt;
lctl set_param debug=-1&lt;br/&gt;
mkdir topdir&lt;br/&gt;
chown nobody topdir&lt;br/&gt;
chattr +P topdir&lt;br/&gt;
chattr -p 2008 topdir&lt;br/&gt;
lsattr -p -d topdir&lt;br/&gt;
mkdir topdir/d1&lt;br/&gt;
lsattr -p -d topdir/d1&lt;br/&gt;
mkdir topdir/d1/d2&lt;br/&gt;
lsattr -p -d topdir/d1/d2&lt;br/&gt;
find topdir/|xargs lfs path2fid&lt;br/&gt;
rm -rf topdir&lt;br/&gt;
lctl dk |gzip &amp;gt; /tmp/lctl_dk_full.txt.gz&lt;br/&gt;
lctl set_param debug=0&lt;br/&gt;
lctl set_param debug=&quot;+ioctl +neterror +warning +error +emerg +ha +config +console +lfsck&quot;&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;root@es52 test2&amp;#93;&lt;/span&gt;# ./testscript2.sh&lt;br/&gt;
1604500107&lt;br/&gt;
Wed Nov 4 14:28:27 UTC 2020&lt;br/&gt;
debug=-1&lt;br/&gt;
2008 -----------------P topdir&lt;br/&gt;
2008 -----------------P topdir/d1&lt;br/&gt;
0 -------------------- topdir/d1/d2&lt;br/&gt;
topdir/: &lt;span class=&quot;error&quot;&gt;&amp;#91;0x200000bd1:0x8:0x0&amp;#93;&lt;/span&gt;&lt;br/&gt;
topdir/d1: &lt;span class=&quot;error&quot;&gt;&amp;#91;0x200000bd1:0x9:0x0&amp;#93;&lt;/span&gt;&lt;br/&gt;
topdir/d1/d2: &lt;span class=&quot;error&quot;&gt;&amp;#91;0x240000bd1:0x2:0x0&amp;#93;&lt;/span&gt;&lt;br/&gt;
debug=0&lt;br/&gt;
debug=+ioctl +neterror +warning +error +emerg +ha +config +console +lfsck&lt;/p&gt;

&lt;p&gt;// Then with lfs project -s&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;root@es52 myfs&amp;#93;&lt;/span&gt;# mkdir topdir&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;root@es52 myfs&amp;#93;&lt;/span&gt;# lfs setdirstripe -D -c 2 -i -1 topdir&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;root@es52 myfs&amp;#93;&lt;/span&gt;# lfs project -s -p 2008 topdir&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;root@es52 myfs&amp;#93;&lt;/span&gt;# lsattr -p -d topdir&lt;br/&gt;
2008 -----------------P topdir&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;root@es52 myfs&amp;#93;&lt;/span&gt;# mkdir topdir/d1&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;root@es52 myfs&amp;#93;&lt;/span&gt;# lsattr -p -d topdir/d1&lt;br/&gt;
2008 -----------------P topdir/d1&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;root@es52 myfs&amp;#93;&lt;/span&gt;# mkdir topdir/d1/d2&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;root@es52 myfs&amp;#93;&lt;/span&gt;# lsattr -p -d topdir/d1/d2&lt;br/&gt;
0 -------------------- topdir/d1/d2&lt;/p&gt;</description>
                <environment></environment>
        <key id="61546">LU-14115</key>
            <summary>Project Quota broken on Stripe directory</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="wshilong">Wang Shilong</reporter>
                        <labels>
                    </labels>
                <created>Thu, 5 Nov 2020 02:54:06 +0000</created>
                <updated>Thu, 28 Jan 2021 16:16:11 +0000</updated>
                            <resolved>Thu, 19 Nov 2020 14:26:38 +0000</resolved>
                                                    <fixVersion>Lustre 2.14.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="284298" author="gerrit" created="Thu, 5 Nov 2020 02:55:08 +0000"  >&lt;p&gt;Wang Shilong (wshilong@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/40543&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/40543&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14115&quot; title=&quot;Project Quota broken on Stripe directory&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14115&quot;&gt;&lt;del&gt;LU-14115&lt;/del&gt;&lt;/a&gt; lod: fix to set inherit flag for stripe directroy&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 693bbd54fba410bf3f1804db27bef1ced9af7879&lt;/p&gt;</comment>
                            <comment id="285541" author="gerrit" created="Thu, 19 Nov 2020 10:19:58 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/40543/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/40543/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14115&quot; title=&quot;Project Quota broken on Stripe directory&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14115&quot;&gt;&lt;del&gt;LU-14115&lt;/del&gt;&lt;/a&gt; lod: fix to set inherit flag for stripe directroy&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: dd8a4db4979464538184edf993daf7df0c89b4e7&lt;/p&gt;</comment>
                            <comment id="285570" author="pjones" created="Thu, 19 Nov 2020 14:26:38 +0000"  >&lt;p&gt;Landed for 2.14&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                                        </outwardlinks>
                                                                <inwardlinks description="is related to">
                                                        </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|i01efb:</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>