<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:13:02 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-1051] removing file failed due to no space left on device</title>
                <link>https://jira.whamcloud.com/browse/LU-1051</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Hi, &lt;/p&gt;

&lt;p&gt;I&apos;m testing 2.1.55 and just created small MDT (500MB) and 28 OSTs (16TB per OST) on it.&lt;br/&gt;
After the format is completed, the client mounted the filesystem, then wrote an file and tried to remove it, but the removing was failed due to &quot;no space left on device&quot;.&lt;/p&gt;

&lt;p&gt;Here is what I did on the client.&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;touch /mnt/a&lt;/li&gt;
	&lt;li&gt;rm /mnt/a&lt;br/&gt;
rm: remove regular empty file `/mnt/a&apos;? y&lt;br/&gt;
rm: cannot remove `/mnt/a&apos;: No space left on device&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;we can&apos;t see any error messages on the client&apos;s log file, but there are some error messages on the MDS below.&lt;/p&gt;

&lt;p&gt;Jan 29 16:17:35 dl01 kernel: Lustre: 30022:0:(ldlm_lib.c:909:target_handle_connect()) MGS: connection from e388fe06-b86b-228b-ea1c-0834ea5009ae@192.168.20.126@tcp t0 exp (null) cur 1327871855 last 0&lt;br/&gt;
Jan 29 16:17:46 dl01 kernel: Lustre: 30042:0:(osd_handler.c:786:osd_trans_start()) (null): too many transaction credits (3296 &amp;gt; 256)&lt;br/&gt;
Jan 29 16:17:46 dl01 kernel: LustreError: 30042:0:(osd_handler.c:790:osd_trans_start())   attr_set: 2, punch: 0, xattr_set: 1,&lt;br/&gt;
Jan 29 16:17:46 dl01 kernel: LustreError: 30042:0:(osd_handler.c:793:osd_trans_start())   create: 28, ref_add: 1, ref_del: 3, write: 113&lt;br/&gt;
Jan 29 16:17:46 dl01 kernel: LustreError: 30042:0:(osd_handler.c:795:osd_trans_start())   insert: 85, delete: 2&lt;br/&gt;
Jan 29 16:17:46 dl01 kernel: JBD: mdt_01 wants too many credits (3296 &amp;gt; 256)&lt;/p&gt;

&lt;p&gt;If we have make the more bigger MDT, creating and removing were no problem. Any minimum MDT size limitation changes in 2.x?&lt;/p&gt;</description>
                <environment></environment>
        <key id="13014">LU-1051</key>
            <summary>removing file failed due to no space left on device</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="ihara">Shuichi Ihara</reporter>
                        <labels>
                    </labels>
                <created>Sun, 29 Jan 2012 02:35:18 +0000</created>
                <updated>Thu, 23 Feb 2012 11:25:09 +0000</updated>
                            <resolved>Thu, 23 Feb 2012 11:24:33 +0000</resolved>
                                    <version>Lustre 2.2.0</version>
                                    <fixVersion>Lustre 2.2.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="27557" author="adilger" created="Sun, 29 Jan 2012 02:54:35 +0000"  >&lt;p&gt;Thais relates to the OSD API change. I&apos;m not sure why it thinks unblinking the file needs 3300 credits, but this is too large for the minimum-sized journal that was created on this small MDT. &lt;/p&gt;

&lt;p&gt;Normally, I would report that the MDT will never be so small in production compared to the number of OSTs, but with the large number of credits being reserved I&apos;m concerned that this could cause problems during normal operation as well.  The high OST count is likely a factor, but it is definitely worthwhile to investigate why so many credits are reserved. &lt;/p&gt;

&lt;p&gt;At a minimum, there needs to be a limit on the number of reserved bitmaps and group descriptor blocks for the actual number of bitmaps and descriptor blocks in the filesystem. This will probably reduce the reservation for such small filesystems noticeably.  There may be other places where the credit calculation can be improved. &lt;/p&gt;</comment>
                            <comment id="27579" author="pjones" created="Mon, 30 Jan 2012 08:49:13 +0000"  >&lt;p&gt;Niu&lt;/p&gt;

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

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

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="27709" author="niu" created="Wed, 1 Feb 2012 09:07:22 +0000"  >&lt;p&gt;Most reserved credits came from unlink llog records (3164), there are 28 stripes, for each unlink llog record, we need to reserve credits for 4 block writes and 1 object create:&lt;/p&gt;

&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;llog record write: 14 (1 block write)&lt;/li&gt;
	&lt;li&gt;plain log header update: 14&lt;/li&gt;
	&lt;li&gt;create new plain log: 57 (2 insert and 1 create)&lt;/li&gt;
	&lt;li&gt;catlog header udpate: 14&lt;/li&gt;
	&lt;li&gt;catlog record write: 14&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;so the total number for unlink llog records is (14 * 4 + 27) * 28 = 3164. Actually, not every llog write needs to create new plain log, we just reserve the max number conservatively, in the old master (before OSD API landing), we just reserve 14 blocks for each unlink records. (even with the old code, unlink llog needs 14 * 28 = 392 credits, it&apos;s greater than 256 too) &lt;/p&gt;

&lt;p&gt;Since the credits caculation is in OSD layer, seems there isn&apos;t any clean way to optimize the calculation for llog (OSD isn&apos;t aware of llog). Maybe we just should change the mdd_declare_llog_record() to make it reserve a less conservative value for this moment (like old master code does)?&lt;/p&gt;</comment>
                            <comment id="27710" author="bzzz" created="Wed, 1 Feb 2012 09:37:22 +0000"  >&lt;p&gt;like I said before, there are a lot of ways to improve this within OSD:&lt;br/&gt;
1) for objects belonging to root quota-related credits should be just one block for a whole transaction&lt;br/&gt;
2) for llog header we can easily detect it&apos;s already allocated - just 2 blocks instead of 14&lt;br/&gt;
and so on ...&lt;/p&gt;</comment>
                            <comment id="27720" author="adilger" created="Wed, 1 Feb 2012 15:17:12 +0000"  >&lt;p&gt;Similarly, the insert declarations for the llog records should all be for the same parent directory, so the number of credits needed for all of the inserts can be reduced because the parent inode only needs to be modified once.  This can be done by tracking the inode numbers that are already included in the transaction, and not accounting for them twice.&lt;/p&gt;

&lt;p&gt;The number of parent leaf blocks modified is min(2x current leaf blocks, number of insertions).  In the worst case each one would split, if this is less than the number of insertions.&lt;/p&gt;

&lt;p&gt;There should only be &lt;em&gt;either&lt;/em&gt; a new llog created OR an llog header update (assuming that a new llog creation already includes credits for the header).&lt;/p&gt;</comment>
                            <comment id="27728" author="adilger" created="Wed, 1 Feb 2012 17:37:50 +0000"  >&lt;p&gt;Note that in the orion branch there is an additional line in osd_trans_start() that shrinks the transaction to the maximum allowed size to avoid failing outright in this case:&lt;/p&gt;

&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;@@ -579,6 +579,8 @@ int osd_trans_start(const struct lu_env *env, struct dt_device *d,
                 CWARN(&quot;%s: too many transaction credits (%d &amp;gt; %d)\n&quot;,
                       d-&amp;gt;dd_lu_dev.ld_obd-&amp;gt;obd_name, oh-&amp;gt;ot_credits,
                       osd_journal(dev)-&amp;gt;j_max_transaction_buffers);
+                /* XXX */
+                oh-&amp;gt;ot_credits = osd_journal(dev)-&amp;gt;j_max_transaction_buffers;
 #ifdef OSD_TRACK_DECLARES
                 CERROR(&quot;  attr_set: %d, punch: %d, xattr_set: %d,\n&quot;,
                        oh-&amp;gt;ot_declare_attr_set, oh-&amp;gt;ot_declare_punch,
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;This won&apos;t actually solve the problem if the transaction is too large (unlikely, even for a small MDT journal), and doesn&apos;t fix the performance impact of the code over-allocating the number of transaction credits, but it would at least allow the system to continue.&lt;/p&gt;

&lt;p&gt;I would recommend that we land such a patch to 2.1.1 so that we don&apos;t cause the MDT to fail just based on speculation.  The underlying journal code would catch this error (with an assertion) if the actual number of credits used exceeds the transaction size.  Since production MDTs will always have large enough journals, I don&apos;t think this is a serious risk.&lt;/p&gt;

&lt;p&gt;I&apos;m of course NOT suggesting that this will resolve the issue, since the huge number of transaction credits reserved can significantly impact the performance, even if no error message is printed for large journals, so the credit reservation still needs to be improved.&lt;/p&gt;</comment>
                            <comment id="27744" author="niu" created="Wed, 1 Feb 2012 23:07:33 +0000"  >&lt;blockquote&gt;
&lt;p&gt;1) for objects belonging to root quota-related credits should be just one block for a whole transaction&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;I&apos;m not sure if I follow you correctly.&lt;/p&gt;

&lt;p&gt;Actually, looks we now only reserve LDISKFS_QUOTA_INIT_BLOCKS for the whole transaction (in osd_trans_start()), which looks not sufficient to me, I think we at least need to reserve LDISKFS_MAXQUOTAS_INIT_BLOCKS (or even more for rename tranasction).&lt;/p&gt;

&lt;p&gt;We may optimize for root uid/gid, unless we know exactly how many uids/gids are affected in the whole transaction (like the new quota design in Orion), which requires us to record which uid/gids are affected in the declare stage, and calculate the total credits for quota in osd_trans_start(), is it fine with you? Anyway, the amount credits for quota is much small comparing with the huge amount of unlink llog.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;2) for llog header we can easily detect it&apos;s already allocated - just 2 blocks instead of 14&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Yes, we know for sure that the catlog header is already allocated. The write to catlog header could be optimized. &lt;/p&gt;</comment>
                            <comment id="27745" author="niu" created="Wed, 1 Feb 2012 23:58:11 +0000"  >&lt;blockquote&gt;
&lt;p&gt;Similarly, the insert declarations for the llog records should all be for the same parent directory, so the number of credits needed for all of the inserts can be reduced because the parent inode only needs to be modified once. This can be done by tracking the inode numbers that are already included in the transaction, and not accounting for them twice.&lt;/p&gt;

&lt;p&gt;The number of parent leaf blocks modified is min(2x current leaf blocks, number of insertions). In the worst case each one would split, if this is less than the number of insertions.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;ok, thanks.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;There should only be either a new llog created OR an llog header update (assuming that a new llog creation already includes credits for the header).&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;llog creation just call normal declare_create to reserve credits, I&apos;m afraid that it doesn&apos;t includes the credits for header.&lt;/p&gt;</comment>
                            <comment id="27768" author="niu" created="Thu, 2 Feb 2012 10:05:49 +0000"  >&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/2082&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/2082&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I didn&apos;t figure out an easy way to get the dt_object of llog file, so that patch only reduce the credits for llog in following aspects:&lt;/p&gt;

&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;catalog header update;&lt;/li&gt;
	&lt;li&gt;&apos;.&apos; &amp;amp; &apos;..&apos; insertion;&lt;/li&gt;
	&lt;li&gt;oi insertion;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;it can reduce ~40% credits for unlink llog so far.&lt;/p&gt;

&lt;p&gt;This patch changed quota credits calculation as well.&lt;/p&gt;</comment>
                            <comment id="28595" author="hudson" created="Mon, 13 Feb 2012 22:06:52 +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/469/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #469&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1051&quot; title=&quot;removing file failed due to no space left on device&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1051&quot;&gt;&lt;del&gt;LU-1051&lt;/del&gt;&lt;/a&gt; osd: improve quota credits calculation (Revision 83eeeb72c1081ec85b2b38440730143323e9209e)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=83eeeb72c1081ec85b2b38440730143323e9209e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;83eeeb72c1081ec85b2b38440730143323e9209e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="28596" author="hudson" created="Mon, 13 Feb 2012 22:12:14 +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/469/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #469&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1051&quot; title=&quot;removing file failed due to no space left on device&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1051&quot;&gt;&lt;del&gt;LU-1051&lt;/del&gt;&lt;/a&gt; osd: improve quota credits calculation (Revision 83eeeb72c1081ec85b2b38440730143323e9209e)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=83eeeb72c1081ec85b2b38440730143323e9209e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;83eeeb72c1081ec85b2b38440730143323e9209e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="28597" author="hudson" created="Mon, 13 Feb 2012 22:19: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-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/469/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #469&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1051&quot; title=&quot;removing file failed due to no space left on device&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1051&quot;&gt;&lt;del&gt;LU-1051&lt;/del&gt;&lt;/a&gt; osd: improve quota credits calculation (Revision 83eeeb72c1081ec85b2b38440730143323e9209e)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=83eeeb72c1081ec85b2b38440730143323e9209e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;83eeeb72c1081ec85b2b38440730143323e9209e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="28598" author="hudson" created="Mon, 13 Feb 2012 22:20:06 +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/469/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,inkernel #469&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1051&quot; title=&quot;removing file failed due to no space left on device&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1051&quot;&gt;&lt;del&gt;LU-1051&lt;/del&gt;&lt;/a&gt; osd: improve quota credits calculation (Revision 83eeeb72c1081ec85b2b38440730143323e9209e)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=83eeeb72c1081ec85b2b38440730143323e9209e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;83eeeb72c1081ec85b2b38440730143323e9209e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="28599" author="hudson" created="Mon, 13 Feb 2012 22:21:19 +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/469/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #469&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1051&quot; title=&quot;removing file failed due to no space left on device&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1051&quot;&gt;&lt;del&gt;LU-1051&lt;/del&gt;&lt;/a&gt; osd: improve quota credits calculation (Revision 83eeeb72c1081ec85b2b38440730143323e9209e)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=83eeeb72c1081ec85b2b38440730143323e9209e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;83eeeb72c1081ec85b2b38440730143323e9209e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="28600" author="hudson" created="Mon, 13 Feb 2012 22:24: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=sles11,ib_stack=inkernel/469/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,sles11,inkernel #469&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1051&quot; title=&quot;removing file failed due to no space left on device&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1051&quot;&gt;&lt;del&gt;LU-1051&lt;/del&gt;&lt;/a&gt; osd: improve quota credits calculation (Revision 83eeeb72c1081ec85b2b38440730143323e9209e)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=83eeeb72c1081ec85b2b38440730143323e9209e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;83eeeb72c1081ec85b2b38440730143323e9209e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="28601" author="hudson" created="Mon, 13 Feb 2012 22:26:21 +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/469/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #469&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1051&quot; title=&quot;removing file failed due to no space left on device&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1051&quot;&gt;&lt;del&gt;LU-1051&lt;/del&gt;&lt;/a&gt; osd: improve quota credits calculation (Revision 83eeeb72c1081ec85b2b38440730143323e9209e)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=83eeeb72c1081ec85b2b38440730143323e9209e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;83eeeb72c1081ec85b2b38440730143323e9209e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="28602" author="hudson" created="Mon, 13 Feb 2012 22:31:26 +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/469/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #469&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1051&quot; title=&quot;removing file failed due to no space left on device&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1051&quot;&gt;&lt;del&gt;LU-1051&lt;/del&gt;&lt;/a&gt; osd: improve quota credits calculation (Revision 83eeeb72c1081ec85b2b38440730143323e9209e)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=83eeeb72c1081ec85b2b38440730143323e9209e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;83eeeb72c1081ec85b2b38440730143323e9209e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="28603" author="hudson" created="Mon, 13 Feb 2012 22:32: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/469/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #469&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1051&quot; title=&quot;removing file failed due to no space left on device&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1051&quot;&gt;&lt;del&gt;LU-1051&lt;/del&gt;&lt;/a&gt; osd: improve quota credits calculation (Revision 83eeeb72c1081ec85b2b38440730143323e9209e)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=83eeeb72c1081ec85b2b38440730143323e9209e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;83eeeb72c1081ec85b2b38440730143323e9209e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="28604" author="hudson" created="Mon, 13 Feb 2012 22:34:49 +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/469/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #469&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1051&quot; title=&quot;removing file failed due to no space left on device&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1051&quot;&gt;&lt;del&gt;LU-1051&lt;/del&gt;&lt;/a&gt; osd: improve quota credits calculation (Revision 83eeeb72c1081ec85b2b38440730143323e9209e)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=83eeeb72c1081ec85b2b38440730143323e9209e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;83eeeb72c1081ec85b2b38440730143323e9209e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="28605" author="hudson" created="Mon, 13 Feb 2012 22:37: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-master/./arch=i686,build_type=server,distro=el6,ib_stack=inkernel/469/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #469&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1051&quot; title=&quot;removing file failed due to no space left on device&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1051&quot;&gt;&lt;del&gt;LU-1051&lt;/del&gt;&lt;/a&gt; osd: improve quota credits calculation (Revision 83eeeb72c1081ec85b2b38440730143323e9209e)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=83eeeb72c1081ec85b2b38440730143323e9209e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;83eeeb72c1081ec85b2b38440730143323e9209e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="28606" author="hudson" created="Mon, 13 Feb 2012 22:41: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-master/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/469/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #469&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1051&quot; title=&quot;removing file failed due to no space left on device&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1051&quot;&gt;&lt;del&gt;LU-1051&lt;/del&gt;&lt;/a&gt; osd: improve quota credits calculation (Revision 83eeeb72c1081ec85b2b38440730143323e9209e)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=83eeeb72c1081ec85b2b38440730143323e9209e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;83eeeb72c1081ec85b2b38440730143323e9209e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="28607" author="hudson" created="Mon, 13 Feb 2012 23:02: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-master/./arch=i686,build_type=server,distro=el5,ib_stack=ofa/469/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #469&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1051&quot; title=&quot;removing file failed due to no space left on device&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1051&quot;&gt;&lt;del&gt;LU-1051&lt;/del&gt;&lt;/a&gt; osd: improve quota credits calculation (Revision 83eeeb72c1081ec85b2b38440730143323e9209e)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=83eeeb72c1081ec85b2b38440730143323e9209e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;83eeeb72c1081ec85b2b38440730143323e9209e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="28608" author="hudson" created="Mon, 13 Feb 2012 23:25:15 +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/469/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #469&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1051&quot; title=&quot;removing file failed due to no space left on device&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1051&quot;&gt;&lt;del&gt;LU-1051&lt;/del&gt;&lt;/a&gt; osd: improve quota credits calculation (Revision 83eeeb72c1081ec85b2b38440730143323e9209e)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=83eeeb72c1081ec85b2b38440730143323e9209e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;83eeeb72c1081ec85b2b38440730143323e9209e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="28611" author="pjones" created="Tue, 14 Feb 2012 01:20:55 +0000"  >&lt;p&gt;Landed for 2.2&lt;/p&gt;</comment>
                            <comment id="28703" author="niu" created="Tue, 14 Feb 2012 23:54:06 +0000"  >&lt;p&gt;patche for reducing llog credits: &lt;a href=&quot;http://review.whamcloud.com/#change,2100&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,2100&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="29242" author="hudson" created="Fri, 17 Feb 2012 12:55:40 +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/red.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=ofa/480/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,ofa #480&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1051&quot; title=&quot;removing file failed due to no space left on device&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1051&quot;&gt;&lt;del&gt;LU-1051&lt;/del&gt;&lt;/a&gt; osd: improve quota credits calculation (Revision 83eeeb72c1081ec85b2b38440730143323e9209e)&lt;/p&gt;

&lt;p&gt;     Result = FAILURE&lt;br/&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=83eeeb72c1081ec85b2b38440730143323e9209e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;83eeeb72c1081ec85b2b38440730143323e9209e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29291" author="hudson" created="Fri, 17 Feb 2012 13:13: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/red.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=ofa/480/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,ofa #480&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1051&quot; title=&quot;removing file failed due to no space left on device&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1051&quot;&gt;&lt;del&gt;LU-1051&lt;/del&gt;&lt;/a&gt; osd: improve quota credits calculation (Revision 83eeeb72c1081ec85b2b38440730143323e9209e)&lt;/p&gt;

&lt;p&gt;     Result = FAILURE&lt;br/&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=83eeeb72c1081ec85b2b38440730143323e9209e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;83eeeb72c1081ec85b2b38440730143323e9209e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29340" author="hudson" created="Fri, 17 Feb 2012 13:39: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/grey.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=ofa/480/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,ofa #480&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1051&quot; title=&quot;removing file failed due to no space left on device&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1051&quot;&gt;&lt;del&gt;LU-1051&lt;/del&gt;&lt;/a&gt; osd: improve quota credits calculation (Revision 83eeeb72c1081ec85b2b38440730143323e9209e)&lt;/p&gt;

&lt;p&gt;     Result = ABORTED&lt;br/&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=83eeeb72c1081ec85b2b38440730143323e9209e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;83eeeb72c1081ec85b2b38440730143323e9209e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29586" author="hudson" created="Wed, 22 Feb 2012 19:53:34 +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/485/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #485&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1051&quot; title=&quot;removing file failed due to no space left on device&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1051&quot;&gt;&lt;del&gt;LU-1051&lt;/del&gt;&lt;/a&gt; osd: reserve less credits for llog unlink (Revision 4000adc51d76e329b0ba941a7524f9c77780fd4c)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=4000adc51d76e329b0ba941a7524f9c77780fd4c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;4000adc51d76e329b0ba941a7524f9c77780fd4c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/include/md_object.h&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_dir.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29587" author="hudson" created="Wed, 22 Feb 2012 19:59:19 +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/485/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #485&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1051&quot; title=&quot;removing file failed due to no space left on device&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1051&quot;&gt;&lt;del&gt;LU-1051&lt;/del&gt;&lt;/a&gt; osd: reserve less credits for llog unlink (Revision 4000adc51d76e329b0ba941a7524f9c77780fd4c)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=4000adc51d76e329b0ba941a7524f9c77780fd4c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;4000adc51d76e329b0ba941a7524f9c77780fd4c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdd/mdd_dir.c&lt;/li&gt;
	&lt;li&gt;lustre/include/md_object.h&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29588" author="hudson" created="Wed, 22 Feb 2012 20:05:07 +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/485/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #485&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1051&quot; title=&quot;removing file failed due to no space left on device&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1051&quot;&gt;&lt;del&gt;LU-1051&lt;/del&gt;&lt;/a&gt; osd: reserve less credits for llog unlink (Revision 4000adc51d76e329b0ba941a7524f9c77780fd4c)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=4000adc51d76e329b0ba941a7524f9c77780fd4c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;4000adc51d76e329b0ba941a7524f9c77780fd4c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/include/md_object.h&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_dir.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29589" author="hudson" created="Wed, 22 Feb 2012 20:07: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=i686,build_type=client,distro=el5,ib_stack=ofa/485/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #485&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1051&quot; title=&quot;removing file failed due to no space left on device&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1051&quot;&gt;&lt;del&gt;LU-1051&lt;/del&gt;&lt;/a&gt; osd: reserve less credits for llog unlink (Revision 4000adc51d76e329b0ba941a7524f9c77780fd4c)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=4000adc51d76e329b0ba941a7524f9c77780fd4c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;4000adc51d76e329b0ba941a7524f9c77780fd4c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_dir.c&lt;/li&gt;
	&lt;li&gt;lustre/include/md_object.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29590" author="hudson" created="Wed, 22 Feb 2012 20:07:27 +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/485/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,sles11,inkernel #485&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1051&quot; title=&quot;removing file failed due to no space left on device&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1051&quot;&gt;&lt;del&gt;LU-1051&lt;/del&gt;&lt;/a&gt; osd: reserve less credits for llog unlink (Revision 4000adc51d76e329b0ba941a7524f9c77780fd4c)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=4000adc51d76e329b0ba941a7524f9c77780fd4c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;4000adc51d76e329b0ba941a7524f9c77780fd4c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdd/mdd_dir.c&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/include/md_object.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29591" author="hudson" created="Wed, 22 Feb 2012 20:07: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=x86_64,build_type=client,distro=ubuntu1004,ib_stack=inkernel/485/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,inkernel #485&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1051&quot; title=&quot;removing file failed due to no space left on device&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1051&quot;&gt;&lt;del&gt;LU-1051&lt;/del&gt;&lt;/a&gt; osd: reserve less credits for llog unlink (Revision 4000adc51d76e329b0ba941a7524f9c77780fd4c)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=4000adc51d76e329b0ba941a7524f9c77780fd4c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;4000adc51d76e329b0ba941a7524f9c77780fd4c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/md_object.h&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_dir.c&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29592" author="hudson" created="Wed, 22 Feb 2012 20:08:00 +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=ofa/485/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,ofa #485&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1051&quot; title=&quot;removing file failed due to no space left on device&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1051&quot;&gt;&lt;del&gt;LU-1051&lt;/del&gt;&lt;/a&gt; osd: reserve less credits for llog unlink (Revision 4000adc51d76e329b0ba941a7524f9c77780fd4c)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=4000adc51d76e329b0ba941a7524f9c77780fd4c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;4000adc51d76e329b0ba941a7524f9c77780fd4c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/md_object.h&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_dir.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29593" author="hudson" created="Wed, 22 Feb 2012 20:13: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=i686,build_type=client,distro=el6,ib_stack=inkernel/485/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #485&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1051&quot; title=&quot;removing file failed due to no space left on device&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1051&quot;&gt;&lt;del&gt;LU-1051&lt;/del&gt;&lt;/a&gt; osd: reserve less credits for llog unlink (Revision 4000adc51d76e329b0ba941a7524f9c77780fd4c)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=4000adc51d76e329b0ba941a7524f9c77780fd4c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;4000adc51d76e329b0ba941a7524f9c77780fd4c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_dir.c&lt;/li&gt;
	&lt;li&gt;lustre/include/md_object.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29594" author="hudson" created="Wed, 22 Feb 2012 20:17: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=x86_64,build_type=server,distro=el5,ib_stack=ofa/485/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #485&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1051&quot; title=&quot;removing file failed due to no space left on device&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1051&quot;&gt;&lt;del&gt;LU-1051&lt;/del&gt;&lt;/a&gt; osd: reserve less credits for llog unlink (Revision 4000adc51d76e329b0ba941a7524f9c77780fd4c)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=4000adc51d76e329b0ba941a7524f9c77780fd4c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;4000adc51d76e329b0ba941a7524f9c77780fd4c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/md_object.h&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_dir.c&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29595" author="hudson" created="Wed, 22 Feb 2012 20:20:15 +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/485/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #485&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1051&quot; title=&quot;removing file failed due to no space left on device&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1051&quot;&gt;&lt;del&gt;LU-1051&lt;/del&gt;&lt;/a&gt; osd: reserve less credits for llog unlink (Revision 4000adc51d76e329b0ba941a7524f9c77780fd4c)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=4000adc51d76e329b0ba941a7524f9c77780fd4c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;4000adc51d76e329b0ba941a7524f9c77780fd4c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_dir.c&lt;/li&gt;
	&lt;li&gt;lustre/include/md_object.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29596" author="hudson" created="Wed, 22 Feb 2012 20:20:19 +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=ofa/485/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,ofa #485&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1051&quot; title=&quot;removing file failed due to no space left on device&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1051&quot;&gt;&lt;del&gt;LU-1051&lt;/del&gt;&lt;/a&gt; osd: reserve less credits for llog unlink (Revision 4000adc51d76e329b0ba941a7524f9c77780fd4c)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=4000adc51d76e329b0ba941a7524f9c77780fd4c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;4000adc51d76e329b0ba941a7524f9c77780fd4c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/include/md_object.h&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_dir.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29597" author="hudson" created="Wed, 22 Feb 2012 20:27: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=i686,build_type=client,distro=el5,ib_stack=inkernel/485/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #485&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1051&quot; title=&quot;removing file failed due to no space left on device&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1051&quot;&gt;&lt;del&gt;LU-1051&lt;/del&gt;&lt;/a&gt; osd: reserve less credits for llog unlink (Revision 4000adc51d76e329b0ba941a7524f9c77780fd4c)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=4000adc51d76e329b0ba941a7524f9c77780fd4c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;4000adc51d76e329b0ba941a7524f9c77780fd4c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/md_object.h&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_dir.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29598" author="hudson" created="Wed, 22 Feb 2012 20:28:44 +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/485/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #485&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1051&quot; title=&quot;removing file failed due to no space left on device&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1051&quot;&gt;&lt;del&gt;LU-1051&lt;/del&gt;&lt;/a&gt; osd: reserve less credits for llog unlink (Revision 4000adc51d76e329b0ba941a7524f9c77780fd4c)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=4000adc51d76e329b0ba941a7524f9c77780fd4c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;4000adc51d76e329b0ba941a7524f9c77780fd4c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/md_object.h&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_dir.c&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29599" author="hudson" created="Wed, 22 Feb 2012 20:39: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-master/./arch=x86_64,build_type=server,distro=el6,ib_stack=inkernel/485/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #485&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1051&quot; title=&quot;removing file failed due to no space left on device&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1051&quot;&gt;&lt;del&gt;LU-1051&lt;/del&gt;&lt;/a&gt; osd: reserve less credits for llog unlink (Revision 4000adc51d76e329b0ba941a7524f9c77780fd4c)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=4000adc51d76e329b0ba941a7524f9c77780fd4c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;4000adc51d76e329b0ba941a7524f9c77780fd4c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_dir.c&lt;/li&gt;
	&lt;li&gt;lustre/include/md_object.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29600" author="hudson" created="Wed, 22 Feb 2012 20:43: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=x86_64,build_type=client,distro=el6,ib_stack=inkernel/485/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #485&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1051&quot; title=&quot;removing file failed due to no space left on device&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1051&quot;&gt;&lt;del&gt;LU-1051&lt;/del&gt;&lt;/a&gt; osd: reserve less credits for llog unlink (Revision 4000adc51d76e329b0ba941a7524f9c77780fd4c)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=4000adc51d76e329b0ba941a7524f9c77780fd4c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;4000adc51d76e329b0ba941a7524f9c77780fd4c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdd/mdd_dir.c&lt;/li&gt;
	&lt;li&gt;lustre/include/md_object.h&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29601" author="hudson" created="Wed, 22 Feb 2012 20:47:32 +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=ofa/485/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,ofa #485&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1051&quot; title=&quot;removing file failed due to no space left on device&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1051&quot;&gt;&lt;del&gt;LU-1051&lt;/del&gt;&lt;/a&gt; osd: reserve less credits for llog unlink (Revision 4000adc51d76e329b0ba941a7524f9c77780fd4c)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=4000adc51d76e329b0ba941a7524f9c77780fd4c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;4000adc51d76e329b0ba941a7524f9c77780fd4c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/md_object.h&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_dir.c&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29602" author="hudson" created="Wed, 22 Feb 2012 20:52:27 +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/485/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #485&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1051&quot; title=&quot;removing file failed due to no space left on device&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1051&quot;&gt;&lt;del&gt;LU-1051&lt;/del&gt;&lt;/a&gt; osd: reserve less credits for llog unlink (Revision 4000adc51d76e329b0ba941a7524f9c77780fd4c)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=4000adc51d76e329b0ba941a7524f9c77780fd4c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;4000adc51d76e329b0ba941a7524f9c77780fd4c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/include/md_object.h&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_dir.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29603" author="hudson" created="Wed, 22 Feb 2012 20:53: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=i686,build_type=server,distro=el6,ib_stack=ofa/485/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,ofa #485&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1051&quot; title=&quot;removing file failed due to no space left on device&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1051&quot;&gt;&lt;del&gt;LU-1051&lt;/del&gt;&lt;/a&gt; osd: reserve less credits for llog unlink (Revision 4000adc51d76e329b0ba941a7524f9c77780fd4c)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=4000adc51d76e329b0ba941a7524f9c77780fd4c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;4000adc51d76e329b0ba941a7524f9c77780fd4c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/md_object.h&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_dir.c&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29662" author="pjones" created="Thu, 23 Feb 2012 11:24:33 +0000"  >&lt;p&gt;Landed for 2.2&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="13279">LU-1131</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </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|hzv7av:</customfieldvalue>

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