<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:07:56 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-530] group qoutas not enforced</title>
                <link>https://jira.whamcloud.com/browse/LU-530</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Group quotas on Lustre 1.8.4 and 1.8.6 (issue has only been tested with these two versions) are not enforced.&lt;br/&gt;
A customer noticed, that user quotas are enforced, but group quotas are not (see BZ 24154).&lt;br/&gt;
I tried to reproduce this issue with Lustre 1.8.6 and found the same problem.&lt;br/&gt;
I&apos;ve attached the script (create_test_lustre.sh) I used to verify the problem on a virtual machine.&lt;br/&gt;
The output of the script (create_test_lustre.txt) and the quota stats (lquota.tar.gz) is attached as well.&lt;br/&gt;
Is there something wrong with the way quotas are set up in this script or is this a real bug?&lt;/p&gt;</description>
                <environment>CentOS</environment>
        <key id="11388">LU-530</key>
            <summary>group qoutas not enforced</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="1">Fixed</resolution>
                                        <assignee username="niu">Niu Yawei</assignee>
                                    <reporter username="svtr">Sven Trautmann</reporter>
                        <labels>
                    </labels>
                <created>Fri, 22 Jul 2011 05:19:41 +0000</created>
                <updated>Mon, 8 Aug 2011 13:35:36 +0000</updated>
                            <resolved>Mon, 8 Aug 2011 13:10:17 +0000</resolved>
                                    <version>Lustre 1.8.6</version>
                                    <fixVersion>Lustre 2.1.0</fixVersion>
                    <fixVersion>Lustre 1.8.7</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                            <comments>
                            <comment id="18088" author="svtr" created="Fri, 22 Jul 2011 05:43:19 +0000"  >&lt;p&gt;add lquota.tar.gz, with real data in it&lt;/p&gt;</comment>
                            <comment id="18091" author="pjones" created="Fri, 22 Jul 2011 10:39:53 +0000"  >&lt;p&gt;Niu&lt;/p&gt;

&lt;p&gt;Could you look at this one please?&lt;/p&gt;

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

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="18094" author="niu" created="Fri, 22 Jul 2011 11:42:13 +0000"  >&lt;p&gt;Hi, Sven&lt;/p&gt;

&lt;p&gt;I want to make sure it&apos;s not a cache write problem first, could you try do a sync after the first &quot;sudo -u sven dd if=/dev/zero of=/scratch/lustre/client/zeros-sven bs=1M count=10&quot; (for group quota test), then repeat the dd again to see if it fails for EDQUOT? Thanks.&lt;/p&gt;</comment>
                            <comment id="18095" author="ndauchy" created="Fri, 22 Jul 2011 11:54:52 +0000"  >&lt;p&gt;Sven can hopefully confirm with a quick test, but I don&apos;t think this is a cache issue.  The OSTs may not be getting the quota information.  Note the output of &quot;lfs quota &amp;#45;v&quot;, where the OSTs are correctly tracking usage, but show &quot;&amp;#45;&quot; for the quota and &quot;1&quot; for the limit columns.  This is consistent with what we saw on the production systems.&lt;br/&gt;
Thanks,&lt;br/&gt;
Nathan&lt;/p&gt;</comment>
                            <comment id="18097" author="svtr" created="Fri, 22 Jul 2011 13:09:48 +0000"  >&lt;p&gt;output of test script with extra sync&lt;/p&gt;</comment>
                            <comment id="18098" author="svtr" created="Fri, 22 Jul 2011 13:11:12 +0000"  >&lt;p&gt;Niu, &lt;br/&gt;
thanks for looking at this.&lt;br/&gt;
The script with an extra sync shows the same behaviour.&lt;/p&gt;</comment>
                            <comment id="18099" author="svtr" created="Fri, 22 Jul 2011 13:24:43 +0000"  >&lt;p&gt;another output with a second dd&lt;/p&gt;</comment>
                            <comment id="18173" author="niu" created="Mon, 25 Jul 2011 02:01:10 +0000"  >&lt;p&gt;There is a bug in which prevent OSS from sending back out of quota flag for group when the user quota of the file isn&apos;t enabled, I&apos;ve made the patch to fix it, however, I got some trouble with my gerrit account recently, whenever it&apos;s fixed, I&apos;ll push the patch for review.&lt;/p&gt;

&lt;p&gt;Just attach the patch here FYI.&lt;/p&gt;</comment>
                            <comment id="18176" author="svtr" created="Mon, 25 Jul 2011 03:45:43 +0000"  >&lt;p&gt;Niu, &lt;br/&gt;
thanks, i tested your patch on my virtual machine. Works for me, however the quota for each OST is still reported as 1, see attachment.&lt;/p&gt;

&lt;p&gt;Sven&lt;/p&gt;</comment>
                            <comment id="18177" author="svtr" created="Mon, 25 Jul 2011 03:46:22 +0000"  >&lt;p&gt;output of create_test_lustre.sh with patch applied&lt;/p&gt;</comment>
                            <comment id="18178" author="niu" created="Mon, 25 Jul 2011 04:05:04 +0000"  >&lt;p&gt;Hi, Sven&lt;/p&gt;

&lt;p&gt;The output of &quot;lfs quota &lt;del&gt;v&quot; is correct, since lustre dosen&apos;t enable soft limit for quota slaves (OST), so the soft limit column for OST is &quot;&lt;/del&gt;&quot;, and because the hard limit (100K) is too small for each slave having one qunit (128M) assigned, so the OST hard limit is set to the minimal limit: 1 quota block (1K).&lt;/p&gt;

&lt;p&gt;Thanks&lt;br/&gt;
Niu &lt;/p&gt;</comment>
                            <comment id="18179" author="svtr" created="Mon, 25 Jul 2011 04:08:36 +0000"  >&lt;p&gt;Hi Niu,&lt;/p&gt;

&lt;p&gt;thanks for the clarification (and the fix),&lt;/p&gt;

&lt;p&gt;Sven&lt;/p&gt;</comment>
                            <comment id="18470" author="niu" created="Fri, 29 Jul 2011 00:23:49 +0000"  >&lt;p&gt;b1_8: &lt;a href=&quot;http://review.whamcloud.com/1153&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/1153&lt;/a&gt;&lt;br/&gt;
master: &lt;a href=&quot;http://review.whamcloud.com/1156&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/1156&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="18479" author="hudson" created="Fri, 29 Jul 2011 08:19:54 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b1_8/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/118/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; x86_64,client,el5,inkernel #118&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-530&quot; title=&quot;group qoutas not enforced&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-530&quot;&gt;&lt;del&gt;LU-530&lt;/del&gt;&lt;/a&gt; group quotas not enforced&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=c55bdd6eea17ea470908a3ae8981a42e7231de05&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c55bdd6eea17ea470908a3ae8981a42e7231de05&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/quota/quota_interface.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18480" author="hudson" created="Fri, 29 Jul 2011 08:24:02 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b1_8/./arch=x86_64,build_type=client,distro=el5,ib_stack=ofa/118/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; x86_64,client,el5,ofa #118&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-530&quot; title=&quot;group qoutas not enforced&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-530&quot;&gt;&lt;del&gt;LU-530&lt;/del&gt;&lt;/a&gt; group quotas not enforced&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=c55bdd6eea17ea470908a3ae8981a42e7231de05&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c55bdd6eea17ea470908a3ae8981a42e7231de05&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/quota/quota_interface.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18481" author="hudson" created="Fri, 29 Jul 2011 08:28:45 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b1_8/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/118/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; x86_64,client,el6,inkernel #118&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-530&quot; title=&quot;group qoutas not enforced&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-530&quot;&gt;&lt;del&gt;LU-530&lt;/del&gt;&lt;/a&gt; group quotas not enforced&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=c55bdd6eea17ea470908a3ae8981a42e7231de05&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c55bdd6eea17ea470908a3ae8981a42e7231de05&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/quota/quota_interface.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18482" author="hudson" created="Fri, 29 Jul 2011 08:28:58 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b1_8/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/118/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; x86_64,server,el5,inkernel #118&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-530&quot; title=&quot;group qoutas not enforced&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-530&quot;&gt;&lt;del&gt;LU-530&lt;/del&gt;&lt;/a&gt; group quotas not enforced&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=c55bdd6eea17ea470908a3ae8981a42e7231de05&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c55bdd6eea17ea470908a3ae8981a42e7231de05&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/quota/quota_interface.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18483" author="hudson" created="Fri, 29 Jul 2011 08:29:43 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b1_8/./arch=x86_64,build_type=server,distro=el5,ib_stack=ofa/118/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; x86_64,server,el5,ofa #118&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-530&quot; title=&quot;group qoutas not enforced&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-530&quot;&gt;&lt;del&gt;LU-530&lt;/del&gt;&lt;/a&gt; group quotas not enforced&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=c55bdd6eea17ea470908a3ae8981a42e7231de05&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c55bdd6eea17ea470908a3ae8981a42e7231de05&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/quota/quota_interface.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18484" author="hudson" created="Fri, 29 Jul 2011 08:30:16 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b1_8/./arch=x86_64,build_type=client,distro=ubuntu1004,ib_stack=inkernel/118/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; x86_64,client,ubuntu1004,inkernel #118&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-530&quot; title=&quot;group qoutas not enforced&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-530&quot;&gt;&lt;del&gt;LU-530&lt;/del&gt;&lt;/a&gt; group quotas not enforced&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=c55bdd6eea17ea470908a3ae8981a42e7231de05&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c55bdd6eea17ea470908a3ae8981a42e7231de05&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/quota/quota_interface.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18485" author="hudson" created="Fri, 29 Jul 2011 08:32:05 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b1_8/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/118/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,server,el5,inkernel #118&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-530&quot; title=&quot;group qoutas not enforced&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-530&quot;&gt;&lt;del&gt;LU-530&lt;/del&gt;&lt;/a&gt; group quotas not enforced&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=c55bdd6eea17ea470908a3ae8981a42e7231de05&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c55bdd6eea17ea470908a3ae8981a42e7231de05&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/quota/quota_interface.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18486" author="hudson" created="Fri, 29 Jul 2011 08:32:35 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b1_8/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/118/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,client,el6,inkernel #118&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-530&quot; title=&quot;group qoutas not enforced&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-530&quot;&gt;&lt;del&gt;LU-530&lt;/del&gt;&lt;/a&gt; group quotas not enforced&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=c55bdd6eea17ea470908a3ae8981a42e7231de05&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c55bdd6eea17ea470908a3ae8981a42e7231de05&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/quota/quota_interface.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18487" author="hudson" created="Fri, 29 Jul 2011 08:32:53 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b1_8/./arch=i686,build_type=server,distro=el5,ib_stack=ofa/118/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,server,el5,ofa #118&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-530&quot; title=&quot;group qoutas not enforced&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-530&quot;&gt;&lt;del&gt;LU-530&lt;/del&gt;&lt;/a&gt; group quotas not enforced&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=c55bdd6eea17ea470908a3ae8981a42e7231de05&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c55bdd6eea17ea470908a3ae8981a42e7231de05&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/quota/quota_interface.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18488" author="hudson" created="Fri, 29 Jul 2011 08:44:48 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b1_8/./arch=i686,build_type=client,distro=el5,ib_stack=inkernel/118/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,client,el5,inkernel #118&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-530&quot; title=&quot;group qoutas not enforced&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-530&quot;&gt;&lt;del&gt;LU-530&lt;/del&gt;&lt;/a&gt; group quotas not enforced&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=c55bdd6eea17ea470908a3ae8981a42e7231de05&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c55bdd6eea17ea470908a3ae8981a42e7231de05&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/quota/quota_interface.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18489" author="hudson" created="Fri, 29 Jul 2011 08:46:03 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b1_8/./arch=i686,build_type=client,distro=el5,ib_stack=ofa/118/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,client,el5,ofa #118&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-530&quot; title=&quot;group qoutas not enforced&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-530&quot;&gt;&lt;del&gt;LU-530&lt;/del&gt;&lt;/a&gt; group quotas not enforced&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=c55bdd6eea17ea470908a3ae8981a42e7231de05&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c55bdd6eea17ea470908a3ae8981a42e7231de05&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/quota/quota_interface.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18807" author="hudson" created="Mon, 8 Aug 2011 13:06:48 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=ofa/244/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #244&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-530&quot; title=&quot;group qoutas not enforced&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-530&quot;&gt;&lt;del&gt;LU-530&lt;/del&gt;&lt;/a&gt; group quotas not enforced&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=2d77ef1d80a6a39d50466e67c164f9cf847a0afc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;2d77ef1d80a6a39d50466e67c164f9cf847a0afc&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/quota/quota_interface.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18811" author="pjones" created="Mon, 8 Aug 2011 13:10:17 +0000"  >&lt;p&gt;Landed for 1.8.7 and 2.1&lt;/p&gt;</comment>
                            <comment id="18812" author="hudson" created="Mon, 8 Aug 2011 13:12:18 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/244/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #244&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-530&quot; title=&quot;group qoutas not enforced&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-530&quot;&gt;&lt;del&gt;LU-530&lt;/del&gt;&lt;/a&gt; group quotas not enforced&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=2d77ef1d80a6a39d50466e67c164f9cf847a0afc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;2d77ef1d80a6a39d50466e67c164f9cf847a0afc&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/quota/quota_interface.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18815" author="hudson" created="Mon, 8 Aug 2011 13:12:33 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/244/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #244&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-530&quot; title=&quot;group qoutas not enforced&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-530&quot;&gt;&lt;del&gt;LU-530&lt;/del&gt;&lt;/a&gt; group quotas not enforced&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=2d77ef1d80a6a39d50466e67c164f9cf847a0afc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;2d77ef1d80a6a39d50466e67c164f9cf847a0afc&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/quota/quota_interface.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18818" author="hudson" created="Mon, 8 Aug 2011 13:13:30 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=inkernel/244/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #244&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-530&quot; title=&quot;group qoutas not enforced&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-530&quot;&gt;&lt;del&gt;LU-530&lt;/del&gt;&lt;/a&gt; group quotas not enforced&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=2d77ef1d80a6a39d50466e67c164f9cf847a0afc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;2d77ef1d80a6a39d50466e67c164f9cf847a0afc&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/quota/quota_interface.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18821" author="hudson" created="Mon, 8 Aug 2011 13:14:20 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el6,ib_stack=inkernel/244/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #244&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-530&quot; title=&quot;group qoutas not enforced&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-530&quot;&gt;&lt;del&gt;LU-530&lt;/del&gt;&lt;/a&gt; group quotas not enforced&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=2d77ef1d80a6a39d50466e67c164f9cf847a0afc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;2d77ef1d80a6a39d50466e67c164f9cf847a0afc&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/quota/quota_interface.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18824" author="hudson" created="Mon, 8 Aug 2011 13:17:04 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=sles11,ib_stack=inkernel/244/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,sles11,inkernel #244&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-530&quot; title=&quot;group qoutas not enforced&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-530&quot;&gt;&lt;del&gt;LU-530&lt;/del&gt;&lt;/a&gt; group quotas not enforced&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=2d77ef1d80a6a39d50466e67c164f9cf847a0afc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;2d77ef1d80a6a39d50466e67c164f9cf847a0afc&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/quota/quota_interface.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18827" author="hudson" created="Mon, 8 Aug 2011 13:18:39 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/244/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #244&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-530&quot; title=&quot;group qoutas not enforced&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-530&quot;&gt;&lt;del&gt;LU-530&lt;/del&gt;&lt;/a&gt; group quotas not enforced&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=2d77ef1d80a6a39d50466e67c164f9cf847a0afc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;2d77ef1d80a6a39d50466e67c164f9cf847a0afc&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/quota/quota_interface.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18830" author="hudson" created="Mon, 8 Aug 2011 13:19:46 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=ofa/244/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #244&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-530&quot; title=&quot;group qoutas not enforced&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-530&quot;&gt;&lt;del&gt;LU-530&lt;/del&gt;&lt;/a&gt; group quotas not enforced&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=2d77ef1d80a6a39d50466e67c164f9cf847a0afc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;2d77ef1d80a6a39d50466e67c164f9cf847a0afc&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/quota/quota_interface.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18833" author="hudson" created="Mon, 8 Aug 2011 13:20:11 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=ubuntu1004,ib_stack=inkernel/244/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,inkernel #244&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-530&quot; title=&quot;group qoutas not enforced&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-530&quot;&gt;&lt;del&gt;LU-530&lt;/del&gt;&lt;/a&gt; group quotas not enforced&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=2d77ef1d80a6a39d50466e67c164f9cf847a0afc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;2d77ef1d80a6a39d50466e67c164f9cf847a0afc&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/quota/quota_interface.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18837" author="hudson" created="Mon, 8 Aug 2011 13:20:35 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/244/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #244&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-530&quot; title=&quot;group qoutas not enforced&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-530&quot;&gt;&lt;del&gt;LU-530&lt;/del&gt;&lt;/a&gt; group quotas not enforced&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=2d77ef1d80a6a39d50466e67c164f9cf847a0afc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;2d77ef1d80a6a39d50466e67c164f9cf847a0afc&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/quota/quota_interface.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18840" author="hudson" created="Mon, 8 Aug 2011 13:21:24 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=ofa/244/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #244&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-530&quot; title=&quot;group qoutas not enforced&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-530&quot;&gt;&lt;del&gt;LU-530&lt;/del&gt;&lt;/a&gt; group quotas not enforced&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=2d77ef1d80a6a39d50466e67c164f9cf847a0afc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;2d77ef1d80a6a39d50466e67c164f9cf847a0afc&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/quota/quota_interface.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18843" author="hudson" created="Mon, 8 Aug 2011 13:29:29 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/244/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #244&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-530&quot; title=&quot;group qoutas not enforced&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-530&quot;&gt;&lt;del&gt;LU-530&lt;/del&gt;&lt;/a&gt; group quotas not enforced&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=2d77ef1d80a6a39d50466e67c164f9cf847a0afc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;2d77ef1d80a6a39d50466e67c164f9cf847a0afc&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/quota/quota_interface.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18846" author="hudson" created="Mon, 8 Aug 2011 13:29:39 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el6,ib_stack=inkernel/244/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #244&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-530&quot; title=&quot;group qoutas not enforced&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-530&quot;&gt;&lt;del&gt;LU-530&lt;/del&gt;&lt;/a&gt; group quotas not enforced&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=2d77ef1d80a6a39d50466e67c164f9cf847a0afc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;2d77ef1d80a6a39d50466e67c164f9cf847a0afc&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/quota/quota_interface.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18849" author="hudson" created="Mon, 8 Aug 2011 13:35:36 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=ofa/244/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #244&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-530&quot; title=&quot;group qoutas not enforced&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-530&quot;&gt;&lt;del&gt;LU-530&lt;/del&gt;&lt;/a&gt; group quotas not enforced&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=2d77ef1d80a6a39d50466e67c164f9cf847a0afc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;2d77ef1d80a6a39d50466e67c164f9cf847a0afc&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/quota/quota_interface.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                    </comments>
                    <attachments>
                            <attachment id="10324" name="0001-LU-530-group-quotas-not-enforced.patch" size="1245" author="niu" created="Mon, 25 Jul 2011 02:02:35 +0000"/>
                            <attachment id="10318" name="create_test_lustre.sh" size="1931" author="svtr" created="Fri, 22 Jul 2011 05:19:41 +0000"/>
                            <attachment id="10319" name="create_test_lustre.txt" size="6777" author="svtr" created="Fri, 22 Jul 2011 05:19:41 +0000"/>
                            <attachment id="10326" name="create_test_lustre_with_fix.txt" size="8672" author="svtr" created="Mon, 25 Jul 2011 03:46:22 +0000"/>
                            <attachment id="10322" name="create_test_lustre_with_sync.txt" size="8055" author="svtr" created="Fri, 22 Jul 2011 13:09:48 +0000"/>
                            <attachment id="10323" name="create_test_lustre_with_sync_and_second_dd.txt" size="8560" author="svtr" created="Fri, 22 Jul 2011 13:24:43 +0000"/>
                            <attachment id="10321" name="lquota.tar.gz" size="1190" author="svtr" created="Fri, 22 Jul 2011 05:43:19 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                    <customfield id="customfield_10020" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Bugzilla ID</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>24154.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <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|hzv8m7:</customfieldvalue>

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