<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:07:12 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-456] statfs reports truncated blocks as freed while they are not</title>
                <link>https://jira.whamcloud.com/browse/LU-456</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;I am seeing a strange behavior with an home-made test doing write_until_ENOSPC/truncate/write_until_ENOSPC. The test is very simple: for i in `seq 2`; do dd  ... done. The dd processes should run until they get ENOSPC. While looking at the debug logs, i have actually found that ext4 might be pulling my legs.&lt;/p&gt;

&lt;p&gt;&amp;gt;From the Logs of the 2nd dd which basically does truncate + writes:&lt;/p&gt;

&lt;p&gt;00000080:00200000:2.0:1307742632.935829:0:23441:0:(rw.c:82:ll_truncate()) VFS&lt;br/&gt;
Op:inode=144115205255725059/33554436(ffff8103213c5710) to 0&lt;br/&gt;
=&amp;gt; dd truncates the file&lt;/p&gt;

&lt;p&gt;00000100:00100000:2.0:1307742632.935994:0:23114:0:(service.c:1705:ptlrpc_server_handle_reque&lt;br/&gt;
st()) Handling RPC pname:cluuid+ref:pid:xid:nid:opc&lt;br/&gt;
ll_ost_io_126:30dc3ffd-9567-deb3-c9ed-423e4589e173+6:21865:x1371266995979156:12345-0@lo:10&lt;br/&gt;
00000100:00100000:2.0:1307742632.950439:0:23114:0:(service.c:1752:ptlrpc_server_handle_reque&lt;br/&gt;
st()) Handled RPC pname:cluuid+ref:pid:xid:nid:opc&lt;br/&gt;
ll_ost_io_126:30dc3ffd-9567-deb3-c9ed-423e4589e173+6:21865:x1371266995979156:12345-0@lo:10&lt;br/&gt;
Request procesed in 14451us (14480us total) trans 4294967465 rc 0/0&lt;br/&gt;
=&amp;gt; truncate request handled fairly quickly&lt;/p&gt;

&lt;p&gt;00000100:00100000:2.0:1307742632.950925:0:23114:0:(service.c:1705:ptlrpc_server_handle_reque&lt;br/&gt;
st()) Handling RPC pname:cluuid+ref:pid:xid:nid:opc&lt;br/&gt;
ll_ost_io_126:30dc3ffd-9567-deb3-c9ed-423e4589e173+7:21863:x1371266995979157:12345-0@lo:4&lt;br/&gt;
=&amp;gt; first write received (4KB write since the client has no grant)&lt;/p&gt;

&lt;p&gt;00002000:00000020:2.0:1307742632.950941:0:23114:0:(ofd_grant.c:177:ofd_grant_statfs())&lt;br/&gt;
lustre-OST0000: cli 30dc3ffd-9567-deb3-c9ed-423e4589e173/ffff810304240400 free: 10375168&lt;br/&gt;
avail: 4096&lt;br/&gt;
=&amp;gt; The grant code gets statfs data from cache, only 4KB remain, makes sense since the OST&lt;br/&gt;
was full.&lt;/p&gt;

&lt;p&gt;00002000:00000020:2.0:1307742632.950945:0:23114:0:(ofd_grant.c:741:ofd_grant_prepare_write()&lt;br/&gt;
) lustre-OST0000: fs has no space left and statfs too old&lt;br/&gt;
=&amp;gt; The grant code decides to refresh statfs info&lt;/p&gt;

&lt;p&gt;00002000:00000020:2.0:1307742632.950951:0:23114:0:(ofd_grant.c:177:ofd_grant_statfs())&lt;br/&gt;
lustre-OST0000: cli 30dc3ffd-9567-deb3-c9ed-423e4589e173/ffff810304240400 free: 174878720&lt;br/&gt;
avail: 164167680&lt;br/&gt;
=&amp;gt; The refreshed statfs data have the space back, wonderful!&lt;/p&gt;

&lt;p&gt;00002000:00000020:2.0:1307742632.950958:0:23114:0:(ofd_grant.c:457:ofd_grant_check())&lt;br/&gt;
lustre-OST0000: cli 30dc3ffd-9567-deb3-c9ed-423e4589e173/ffff810304240400 granted: 0&lt;br/&gt;
ungranted: 4096 grant: 0 dirty: 0&lt;br/&gt;
=&amp;gt; We have enough free space to handle this 4KB write, let&apos;s it go.&lt;/p&gt;

&lt;p&gt;00002000:00000020:2.0:1307742632.950961:0:23114:0:(ofd_grant.c:544:ofd_grant())&lt;br/&gt;
lustre-OST0000: cli 30dc3ffd-9567-deb3-c9ed-423e4589e173/ffff810304240400 wants: 33554432&lt;br/&gt;
current grant 0 granting: 2097152&lt;br/&gt;
=&amp;gt; Given that we have plenty of free space, we even grant more space (2MB) back to the&lt;br/&gt;
client.&lt;/p&gt;

&lt;p&gt;00000100:00100000:2.0:1307742632.951196:0:23114:0:(service.c:1752:ptlrpc_server_handle_reque&lt;br/&gt;
st()) Handled RPC pname:cluuid+ref:pid:xid:nid:opc&lt;br/&gt;
ll_ost_io_126:30dc3ffd-9567-deb3-c9ed-423e4589e173+7:21863:x1371266995979157:12345-0@lo:4&lt;br/&gt;
Request procesed in 275us (297us total) trans 4294967466 rc 0/0&lt;br/&gt;
=&amp;gt; Write succeeded.&lt;/p&gt;

&lt;p&gt;11 similar writes requests succeeded, and then on the 12th:&lt;/p&gt;

&lt;p&gt;00002000:00000020:2.0:1307742633.023255:0:23114:0:(ofd_grant.c:177:ofd_grant_statfs())&lt;br/&gt;
lustre-OST0000: cli 30dc3ffd-9567-deb3-c9ed-423e4589e173/ffff810304240400 free: 174878720&lt;br/&gt;
avail: 154730496&lt;br/&gt;
00002000:00000020:2.0:1307742633.023259:0:23114:0:(ofd_grant.c:234:ofd_grant_space_left())&lt;br/&gt;
lustre-OST0000: cli 30dc3ffd-9567-deb3-c9ed-423e4589e173/ffff810304240400 avail 154730496&lt;br/&gt;
left 143192064 unstable 0 tot_grant 11538432 pending 0&lt;br/&gt;
=&amp;gt; Still plenty of space remain, we only wrote 12MB after all ...&lt;/p&gt;

&lt;p&gt;00002000:00000020:2.0:1307742633.023269:0:23114:0:(ofd_grant.c:457:ofd_grant_check())&lt;br/&gt;
lustre-OST0000: cli 30dc3ffd-9567-deb3-c9ed-423e4589e173/ffff810304240400 granted: 1048576&lt;br/&gt;
ungranted: 0 grant: 10489856 dirty: 1114112&lt;br/&gt;
=&amp;gt; The client has grants now, we allow the write.&lt;/p&gt;

&lt;p&gt;00002000:00000020:2.0:1307742633.023273:0:23114:0:(ofd_grant.c:544:ofd_grant())&lt;br/&gt;
lustre-OST0000: cli 30dc3ffd-9567-deb3-c9ed-423e4589e173/ffff810304240400 wants: 33554432&lt;br/&gt;
current grant 10424320 granting: 2097152&lt;br/&gt;
=&amp;gt; We again grant more space back.&lt;/p&gt;

&lt;p&gt;00000100:00100000:2.0:1307742633.025038:0:23114:0:(service.c:1752:ptlrpc_server_handle_reque&lt;br/&gt;
st()) Handled RPC pname:cluuid+ref:pid:xid:nid:opc&lt;br/&gt;
ll_ost_io_126:30dc3ffd-9567-deb3-c9ed-423e4589e173+17:21863:x1371266995979167:12345-0@lo:4&lt;br/&gt;
Request procesed in 1925us (2000us total) trans 0 rc -28/-28&lt;br/&gt;
=&amp;gt; but the write failed during commit &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.whamcloud.com/images/icons/emoticons/sad.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;

&lt;p&gt;The write actually failed on in fsfilt_map_nblocks():&lt;br/&gt;
00002000:00001000:1.0:1307747608.661208:0:31786:0:(fsfilt-ldiskfs.c:1135:fsfilt_map_nblocks(&lt;br/&gt;
)) blocks 2304-2559 requested for inode 18&lt;br/&gt;
00000001:00000001:1.0:1307747608.661287:0:31786:0:(osd_io.c:665:osd_write_commit()) Process&lt;br/&gt;
leaving (rc=18446744073709551588 : -28 : ffffffffffffffe4)&lt;/p&gt;

&lt;p&gt;Although statfs returned that the space released by truncate was freed, we still cannot allocate it. No need to say that this breaks grants.&lt;/p&gt;

&lt;p&gt;All those logs are from the Orion branch, but i can reproduce the same problem with master.&lt;/p&gt;</description>
                <environment></environment>
        <key id="11230">LU-456</key>
            <summary>statfs reports truncated blocks as freed while they are not</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="1" iconUrl="https://jira.whamcloud.com/images/icons/priorities/blocker.svg">Blocker</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="johann">Johann Lombardi</reporter>
                        <labels>
                    </labels>
                <created>Thu, 23 Jun 2011 18:06:51 +0000</created>
                <updated>Tue, 11 Oct 2011 11:19:37 +0000</updated>
                            <resolved>Sun, 24 Jul 2011 17:59:27 +0000</resolved>
                                                    <fixVersion>Lustre 2.1.0</fixVersion>
                    <fixVersion>Lustre 1.8.7</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="16881" author="johann" created="Thu, 23 Jun 2011 18:10:15 +0000"  >&lt;p&gt;For the record, i tried to sync &amp;amp; wait for more than 5s between the two dds and it did not help. A 3rd dd can successfully use the free space (modulus some grant leak due to client not expecting to be granted space back on write requests failing with ENOSPC).&lt;br/&gt;
I also tried with data=writeback and it not help either.&lt;/p&gt;

&lt;p&gt;FYI, i use RHEL5.&lt;/p&gt;</comment>
                            <comment id="16888" author="pjones" created="Thu, 23 Jun 2011 18:28:13 +0000"  >&lt;p&gt;Niu&lt;/p&gt;

&lt;p&gt;Could you please look into this issue as your top priority?&lt;/p&gt;

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

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="16953" author="niu" created="Fri, 24 Jun 2011 12:25:21 +0000"  >&lt;p&gt;Hi, Johann&lt;/p&gt;

&lt;p&gt;I can easily reproduce it on my local test environment, but when I tried to mount the ost with &quot;data=writeback&quot; the problem is gone, could you confirm that &apos;data=writeback&apos; doesn&apos;t help for you?&lt;/p&gt;

&lt;p&gt;Seems for non-writeback mode, ext4 will make sure the block not be reused until commit, see the following piece of code in ldiskfs_free_blocks():&lt;/p&gt;

&lt;p&gt;        /* We need to make sure we don&apos;t reuse&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;block released untill the transaction commit.&lt;/li&gt;
	&lt;li&gt;writeback mode have weak data consistency so&lt;/li&gt;
	&lt;li&gt;don&apos;t force data as metadata when freeing block&lt;/li&gt;
	&lt;li&gt;for writeback mode.&lt;br/&gt;
         */&lt;br/&gt;
        if (metadata == 0 &amp;amp;&amp;amp; !ldiskfs_should_writeback_data(inode))&lt;br/&gt;
                metadata = 1;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;I think that&apos;s the reason of second dd failed on allocating blocks, because the truncate hasn&apos;t commit yet before the write arrived ost. When I change the second dd to:&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;truncate file to zero&lt;/li&gt;
	&lt;li&gt;sleep 5 seconds&lt;/li&gt;
	&lt;li&gt;dd until ENOSPC&lt;br/&gt;
then I can&apos;t reproduce the problem anymore.  &lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;I also tried your test on local ext4 mount, but failed to reproduce the problem even with non-writeback mode (don&apos;t see the reason yet, will do further investigation), so I suspect this problem is kind of lustre bug.&lt;/p&gt;

&lt;p&gt;Alex, could you take a look on it when you have time? Thank you in advance.&lt;/p&gt;</comment>
                            <comment id="16954" author="johann" created="Fri, 24 Jun 2011 12:49:12 +0000"  >&lt;p&gt;&amp;gt; I can easily reproduce it on my local test environment, but when I tried to mount the ost with &quot;data=writeback&quot;&lt;br/&gt;
&amp;gt; the problem is gone, could you confirm that &apos;data=writeback&apos; doesn&apos;t help for you?&lt;/p&gt;

&lt;p&gt;Well, maybe i messed up during the test. However, i cannot reproduce the same issue with b1_8 which uses data=ordered.&lt;/p&gt;

&lt;p&gt;&amp;gt; Seems for non-writeback mode, ext4 will make sure the block not be reused until commit,&lt;br/&gt;
&amp;gt; see the following piece of code in ldiskfs_free_blocks():&lt;/p&gt;

&lt;p&gt;Right, Alex already pointed me to this part of the code.&lt;/p&gt;

&lt;p&gt;&amp;gt; /* We need to make sure we don&apos;t reuse&lt;br/&gt;
&amp;gt;&lt;br/&gt;
&amp;gt;    block released untill the transaction commit.&lt;br/&gt;
&amp;gt;    writeback mode have weak data consistency so&lt;br/&gt;
&amp;gt;    don&apos;t force data as metadata when freeing block&lt;br/&gt;
&amp;gt;    for writeback mode.&lt;br/&gt;
&amp;gt;    */&lt;br/&gt;
&amp;gt;    if (metadata == 0 &amp;amp;&amp;amp; !ldiskfs_should_writeback_data(inode))&lt;br/&gt;
&amp;gt;    metadata = 1;&lt;/p&gt;

&lt;p&gt;Has this code changed recently?&lt;/p&gt;

&lt;p&gt;&amp;gt; I think that&apos;s the reason of second dd failed on allocating blocks, because the truncate hasn&apos;t commit&lt;br/&gt;
&amp;gt; yet before the write arrived ost. When I change the second dd to:&lt;br/&gt;
&amp;gt;&lt;br/&gt;
&amp;gt;   truncate file to zero&lt;br/&gt;
&amp;gt;    sleep 5 seconds&lt;br/&gt;
&amp;gt;   dd until ENOSPC&lt;br/&gt;
&amp;gt;    then I can&apos;t reproduce the problem anymore.&lt;br/&gt;
&amp;gt;&lt;br/&gt;
&amp;gt; I also tried your test on local ext4 mount, but failed to reproduce the problem even with non-writeback&lt;br/&gt;
&amp;gt; mode (don&apos;t see the reason yet, will do further investigation), so I suspect this problem is kind of&lt;br/&gt;
&amp;gt; lustre bug.&lt;/p&gt;

&lt;p&gt;Well, lustre does not use the same path as the VFS. We have been messing with locking (i.e. fsfilt_down_truncate_sem())&lt;br/&gt;
in ext3_ext_walk_space/ext3_ext_new_extent_cb lately, maybe that&apos;s related?&lt;/p&gt;</comment>
                            <comment id="16973" author="adilger" created="Sat, 25 Jun 2011 12:36:36 +0000"  >&lt;p&gt;The just-deleted space is not released until there is a journal commit callback. I was just looking at this code with Bobijam to remove the jbd2-jcberr patch from the kernel. &lt;/p&gt;

&lt;p&gt;It makes sense to have the OFD code do a journal commit and wait for it if the filesystem is so full and an object is being unlinked or truncated.  Another option is to not return the blocks to the statfs free pool until the commit callback is run, so that the grant code is not confused. &lt;/p&gt;

&lt;p&gt;It is probably worthwhile to look at the truncate path to check that there isn&apos;t anything else strange going on that prevents the blocks from being reused. &lt;/p&gt;</comment>
                            <comment id="16976" author="niu" created="Sun, 26 Jun 2011 22:30:22 +0000"  >&lt;p&gt;Hi, Johann&lt;/p&gt;

&lt;p&gt;I think the problem is not caused by we messing with fsfilt_down_truncate_sem(), I tried to remove the read lock in ldiskfs_ext_walk_space(), and use the write lock to cover the whole fsfilt_ldiskfs_ext_walk_space(), but it didn&apos;t fix the problem.&lt;/p&gt;

&lt;p&gt;For the local ext4, when the block allocation get failed with ENOSPC, it&apos;ll wait for the commiting transaction to complete then retry (see ext4_should_retry_alloc() called by ext4_write_begin()), I think that&apos;s why the local ext4 doesn&apos;t have such problem.&lt;/p&gt;

&lt;p&gt;For b1_8, the default &apos;fo_syncjournal&apos; is 1 (the default &apos;fo_syncjournal for master is 0), which means each write of b1_8 has to wait for current commiting complete, that&apos;s why the problem can&apos;t be reproduced on b1_8. &lt;/p&gt;

&lt;p&gt;Hi, Andreas&lt;br/&gt;
I&apos;ll try to handle the ENOSPC like the local ext4 does in OFD code.&lt;/p&gt;

&lt;p&gt;Thanks &lt;/p&gt;
</comment>
                            <comment id="16987" author="niu" created="Mon, 27 Jun 2011 03:30:22 +0000"  >&lt;p&gt;I tried to use the same way as ext4_write_begin() to handle the -ENOSPC error in filter_direct_io(), it works for me. Will post a patch for review soon.&lt;/p&gt;</comment>
                            <comment id="16992" author="niu" created="Mon, 27 Jun 2011 07:18:00 +0000"  >&lt;p&gt;The patch is posted at &lt;a href=&quot;http://review.whamcloud.com/1022&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/1022&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="17195" author="green" created="Thu, 30 Jun 2011 11:47:59 +0000"  >&lt;p&gt;While I understand the issue, I am not sure this is important enough to be a blocker.&lt;br/&gt;
It is a corner case in out of space situation and somewhat expected that wnen you are out of space, it takes some time before some space is reclaimed after deletion and you can start writing again.&lt;/p&gt;

&lt;p&gt;Besides this is the behavior in previous releases as well.&lt;/p&gt;</comment>
                            <comment id="17196" author="johann" created="Thu, 30 Jun 2011 11:54:42 +0000"  >&lt;p&gt;The real problem is the grant leak caused by this issue.&lt;/p&gt;</comment>
                            <comment id="17251" author="green" created="Tue, 5 Jul 2011 12:20:20 +0000"  >&lt;p&gt;I think we handle grant leak on resending already, so there should not be any grant leak to speak of.&lt;br/&gt;
OR what is the unhandled case you think of?&lt;/p&gt;</comment>
                            <comment id="17325" author="johann" created="Wed, 6 Jul 2011 17:01:25 +0000"  >&lt;p&gt;&amp;gt; I think we handle grant leak on resending already, so there should not be any grant leak to speak of.&lt;br/&gt;
&amp;gt; OR what is the unhandled case you think of? &lt;/p&gt;

&lt;p&gt;The leak is not related to resend. The server grants space to the client in a bulk write reply, but the request fails with ENOSPC during commit. &lt;br/&gt;
In this case, osc_brw_fini_request() does not call osc_update_grant() and the grant returned by the server is lost.&lt;/p&gt;</comment>
                            <comment id="17833" author="hudson" created="Fri, 15 Jul 2011 04:38:23 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-b1_8/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/103/&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 #103&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-456&quot; title=&quot;statfs reports truncated blocks as freed while they are not&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-456&quot;&gt;&lt;del&gt;LU-456&lt;/del&gt;&lt;/a&gt; Force commit to reuse the just-deleted blocks&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=bd29c2d95562591b0c063defc31c3cf70ea5a33b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;bd29c2d95562591b0c063defc31c3cf70ea5a33b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_io_26.c&lt;/li&gt;
	&lt;li&gt;lustre/include/obd_support.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="17838" author="hudson" created="Fri, 15 Jul 2011 04:40:01 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-b1_8/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/103/&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 #103&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-456&quot; title=&quot;statfs reports truncated blocks as freed while they are not&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-456&quot;&gt;&lt;del&gt;LU-456&lt;/del&gt;&lt;/a&gt; Force commit to reuse the just-deleted blocks&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=bd29c2d95562591b0c063defc31c3cf70ea5a33b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;bd29c2d95562591b0c063defc31c3cf70ea5a33b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/obd_support.h&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_io_26.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="17843" author="hudson" created="Fri, 15 Jul 2011 04:40:39 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-b1_8/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/103/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,client,el6,inkernel #103&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-456&quot; title=&quot;statfs reports truncated blocks as freed while they are not&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-456&quot;&gt;&lt;del&gt;LU-456&lt;/del&gt;&lt;/a&gt; Force commit to reuse the just-deleted blocks&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=bd29c2d95562591b0c063defc31c3cf70ea5a33b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;bd29c2d95562591b0c063defc31c3cf70ea5a33b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdfilter/filter_io_26.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/include/obd_support.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="17848" author="hudson" created="Fri, 15 Jul 2011 04:42:32 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-b1_8/./arch=x86_64,build_type=client,distro=el5,ib_stack=ofa/103/&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 #103&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-456&quot; title=&quot;statfs reports truncated blocks as freed while they are not&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-456&quot;&gt;&lt;del&gt;LU-456&lt;/del&gt;&lt;/a&gt; Force commit to reuse the just-deleted blocks&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=bd29c2d95562591b0c063defc31c3cf70ea5a33b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;bd29c2d95562591b0c063defc31c3cf70ea5a33b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/include/obd_support.h&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_io_26.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="17853" author="hudson" created="Fri, 15 Jul 2011 04:49:00 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-b1_8/./arch=i686,build_type=client,distro=el5,ib_stack=ofa/103/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,client,el5,ofa #103&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-456&quot; title=&quot;statfs reports truncated blocks as freed while they are not&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-456&quot;&gt;&lt;del&gt;LU-456&lt;/del&gt;&lt;/a&gt; Force commit to reuse the just-deleted blocks&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=bd29c2d95562591b0c063defc31c3cf70ea5a33b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;bd29c2d95562591b0c063defc31c3cf70ea5a33b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdfilter/filter_io_26.c&lt;/li&gt;
	&lt;li&gt;lustre/include/obd_support.h&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="17858" author="hudson" created="Fri, 15 Jul 2011 05:04:05 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-b1_8/./arch=x86_64,build_type=client,distro=ubuntu1004,ib_stack=inkernel/103/&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 #103&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-456&quot; title=&quot;statfs reports truncated blocks as freed while they are not&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-456&quot;&gt;&lt;del&gt;LU-456&lt;/del&gt;&lt;/a&gt; Force commit to reuse the just-deleted blocks&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=bd29c2d95562591b0c063defc31c3cf70ea5a33b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;bd29c2d95562591b0c063defc31c3cf70ea5a33b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/obd_support.h&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_io_26.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="17863" author="hudson" created="Fri, 15 Jul 2011 05:04:43 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-b1_8/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/103/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,server,el5,inkernel #103&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-456&quot; title=&quot;statfs reports truncated blocks as freed while they are not&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-456&quot;&gt;&lt;del&gt;LU-456&lt;/del&gt;&lt;/a&gt; Force commit to reuse the just-deleted blocks&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=bd29c2d95562591b0c063defc31c3cf70ea5a33b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;bd29c2d95562591b0c063defc31c3cf70ea5a33b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_io_26.c&lt;/li&gt;
	&lt;li&gt;lustre/include/obd_support.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="17868" author="hudson" created="Fri, 15 Jul 2011 05:11:06 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-b1_8/./arch=x86_64,build_type=server,distro=el5,ib_stack=ofa/103/&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 #103&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-456&quot; title=&quot;statfs reports truncated blocks as freed while they are not&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-456&quot;&gt;&lt;del&gt;LU-456&lt;/del&gt;&lt;/a&gt; Force commit to reuse the just-deleted blocks&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=bd29c2d95562591b0c063defc31c3cf70ea5a33b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;bd29c2d95562591b0c063defc31c3cf70ea5a33b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/obd_support.h&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_io_26.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="17873" author="hudson" created="Fri, 15 Jul 2011 05:18:03 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-b1_8/./arch=i686,build_type=client,distro=el5,ib_stack=inkernel/103/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,client,el5,inkernel #103&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-456&quot; title=&quot;statfs reports truncated blocks as freed while they are not&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-456&quot;&gt;&lt;del&gt;LU-456&lt;/del&gt;&lt;/a&gt; Force commit to reuse the just-deleted blocks&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=bd29c2d95562591b0c063defc31c3cf70ea5a33b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;bd29c2d95562591b0c063defc31c3cf70ea5a33b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_io_26.c&lt;/li&gt;
	&lt;li&gt;lustre/include/obd_support.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="17878" author="hudson" created="Fri, 15 Jul 2011 05:28:18 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-b1_8/./arch=i686,build_type=server,distro=el5,ib_stack=ofa/103/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,server,el5,ofa #103&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-456&quot; title=&quot;statfs reports truncated blocks as freed while they are not&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-456&quot;&gt;&lt;del&gt;LU-456&lt;/del&gt;&lt;/a&gt; Force commit to reuse the just-deleted blocks&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=bd29c2d95562591b0c063defc31c3cf70ea5a33b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;bd29c2d95562591b0c063defc31c3cf70ea5a33b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdfilter/filter_io_26.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/include/obd_support.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="17883" author="hudson" created="Fri, 15 Jul 2011 05:57:27 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-b1_8/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/103/&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 #103&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-456&quot; title=&quot;statfs reports truncated blocks as freed while they are not&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-456&quot;&gt;&lt;del&gt;LU-456&lt;/del&gt;&lt;/a&gt; Force commit to reuse the just-deleted blocks&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=bd29c2d95562591b0c063defc31c3cf70ea5a33b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;bd29c2d95562591b0c063defc31c3cf70ea5a33b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/obd_support.h&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_io_26.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18153" author="hudson" created="Sun, 24 Jul 2011 15:36: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=el5,ib_stack=ofa/225/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #225&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-456&quot; title=&quot;statfs reports truncated blocks as freed while they are not&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-456&quot;&gt;&lt;del&gt;LU-456&lt;/del&gt;&lt;/a&gt; Force commit to reuse the just-deleted blocks&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=346a17e4d8b5c291d776387ace81a5b74bc24141&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;346a17e4d8b5c291d776387ace81a5b74bc24141&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_io_26.c&lt;/li&gt;
	&lt;li&gt;lustre/include/obd_support.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18154" author="hudson" created="Sun, 24 Jul 2011 15:40: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=el6,ib_stack=inkernel/225/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #225&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-456&quot; title=&quot;statfs reports truncated blocks as freed while they are not&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-456&quot;&gt;&lt;del&gt;LU-456&lt;/del&gt;&lt;/a&gt; Force commit to reuse the just-deleted blocks&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=346a17e4d8b5c291d776387ace81a5b74bc24141&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;346a17e4d8b5c291d776387ace81a5b74bc24141&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/include/obd_support.h&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_io_26.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18155" author="hudson" created="Sun, 24 Jul 2011 15:41:13 +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/225/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #225&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-456&quot; title=&quot;statfs reports truncated blocks as freed while they are not&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-456&quot;&gt;&lt;del&gt;LU-456&lt;/del&gt;&lt;/a&gt; Force commit to reuse the just-deleted blocks&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=346a17e4d8b5c291d776387ace81a5b74bc24141&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;346a17e4d8b5c291d776387ace81a5b74bc24141&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/include/obd_support.h&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_io_26.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18156" author="hudson" created="Sun, 24 Jul 2011 15:41: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-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/225/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #225&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-456&quot; title=&quot;statfs reports truncated blocks as freed while they are not&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-456&quot;&gt;&lt;del&gt;LU-456&lt;/del&gt;&lt;/a&gt; Force commit to reuse the just-deleted blocks&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=346a17e4d8b5c291d776387ace81a5b74bc24141&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;346a17e4d8b5c291d776387ace81a5b74bc24141&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdfilter/filter_io_26.c&lt;/li&gt;
	&lt;li&gt;lustre/include/obd_support.h&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18157" author="hudson" created="Sun, 24 Jul 2011 15:45:42 +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/225/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #225&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-456&quot; title=&quot;statfs reports truncated blocks as freed while they are not&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-456&quot;&gt;&lt;del&gt;LU-456&lt;/del&gt;&lt;/a&gt; Force commit to reuse the just-deleted blocks&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=346a17e4d8b5c291d776387ace81a5b74bc24141&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;346a17e4d8b5c291d776387ace81a5b74bc24141&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_io_26.c&lt;/li&gt;
	&lt;li&gt;lustre/include/obd_support.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18158" author="hudson" created="Sun, 24 Jul 2011 15:45: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=x86_64,build_type=client,distro=sles11,ib_stack=inkernel/225/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,sles11,inkernel #225&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-456&quot; title=&quot;statfs reports truncated blocks as freed while they are not&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-456&quot;&gt;&lt;del&gt;LU-456&lt;/del&gt;&lt;/a&gt; Force commit to reuse the just-deleted blocks&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=346a17e4d8b5c291d776387ace81a5b74bc24141&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;346a17e4d8b5c291d776387ace81a5b74bc24141&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdfilter/filter_io_26.c&lt;/li&gt;
	&lt;li&gt;lustre/include/obd_support.h&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18159" author="hudson" created="Sun, 24 Jul 2011 15:48:41 +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/225/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #225&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-456&quot; title=&quot;statfs reports truncated blocks as freed while they are not&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-456&quot;&gt;&lt;del&gt;LU-456&lt;/del&gt;&lt;/a&gt; Force commit to reuse the just-deleted blocks&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=346a17e4d8b5c291d776387ace81a5b74bc24141&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;346a17e4d8b5c291d776387ace81a5b74bc24141&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdfilter/filter_io_26.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/include/obd_support.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18160" author="hudson" created="Sun, 24 Jul 2011 15:49:13 +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/225/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #225&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-456&quot; title=&quot;statfs reports truncated blocks as freed while they are not&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-456&quot;&gt;&lt;del&gt;LU-456&lt;/del&gt;&lt;/a&gt; Force commit to reuse the just-deleted blocks&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=346a17e4d8b5c291d776387ace81a5b74bc24141&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;346a17e4d8b5c291d776387ace81a5b74bc24141&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_io_26.c&lt;/li&gt;
	&lt;li&gt;lustre/include/obd_support.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18161" author="hudson" created="Sun, 24 Jul 2011 15:49: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=ubuntu1004,ib_stack=inkernel/225/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,inkernel #225&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-456&quot; title=&quot;statfs reports truncated blocks as freed while they are not&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-456&quot;&gt;&lt;del&gt;LU-456&lt;/del&gt;&lt;/a&gt; Force commit to reuse the just-deleted blocks&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=346a17e4d8b5c291d776387ace81a5b74bc24141&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;346a17e4d8b5c291d776387ace81a5b74bc24141&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/obd_support.h&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_io_26.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18162" author="hudson" created="Sun, 24 Jul 2011 15:51: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=i686,build_type=server,distro=el5,ib_stack=ofa/225/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #225&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-456&quot; title=&quot;statfs reports truncated blocks as freed while they are not&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-456&quot;&gt;&lt;del&gt;LU-456&lt;/del&gt;&lt;/a&gt; Force commit to reuse the just-deleted blocks&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=346a17e4d8b5c291d776387ace81a5b74bc24141&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;346a17e4d8b5c291d776387ace81a5b74bc24141&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/include/obd_support.h&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_io_26.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18163" author="hudson" created="Sun, 24 Jul 2011 15:51: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=el5,ib_stack=inkernel/225/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #225&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-456&quot; title=&quot;statfs reports truncated blocks as freed while they are not&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-456&quot;&gt;&lt;del&gt;LU-456&lt;/del&gt;&lt;/a&gt; Force commit to reuse the just-deleted blocks&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=346a17e4d8b5c291d776387ace81a5b74bc24141&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;346a17e4d8b5c291d776387ace81a5b74bc24141&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdfilter/filter_io_26.c&lt;/li&gt;
	&lt;li&gt;lustre/include/obd_support.h&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18164" author="hudson" created="Sun, 24 Jul 2011 15:54: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=i686,build_type=server,distro=el6,ib_stack=inkernel/225/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #225&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-456&quot; title=&quot;statfs reports truncated blocks as freed while they are not&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-456&quot;&gt;&lt;del&gt;LU-456&lt;/del&gt;&lt;/a&gt; Force commit to reuse the just-deleted blocks&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=346a17e4d8b5c291d776387ace81a5b74bc24141&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;346a17e4d8b5c291d776387ace81a5b74bc24141&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_io_26.c&lt;/li&gt;
	&lt;li&gt;lustre/include/obd_support.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18165" author="hudson" created="Sun, 24 Jul 2011 16:06:23 +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/225/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #225&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-456&quot; title=&quot;statfs reports truncated blocks as freed while they are not&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-456&quot;&gt;&lt;del&gt;LU-456&lt;/del&gt;&lt;/a&gt; Force commit to reuse the just-deleted blocks&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=346a17e4d8b5c291d776387ace81a5b74bc24141&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;346a17e4d8b5c291d776387ace81a5b74bc24141&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_io_26.c&lt;/li&gt;
	&lt;li&gt;lustre/include/obd_support.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18166" author="hudson" created="Sun, 24 Jul 2011 16:07:23 +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/225/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #225&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-456&quot; title=&quot;statfs reports truncated blocks as freed while they are not&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-456&quot;&gt;&lt;del&gt;LU-456&lt;/del&gt;&lt;/a&gt; Force commit to reuse the just-deleted blocks&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=346a17e4d8b5c291d776387ace81a5b74bc24141&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;346a17e4d8b5c291d776387ace81a5b74bc24141&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_io_26.c&lt;/li&gt;
	&lt;li&gt;lustre/include/obd_support.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18167" author="pjones" created="Sun, 24 Jul 2011 17:59:27 +0000"  >&lt;p&gt;Landed for 2.1&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                            <customfield id="customfield_10890" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzv8pr:</customfieldvalue>

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