<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:20: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-1916] du vs lfs quota miss-match</title>
                <link>https://jira.whamcloud.com/browse/LU-1916</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;We have a user whos quota dosn&apos;t match what du shows.&lt;/p&gt;

&lt;p&gt;nbp1-mds /nobackupp1/cenewma1 # lfs quota -u cenewma1 /nobackupp1&lt;br/&gt;
Disk quotas for user cenewma1 (uid 11540):&lt;br/&gt;
     Filesystem  kbytes   quota   limit   grace   files   quota   limit   grace&lt;br/&gt;
    /nobackupp1 677532808  990000000 1100000000       -   34234   75000 1000000       -&lt;br/&gt;
nbp1-mds /nobackupp1/cenewma1 # du -sk .&lt;br/&gt;
492191480       .&lt;/p&gt;

&lt;p&gt;All her files are in one directory /nobackupp1/cenewma1&lt;/p&gt;</description>
                <environment></environment>
        <key id="15925">LU-1916</key>
            <summary>du vs lfs quota miss-match</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.whamcloud.com/images/icons/priorities/major.svg">Major</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="5">Cannot Reproduce</resolution>
                                        <assignee username="niu">Niu Yawei</assignee>
                                    <reporter username="mhanafi">Mahmoud Hanafi</reporter>
                        <labels>
                            <label>ptr</label>
                    </labels>
                <created>Wed, 12 Sep 2012 16:34:13 +0000</created>
                <updated>Tue, 29 Oct 2013 18:37:53 +0000</updated>
                            <resolved>Tue, 29 Oct 2013 18:37:53 +0000</resolved>
                                    <version>Lustre 2.1.2</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="44717" author="pjones" created="Wed, 12 Sep 2012 17:56:32 +0000"  >&lt;p&gt;Niu&lt;/p&gt;

&lt;p&gt;Could you please comment on this one?&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="44734" author="niu" created="Wed, 12 Sep 2012 22:34:28 +0000"  >&lt;p&gt;I suspect that there are some orphan objects (owned by cenewma1) on OSTs, which caused the usage of &apos;lfs quota&apos; is larger than du.&lt;br/&gt;
Could you try if rebooting OSTs can fix the problem? When OST restart, it&apos;ll replay unlink &amp;amp; setattr log on MDS, then the orphan objects will be removed/chowned. Thanks.&lt;/p&gt;</comment>
                            <comment id="44808" author="mhanafi" created="Thu, 13 Sep 2012 13:38:48 +0000"  >&lt;p&gt;Can we determine which OST has the orphan objects?&lt;br/&gt;
How does one get these orphan objects?&lt;br/&gt;
Would we need to do a lfsck?&lt;/p&gt;
</comment>
                            <comment id="44845" author="niu" created="Fri, 14 Sep 2012 01:33:15 +0000"  >&lt;p&gt;I don&apos;t think we have any tools to determine which OST has orphan objects.&lt;/p&gt;

&lt;p&gt;When some client unlink files, it unlink namespace on MDS first, then issue objects destroy to OSTs, if the client crash (or some other failure) between these two steps, there will be orphan objects on OSTs.&lt;/p&gt;

&lt;p&gt;I don&apos;t think we need to do a lfsck, the orhpan objects will be cleared automatically once the OSTs restart.&lt;/p&gt;</comment>
                            <comment id="54629" author="niu" created="Fri, 22 Mar 2013 02:40:23 +0000"  >&lt;p&gt;Could you provide the output of &quot;lfs quota -u  cenewma1 -v  /nobackupp1&quot;? lfsck can show the orphan objects and fix them, but I think orphan will be cleared once OST restart and connect to mds, so usually it&apos;s not necessary to run lfsck.&lt;/p&gt;</comment>
                            <comment id="55049" author="mhanafi" created="Thu, 28 Mar 2013 19:56:01 +0000"  >&lt;p&gt;here is the output. This filesystem has be restart. So if there were orphan object the would have been cleared.&lt;/p&gt;

&lt;p&gt;I calculated spaced used for users by adding up objects on each ost using a modified e2scan. That value was very close to what quota was showing. So I think that lustre is not clean up objects on the osts. There was a report of a user deleting a large file and his file count and quota size should have decreased but it did not. I been try to reproduce it but have not been able to yet. I will try to compare file counts from quota vs. real number of files.&lt;/p&gt;



&lt;p&gt;pfe1 ~ # lfs quota -u cenewma1 -v /nobackupp1&lt;br/&gt;
Disk quotas for user cenewma1 (uid 11540):&lt;br/&gt;
     Filesystem  kbytes   quota   limit   grace   files   quota   limit   grace&lt;br/&gt;
    /nobackupp1 677532804  990000000 1100000000       -   34233   75000 1000000       -&lt;br/&gt;
nbp1-MDT0000_UUID&lt;br/&gt;
                  18528       -  131072       -   34233       -   40960       -&lt;br/&gt;
nbp1-OST0000_UUID&lt;br/&gt;
                4627588       - 4718592       -       -       -       -       -&lt;br/&gt;
nbp1-OST0001_UUID&lt;br/&gt;
                5059468       - 5242880       -       -       -       -       -&lt;br/&gt;
nbp1-OST0002_UUID&lt;br/&gt;
                5001992       - 5111808       -       -       -       -       -&lt;br/&gt;
nbp1-OST0003_UUID&lt;br/&gt;
                5147528       - 5242880       -       -       -       -       -&lt;br/&gt;
nbp1-OST0004_UUID&lt;br/&gt;
                4397416       - 4587520       -       -       -       -       -&lt;br/&gt;
nbp1-OST0005_UUID&lt;br/&gt;
                5171204       - 5242880       -       -       -       -       -&lt;br/&gt;
nbp1-OST0006_UUID&lt;br/&gt;
                4308496       - 4456448       -       -       -       -       -&lt;br/&gt;
nbp1-OST0007_UUID&lt;br/&gt;
                4573088       - 4718592       -       -       -       -       -&lt;br/&gt;
nbp1-OST0008_UUID&lt;br/&gt;
                6079784       - 6160384       -       -       -       -       -&lt;br/&gt;
nbp1-OST0009_UUID&lt;br/&gt;
                5127440       - 5242880       -       -       -       -       -&lt;br/&gt;
nbp1-OST000a_UUID&lt;br/&gt;
                7754820       - 7864320       -       -       -       -       -&lt;br/&gt;
nbp1-OST000b_UUID&lt;br/&gt;
                4281648       - 4456448       -       -       -       -       -&lt;br/&gt;
nbp1-OST000c_UUID&lt;br/&gt;
                4527680       - 4718592       -       -       -       -       -&lt;br/&gt;
nbp1-OST000d_UUID&lt;br/&gt;
                4655232       - 4849664       -       -       -       -       -&lt;br/&gt;
nbp1-OST000e_UUID&lt;br/&gt;
                4251904       - 4325376       -       -       -       -       -&lt;br/&gt;
nbp1-OST000f_UUID&lt;br/&gt;
                4606736       - 4718592       -       -       -       -       -&lt;br/&gt;
nbp1-OST0010_UUID&lt;br/&gt;
                3764148       - 3932160       -       -       -       -       -&lt;br/&gt;
nbp1-OST0011_UUID&lt;br/&gt;
                4050308       - 4194304       -       -       -       -       -&lt;br/&gt;
nbp1-OST0012_UUID&lt;br/&gt;
                5168732       - 5242880       -       -       -       -       -&lt;br/&gt;
nbp1-OST0013_UUID&lt;br/&gt;
                5631040       - 5767168       -       -       -       -       -&lt;br/&gt;
nbp1-OST0014_UUID&lt;br/&gt;
                5040964       - 5111808       -       -       -       -       -&lt;br/&gt;
nbp1-OST0015_UUID&lt;br/&gt;
                3138804       - 3276800       -       -       -       -       -&lt;br/&gt;
nbp1-OST0016_UUID&lt;br/&gt;
                4985140       - 5111808       -       -       -       -       -&lt;br/&gt;
nbp1-OST0017_UUID&lt;br/&gt;
                5776324       - 5898240       -       -       -       -       -&lt;br/&gt;
nbp1-OST0018_UUID&lt;br/&gt;
                6531844       - 6684672       -       -       -       -       -&lt;br/&gt;
nbp1-OST0019_UUID&lt;br/&gt;
                4307916       - 4456448       -       -       -       -       -&lt;br/&gt;
nbp1-OST001a_UUID&lt;br/&gt;
                6343920       - 6422528       -       -       -       -       -&lt;br/&gt;
nbp1-OST001b_UUID&lt;br/&gt;
                6194384       - 6291456       -       -       -       -       -&lt;br/&gt;
nbp1-OST001c_UUID&lt;br/&gt;
                4251588       - 4325376       -       -       -       -       -&lt;br/&gt;
nbp1-OST001d_UUID&lt;br/&gt;
                4339640       - 4456448       -       -       -       -       -&lt;br/&gt;
nbp1-OST001e_UUID&lt;br/&gt;
                4209232       - 4325376       -       -       -       -       -&lt;br/&gt;
nbp1-OST001f_UUID&lt;br/&gt;
                5527532       - 5636096       -       -       -       -       -&lt;br/&gt;
nbp1-OST0020_UUID&lt;br/&gt;
                6629476       - 6815744       -       -       -       -       -&lt;br/&gt;
nbp1-OST0021_UUID&lt;br/&gt;
                3878208       - 4063232       -       -       -       -       -&lt;br/&gt;
nbp1-OST0022_UUID&lt;br/&gt;
                4401920       - 4587520       -       -       -       -       -&lt;br/&gt;
nbp1-OST0023_UUID&lt;br/&gt;
                4523984       - 4718592       -       -       -       -       -&lt;br/&gt;
nbp1-OST0024_UUID&lt;br/&gt;
                5144444       - 5242880       -       -       -       -       -&lt;br/&gt;
nbp1-OST0025_UUID&lt;br/&gt;
                4165376       - 4325376       -       -       -       -       -&lt;br/&gt;
nbp1-OST0026_UUID&lt;br/&gt;
                4017568       - 4194304       -       -       -       -       -&lt;br/&gt;
nbp1-OST0027_UUID&lt;br/&gt;
                3677424       - 3801088       -       -       -       -       -&lt;br/&gt;
nbp1-OST0028_UUID&lt;br/&gt;
                4681332       - 4849664       -       -       -       -       -&lt;br/&gt;
nbp1-OST0029_UUID&lt;br/&gt;
                6254192       - 6422528       -       -       -       -       -&lt;br/&gt;
nbp1-OST002a_UUID&lt;br/&gt;
                3962612       - 4063232       -       -       -       -       -&lt;br/&gt;
nbp1-OST002b_UUID&lt;br/&gt;
                5581092       - 5767168       -       -       -       -       -&lt;br/&gt;
nbp1-OST002c_UUID&lt;br/&gt;
                4681436       - 4849664       -       -       -       -       -&lt;br/&gt;
nbp1-OST002d_UUID&lt;br/&gt;
                3222648       - 3407872       -       -       -       -       -&lt;br/&gt;
nbp1-OST002e_UUID&lt;br/&gt;
                4960592       - 5111808       -       -       -       -       -&lt;br/&gt;
nbp1-OST002f_UUID&lt;br/&gt;
                6170920       - 6291456       -       -       -       -       -&lt;br/&gt;
nbp1-OST0030_UUID&lt;br/&gt;
                4947888       - 5111808       -       -       -       -       -&lt;br/&gt;
nbp1-OST0031_UUID&lt;br/&gt;
                4877680       - 4980736       -       -       -       -       -&lt;br/&gt;
nbp1-OST0032_UUID&lt;br/&gt;
                5693548       - 5767168       -       -       -       -       -&lt;br/&gt;
nbp1-OST0033_UUID&lt;br/&gt;
                4268804       - 4456448       -       -       -       -       -&lt;br/&gt;
nbp1-OST0034_UUID&lt;br/&gt;
                3973800       - 4063232       -       -       -       -       -&lt;br/&gt;
nbp1-OST0035_UUID&lt;br/&gt;
                5744668       - 5898240       -       -       -       -       -&lt;br/&gt;
nbp1-OST0036_UUID&lt;br/&gt;
                4122328       - 4194304       -       -       -       -       -&lt;br/&gt;
nbp1-OST0037_UUID&lt;br/&gt;
                4303528       - 4456448       -       -       -       -       -&lt;br/&gt;
nbp1-OST0038_UUID&lt;br/&gt;
                3404112       - 3538944       -       -       -       -       -&lt;br/&gt;
nbp1-OST0039_UUID&lt;br/&gt;
                8269384       - 8388608       -       -       -       -       -&lt;br/&gt;
nbp1-OST003a_UUID&lt;br/&gt;
                5336032       - 5505024       -       -       -       -       -&lt;br/&gt;
nbp1-OST003b_UUID&lt;br/&gt;
                5555316       - 5636096       -       -       -       -       -&lt;br/&gt;
nbp1-OST003c_UUID&lt;br/&gt;
                4060448       - 4194304       -       -       -       -       -&lt;br/&gt;
nbp1-OST003d_UUID&lt;br/&gt;
                6620264       - 6815744       -       -       -       -       -&lt;br/&gt;
nbp1-OST003e_UUID&lt;br/&gt;
                5119320       - 5242880       -       -       -       -       -&lt;br/&gt;
nbp1-OST003f_UUID&lt;br/&gt;
                6267080       - 6422528       -       -       -       -       -&lt;br/&gt;
nbp1-OST0040_UUID&lt;br/&gt;
                3356136       - 3538944       -       -       -       -       -&lt;br/&gt;
nbp1-OST0041_UUID&lt;br/&gt;
                5295300       - 5373952       -       -       -       -       -&lt;br/&gt;
nbp1-OST0042_UUID&lt;br/&gt;
                5569504       - 5636096       -       -       -       -       -&lt;br/&gt;
nbp1-OST0043_UUID&lt;br/&gt;
                5390596       - 5505024       -       -       -       -       -&lt;br/&gt;
nbp1-OST0044_UUID&lt;br/&gt;
                4988152       - 5111808       -       -       -       -       -&lt;br/&gt;
nbp1-OST0045_UUID&lt;br/&gt;
                3383276       - 3538944       -       -       -       -       -&lt;br/&gt;
nbp1-OST0046_UUID&lt;br/&gt;
                5804668       - 5898240       -       -       -       -       -&lt;br/&gt;
nbp1-OST0047_UUID&lt;br/&gt;
                4546556       - 4718592       -       -       -       -       -&lt;br/&gt;
nbp1-OST0048_UUID&lt;br/&gt;
                4378612       - 4456448       -       -       -       -       -&lt;br/&gt;
nbp1-OST0049_UUID&lt;br/&gt;
                5769100       - 5898240       -       -       -       -       -&lt;br/&gt;
nbp1-OST004a_UUID&lt;br/&gt;
                4457072       - 4587520       -       -       -       -       -&lt;br/&gt;
nbp1-OST004b_UUID&lt;br/&gt;
                4922704       - 5111808       -       -       -       -       -&lt;br/&gt;
nbp1-OST004c_UUID&lt;br/&gt;
                3756600       - 3932160       -       -       -       -       -&lt;br/&gt;
nbp1-OST004d_UUID&lt;br/&gt;
                5131736       - 5242880       -       -       -       -       -&lt;br/&gt;
nbp1-OST004e_UUID&lt;br/&gt;
                4163448       - 4325376       -       -       -       -       -&lt;br/&gt;
nbp1-OST004f_UUID&lt;br/&gt;
                5198396       - 5373952       -       -       -       -       -&lt;br/&gt;
nbp1-OST0050_UUID&lt;br/&gt;
                5358008       - 5505024       -       -       -       -       -&lt;br/&gt;
nbp1-OST0051_UUID&lt;br/&gt;
                5296572       - 5373952       -       -       -       -       -&lt;br/&gt;
nbp1-OST0052_UUID&lt;br/&gt;
                4922184       - 5111808       -       -       -       -       -&lt;br/&gt;
nbp1-OST0053_UUID&lt;br/&gt;
                3887868       - 4063232       -       -       -       -       -&lt;br/&gt;
nbp1-OST0054_UUID&lt;br/&gt;
                4526244       - 4718592       -       -       -       -       -&lt;br/&gt;
nbp1-OST0055_UUID&lt;br/&gt;
                5493468       - 5636096       -       -       -       -       -&lt;br/&gt;
nbp1-OST0056_UUID&lt;br/&gt;
                5469616       - 5636096       -       -       -       -       -&lt;br/&gt;
nbp1-OST0057_UUID&lt;br/&gt;
                4571472       - 4718592       -       -       -       -       -&lt;br/&gt;
nbp1-OST0058_UUID&lt;br/&gt;
                5106192       - 5242880       -       -       -       -       -&lt;br/&gt;
nbp1-OST0059_UUID&lt;br/&gt;
                4427744       - 4587520       -       -       -       -       -&lt;br/&gt;
nbp1-OST005a_UUID&lt;br/&gt;
                5627236       - 5767168       -       -       -       -       -&lt;br/&gt;
nbp1-OST005b_UUID&lt;br/&gt;
                54825564       - 54919168       -       -       -       -       -&lt;br/&gt;
nbp1-OST005c_UUID&lt;br/&gt;
                4643472       - 4718592       -       -       -       -       -&lt;br/&gt;
nbp1-OST005d_UUID&lt;br/&gt;
                4825748       - 4980736       -       -       -       -       -&lt;br/&gt;
nbp1-OST005e_UUID&lt;br/&gt;
                41961916       - 42074112       -       -       -       -       -&lt;br/&gt;
nbp1-OST005f_UUID&lt;br/&gt;
                4466272       - 4587520       -       -       -       -       -&lt;br/&gt;
nbp1-OST0060_UUID&lt;br/&gt;
                4388640       - 4456448       -       -       -       -       -&lt;br/&gt;
nbp1-OST0061_UUID&lt;br/&gt;
                4278320       - 4456448       -       -       -       -       -&lt;br/&gt;
nbp1-OST0062_UUID&lt;br/&gt;
                5445700       - 5636096       -       -       -       -       -&lt;br/&gt;
nbp1-OST0063_UUID&lt;br/&gt;
                4250208       - 4325376       -       -       -       -       -&lt;br/&gt;
nbp1-OST0064_UUID&lt;br/&gt;
                4386596       - 4456448       -       -       -       -       -&lt;br/&gt;
nbp1-OST0065_UUID&lt;br/&gt;
                4130968       - 4325376       -       -       -       -       -&lt;br/&gt;
nbp1-OST0066_UUID&lt;br/&gt;
                5030856       - 5111808       -       -       -       -       -&lt;br/&gt;
nbp1-OST0067_UUID&lt;br/&gt;
                3996656       - 4063232       -       -       -       -       -&lt;br/&gt;
nbp1-OST0068_UUID&lt;br/&gt;
                5600400       - 5767168       -       -       -       -       -&lt;br/&gt;
nbp1-OST0069_UUID&lt;br/&gt;
                4050628       - 4194304       -       -       -       -       -&lt;br/&gt;
nbp1-OST006a_UUID&lt;br/&gt;
                3552020       - 3670016       -       -       -       -       -&lt;br/&gt;
nbp1-OST006b_UUID&lt;br/&gt;
                4318852       - 4456448       -       -       -       -       -&lt;br/&gt;
nbp1-OST006c_UUID&lt;br/&gt;
                5103064       - 5242880       -       -       -       -       -&lt;br/&gt;
nbp1-OST006d_UUID&lt;br/&gt;
                4816232       - 4980736       -       -       -       -       -&lt;br/&gt;
nbp1-OST006e_UUID&lt;br/&gt;
                7393596       - 7471104       -       -       -       -       -&lt;br/&gt;
nbp1-OST006f_UUID&lt;br/&gt;
                4763896       - 4849664       -       -       -       -       -&lt;br/&gt;
nbp1-OST0070_UUID&lt;br/&gt;
                5462568       - 5636096       -       -       -       -       -&lt;br/&gt;
nbp1-OST0071_UUID&lt;br/&gt;
                4800748       - 4980736       -       -       -       -       -&lt;br/&gt;
nbp1-OST0072_UUID&lt;br/&gt;
                6836304       - 6946816       -       -       -       -       -&lt;br/&gt;
nbp1-OST0073_UUID&lt;br/&gt;
                4109016       - 4194304       -       -       -       -       -&lt;br/&gt;
nbp1-OST0074_UUID&lt;br/&gt;
                6586436       - 6684672       -       -       -       -       -&lt;br/&gt;
nbp1-OST0075_UUID&lt;br/&gt;
                4597616       - 4718592       -       -       -       -       -&lt;br/&gt;
nbp1-OST0076_UUID&lt;br/&gt;
                5575980       - 5767168       -       -       -       -       -&lt;br/&gt;
nbp1-OST0077_UUID&lt;br/&gt;
                5166580       - 5242880       -       -       -       -       -&lt;/p&gt;</comment>
                            <comment id="55255" author="niu" created="Tue, 2 Apr 2013 05:25:25 +0000"  >&lt;p&gt;Looks like some objects were not destroyed eventually somehow, did the user see anything abnormal when deleting file? and any log was attached?&lt;/p&gt;

&lt;p&gt;If the orhpan objects were not cleared by restart, lfsck can help you to find out and fix those orphan objects.&lt;/p&gt;</comment>
                            <comment id="70151" author="mhanafi" created="Tue, 29 Oct 2013 18:16:18 +0000"  >&lt;p&gt;this can be closed&lt;/p&gt;</comment>
                            <comment id="70163" author="pjones" created="Tue, 29 Oct 2013 18:37:53 +0000"  >&lt;p&gt;Thanks Mahmoud&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|hzvkdz:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>7032</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>