<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:47:01 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-11798] cur_grant goes to 0 and never increases with 2.8 client and 2.10 server</title>
                <link>https://jira.whamcloud.com/browse/LU-11798</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;The Lustre 2.10.5 / zfs 0.7.11 OST is not allocating grant to the clients.&lt;/p&gt;

&lt;p&gt;I set +cache debug flag on both client and server.&lt;/p&gt;

&lt;p&gt;On the client, under /proc/fs/lustre/osc/lustre3-OST....:&lt;br/&gt;
cur_dirty_bytes == 0&lt;br/&gt;
cur_grant_bytes starts out as 2097152&lt;/p&gt;

&lt;p&gt;I then issue&lt;br/&gt;
dd if=/dev/urandom of=/p/lustre3/foo/toss-4377/ost0/test.10M  bs=5K count=2000&lt;/p&gt;

&lt;p&gt;cur_grant_bytes goes down, and never up, as writes to the OST occur.  Eventually it reaches 0 and then stays == 0.&lt;/p&gt;

&lt;p&gt;There is no connection issue - no log messages indicating connections lost/reconnects, and osc/lustre3-OSTXXXX.*/state has &quot;current_state: FULL&quot; for all OSTs.&lt;/p&gt;</description>
                <environment>client:&lt;br/&gt;
lustre-2.8.2_5.chaos-1.ch6.x86_64&lt;br/&gt;
&lt;br/&gt;
servers:&lt;br/&gt;
zfs-0.7.11-4llnl.ch6.x86_64&lt;br/&gt;
lustre-2.10.5_2.chaos-3.ch6.x86_64</environment>
        <key id="54327">LU-11798</key>
            <summary>cur_grant goes to 0 and never increases with 2.8 client and 2.10 server</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="bzzz">Alex Zhuravlev</assignee>
                                    <reporter username="ofaaland">Olaf Faaland</reporter>
                        <labels>
                            <label>llnl</label>
                    </labels>
                <created>Mon, 17 Dec 2018 21:43:27 +0000</created>
                <updated>Sat, 13 Apr 2019 16:50:22 +0000</updated>
                            <resolved>Mon, 1 Apr 2019 12:31:45 +0000</resolved>
                                    <version>Lustre 2.8.0</version>
                    <version>Lustre 2.10.5</version>
                                    <fixVersion>Lustre 2.13.0</fixVersion>
                    <fixVersion>Lustre 2.12.1</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>11</watches>
                                                                            <comments>
                            <comment id="238709" author="ofaaland" created="Mon, 17 Dec 2018 21:43:48 +0000"  >&lt;p&gt;debug logs records on the OST show the following:&lt;/p&gt;

&lt;p&gt;tgt_grant_check()) lustre3-OST0000: cli 74c91b6f-783d-4891-fd8c-4d39dd24af9b/ffff88e174d62000 granted: 0 ungranted: 1703936 grant: 0 dirty: 0&lt;/p&gt;

&lt;p&gt;and no other CDEBUG message from tgt_grant_check().  These messages always show granted == 0 and ungranted &amp;gt; 0, grant == 0, dirty == 0. The logs contain no messages from tgt_grant_alloc() or tgt_grant_shrink(), which I believe implies OBD_MD_FLGRANT is not set.&lt;/p&gt;

&lt;p&gt;The connection flags reported by the client are:&lt;br/&gt;
flags=0x20404af0e3440478&lt;br/&gt;
write_grant server_lock version request_portal truncate_lock max_byte_per_rpc early_lock_cancel adaptive_timeouts lru_resize alt_checksum_algorithm fid_is_enabled version_recovery full20 layout_lock 64bithash object_max_bytes jobstats einprogress lvb_type lfsck bulk_mbits&lt;/p&gt;

&lt;p&gt;so neither OBD_CONNECT_GRANT_SHRINK nor OBD_CONNECT_GRANT_PARAM are set.&lt;/p&gt;</comment>
                            <comment id="238710" author="ofaaland" created="Mon, 17 Dec 2018 22:00:16 +0000"  >&lt;p&gt;I&apos;m unable to reproduce this on our test clusters so far, unfortunately.  Still working on it.&lt;/p&gt;</comment>
                            <comment id="238715" author="adilger" created="Mon, 17 Dec 2018 23:24:12 +0000"  >&lt;p&gt;This could be why you were able to trigger &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11663&quot; title=&quot;corrupt data after page-unaligned write with zfs backend lustre 2.10&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11663&quot;&gt;&lt;del&gt;LU-11663&lt;/del&gt;&lt;/a&gt; fairly easily.  When the client has no grant it will immediately send synchronous writes to the OSS because it doesn&apos;t know if it is safe to cache a write if there is no space on the OST.&lt;/p&gt;</comment>
                            <comment id="238716" author="ofaaland" created="Mon, 17 Dec 2018 23:30:17 +0000"  >&lt;p&gt;I agree.  I forgot to add the link, thanks for adding that.&lt;/p&gt;</comment>
                            <comment id="238717" author="ofaaland" created="Mon, 17 Dec 2018 23:32:50 +0000"  >&lt;p&gt;@paf here is the ticket for grant going to 0 with 2.10.5 server.&lt;/p&gt;</comment>
                            <comment id="238722" author="ofaaland" created="Tue, 18 Dec 2018 00:04:36 +0000"  >&lt;p&gt;I&apos;ve uploaded debug logs from OST 0 and from a client.&lt;/p&gt;

&lt;p&gt;The client version is 2.8.2_6.chaos plus two patches which add some CDEBUGs to the client, see branch 2.8.2-llnl-lu-11798-troubleshoot in the lustre-release-fe-llnl project.  The extra CDEBUGs are not likely helpful, but I&apos;m making it available to you so the line numbers you see in the client debug logs match up with the code. &lt;/p&gt;

&lt;p&gt; &lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;https://jira.whamcloud.com/secure/attachment/31663/31663_toss-4377.catalyst107.dec13.tgz&quot; title=&quot;toss-4377.catalyst107.dec13.tgz attached to LU-11798&quot;&gt;toss-4377.catalyst107.dec13.tgz&lt;sup&gt;&lt;img class=&quot;rendericon&quot; src=&quot;https://jira.whamcloud.com/images/icons/link_attachment_7.gif&quot; height=&quot;7&quot; width=&quot;7&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/span&gt;  &lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;https://jira.whamcloud.com/secure/attachment/31664/31664_toss-4377.ost0.dec13.tar.gz&quot; title=&quot;toss-4377.ost0.dec13.tar.gz attached to LU-11798&quot;&gt;toss-4377.ost0.dec13.tar.gz&lt;sup&gt;&lt;img class=&quot;rendericon&quot; src=&quot;https://jira.whamcloud.com/images/icons/link_attachment_7.gif&quot; height=&quot;7&quot; width=&quot;7&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/span&gt; &lt;/p&gt;</comment>
                            <comment id="238772" author="pjones" created="Tue, 18 Dec 2018 18:13:14 +0000"  >&lt;p&gt;Hi Alex&lt;/p&gt;

&lt;p&gt;Could you please investigate?&lt;/p&gt;

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

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="238773" author="bzzz" created="Tue, 18 Dec 2018 18:41:58 +0000"  >&lt;p&gt;did you try to reproduce with 2.10 client? I&apos;m building 2.8 locally, but just in case you tried already..&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</comment>
                            <comment id="238776" author="ofaaland" created="Tue, 18 Dec 2018 18:59:45 +0000"  >&lt;p&gt;Alex, I wasn&apos;t able to test with 2.10 client on the catalyst cluster. &lt;/p&gt;</comment>
                            <comment id="238777" author="bzzz" created="Tue, 18 Dec 2018 19:00:53 +0000"  >&lt;p&gt;thanks.. &#160;just tried to reproduce with 2.10 - seem to work well so far.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</comment>
                            <comment id="238839" author="paf" created="Wed, 19 Dec 2018 17:21:57 +0000"  >&lt;p&gt;There&apos;s some bug which I cannot find right now where the ZFS block size confuses the grant code with older clients...&#160; And the server... gets confused about how much grant to send to them or something?&#160; It is resolved by the various grant fixes to enable OBD_GRANT_PARAM and the fixes atop it.&#160; I cannot recall a single specific patch.&lt;/p&gt;

&lt;p&gt;I talked about this at LUG this year with some of the DDN Lustre guys, because IU (Cray client, DDN server) was having trouble with it.&#160; Perhaps Li Xi remembers better...?&#160; (I believe that&apos;s who I talked to, but I&apos;m not 100% sure.)&lt;/p&gt;</comment>
                            <comment id="238840" author="paf" created="Wed, 19 Dec 2018 17:24:35 +0000"  >&lt;p&gt;Found some notes.&#160; Olaf - What is your record size on ZFS?&#160; Reducing it from 1 MiB to 128K made the problem disappear for us, so that would be a good indication if it&apos;s the same issue.&lt;/p&gt;</comment>
                            <comment id="238853" author="paf" created="Wed, 19 Dec 2018 19:15:16 +0000"  >&lt;p&gt;OK, finally found what I was looking for.&lt;/p&gt;

&lt;p&gt;Here&apos;s the details of a very similar problem we saw with a 2.5 client/2.10 server interop with a 2.5 client that did not have the OBD_GRANT_PARAM patches.&#160; We did not track down the precise fix that resolved the issue - We just had them use Cray&apos;s 2.7, which has the OBD_GRANT_PARAM and other related fixes integrated and worked fine.&lt;/p&gt;

&lt;p&gt;Note that the DDN 2.5 client was OK - I never confirmed, but I suspect DDN had the OBD_GRANT_PARAM fixes integrated in to that client.&lt;br/&gt;
 &quot;&lt;/p&gt;

&lt;p&gt;With 1M record sizes, the server is not giving the client any grant:&lt;br/&gt;
 00002000:00000001:27.0:1522265343.971722:0:109178:0:(tgt_grant.c:909:tgt_grant_alloc()) Process leaving (rc=0 : 0 : 0)&lt;/p&gt;

&lt;p&gt;With 128K record sizes, it is:&lt;br/&gt;
 00002000:00000001:16.0:1522265535.951623:0:34090:0:(tgt_grant.c:951:tgt_grant_alloc()) Process leaving (rc=33554432 : 33554432 : 2000000)&lt;/p&gt;

&lt;p&gt;The result of all this is that the client can only send 1 RPC at a time. This works better at with 4 MiB RPCs than 1 MiB RPCs, for obvious reasons, but sending only 1 RPC at a time is the real problem.&lt;/p&gt;

&lt;p&gt;There are a few different possible fixes on the client side, but again, it will be interesting to know what DDN has here.&lt;/p&gt;

&lt;p&gt;The check which is failing in tgt_grant_alloc&#160;&lt;b&gt;appears&lt;/b&gt;&#160;to be:&lt;br/&gt;
 /* Grant some fraction of the client&apos;s requested grant space so that&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;they are not always waiting for write credits (not all of it to&lt;/li&gt;
	&lt;li&gt;avoid overgranting in face of multiple RPCs in flight). This&lt;/li&gt;
	&lt;li&gt;essentially will be able to control the OSC_MAX_RIF for a client.&lt;br/&gt;
 *&lt;/li&gt;
	&lt;li&gt;If we do have a large disparity between what the client thinks it&lt;/li&gt;
	&lt;li&gt;has and what we think it has, don&apos;t grant very much and let the&lt;/li&gt;
	&lt;li&gt;client consume its grant first. Either it just has lots of RPCs&lt;/li&gt;
	&lt;li&gt;in flight, or it was evicted and its grants will soon be used up. */&lt;br/&gt;
 if (curgrant &amp;gt;= want || curgrant &amp;gt;= ted-&amp;gt;ted_grant + chunk)&lt;br/&gt;
 RETURN(0);&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;&quot;&lt;/p&gt;

&lt;p&gt;(As noted at the top, I didn&apos;t actually root cause the problem - We just noticed Cray&apos;s 2.7 &lt;span class=&quot;error&quot;&gt;&amp;#91;which likely has other fixes than those in your 2.8&amp;#93;&lt;/span&gt;&#160;worked and moved on.)&lt;/p&gt;</comment>
                            <comment id="238867" author="ofaaland" created="Wed, 19 Dec 2018 22:52:26 +0000"  >&lt;p&gt;Thank you Patrick.  In this case tgt_grant_alloc is never called (nor tgt_grant_shrink), based on the debug log contents.  So I believe OBD_MD_FLGRANT is not set.  For some reason that&apos;s not the case on another 2.8 client / 2.10 server instance I have for comparison.&lt;/p&gt;</comment>
                            <comment id="238910" author="bzzz" created="Thu, 20 Dec 2018 09:04:20 +0000"  >&lt;p&gt;&lt;font color=&quot;#172b4d&quot;&gt;&lt;a href=&quot;https://jira.whamcloud.com/secure/ViewProfile.jspa?name=ofaaland&quot; class=&quot;user-hover&quot; rel=&quot;ofaaland&quot;&gt;ofaaland&lt;/a&gt; please check I&apos;m using correct version to reproduce:&lt;/font&gt;&lt;/p&gt;

&lt;p&gt;commit 5c48e8c507bed4d4c35b10a3c61ae17e57ec1372 (&lt;b&gt;tag: 2.8.2_6.chaos&lt;/b&gt;, &lt;b&gt;origin/2.8.2-llnl&lt;/b&gt;)&lt;/p&gt;

&lt;p&gt;Author: Jian Yu &amp;lt;yujian@whamcloud.com&amp;gt;&lt;/p&gt;

&lt;p&gt;Date: &#160; Sun Oct 28 11:28:23 2018 -0700&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</comment>
                            <comment id="238911" author="bzzz" created="Thu, 20 Dec 2018 09:06:13 +0000"  >&lt;p&gt;I just tried with 2.8.2-chaos branch (client) and master (server) - failed to reproduce. and same with 2.10.5 on the server. ZFS record size changed nothing.&#160;&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
[root@cl4 tests]# ../utils/lctl get_param osc.*.*grant*
osc.lustre-OST0000-osc-ffff8801d7ebe800.cur_grant_bytes=790528
osc.lustre-OST0000-osc-ffff8801d7ebe800.cur_lost_grant_bytes=0
osc.lustre-OST0000-osc-ffff8801d7ebe800.grant_shrink_interval=1200
[root@cl4 tests]# dd &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt;=/dev/urandom of=/mnt/lustre/test.10M bs=5K count=2000 &amp;gt;&amp;amp;/dev/&lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt;
[root@cl4 tests]# ../utils/lctl get_param osc.*.*grant*
osc.lustre-OST0000-osc-ffff8801d7ebe800.cur_grant_bytes=12288
osc.lustre-OST0000-osc-ffff8801d7ebe800.cur_lost_grant_bytes=0
osc.lustre-OST0000-osc-ffff8801d7ebe800.grant_shrink_interval=1200
[root@cl4 tests]# sync
[root@cl4 tests]# ../utils/lctl get_param osc.*.*grant*
osc.lustre-OST0000-osc-ffff8801d7ebe800.cur_grant_bytes=761856
osc.lustre-OST0000-osc-ffff8801d7ebe800.cur_lost_grant_bytes=0
osc.lustre-OST0000-osc-ffff8801d7ebe800.grant_shrink_interval=1200
 &lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="238962" author="bzzz" created="Thu, 20 Dec 2018 17:06:09 +0000"  >&lt;p&gt;AFAICS, the client was asking for grant every RPC:&lt;/p&gt;

&lt;p&gt;00000008:00000020:1.0:1544742792.404120:0:65915:0:(osc_request.c:611:osc_announce_cached()) dirty: 0 undirty: 33554432 dropped 0 grant: 0&lt;/p&gt;

&lt;p&gt;undirty (which is how much the client asks for) is 32MB&lt;/p&gt;

&lt;p&gt;for old pre-GRANT_PARAM clients we&apos;ve got the following:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
&lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; (!exp_grant_param_supp(exp)) {
        oa-&amp;gt;o_undirty = tgt_grant_inflate(tgd, oa-&amp;gt;o_undirty); 

&lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt; inline u64 tgt_grant_inflate(struct tg_grants_data *tgd, u64 val)
{
	&lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; (tgd-&amp;gt;tgd_blockbits &amp;gt; COMPAT_BSIZE_SHIFT)
		/* Client does not support such large block size, grant
		 * is thus inflated. We already significantly overestimate
		 * overhead, no need to add the extent tax in &lt;span class=&quot;code-keyword&quot;&gt;this&lt;/span&gt; &lt;span class=&quot;code-keyword&quot;&gt;case&lt;/span&gt; */
		&lt;span class=&quot;code-keyword&quot;&gt;return&lt;/span&gt; val &amp;lt;&amp;lt; (tgd-&amp;gt;tgd_blockbits - COMPAT_BSIZE_SHIFT);

#define COMPAT_BSIZE_SHIFT 12&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;&#160;and finally:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
#define o_undirty o_mode 
 __u32 o_mode;&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;


&lt;p&gt;my understanding that for blocksize=512K (1^19) and larger tgt_grant_inflate() generates a number overflowing o_undirty and making it 0&lt;/p&gt;

&lt;p&gt;my previous try to reproduce that failed because blocksize for grants is learnt at mount, it doesn&apos;t reflect subsequent changes made with zfs set recordsize=.&lt;br/&gt;
if the recordsize is set before mount, then it&apos;s trivial to reproduce.&lt;/p&gt;</comment>
                            <comment id="238991" author="ofaaland" created="Thu, 20 Dec 2018 22:26:44 +0000"  >&lt;p&gt;That&apos;s right, recordsize was different on the test system than it was on the production system, and setting recordsize=1M, then stopping and starting the target, triggers the issue on the test system.&lt;/p&gt;

&lt;p&gt;Thank you Alex, thank you Patrick!&lt;/p&gt;</comment>
                            <comment id="239023" author="bzzz" created="Fri, 21 Dec 2018 16:47:12 +0000"  >&lt;p&gt;just attached a quick &quot;fix&quot; which essentially limits client&apos;s &quot;wish&quot; on the server side. &lt;br/&gt;
this is far from a good solution, I&apos;m afraid, but at least not every 4K IO is sync.&lt;br/&gt;
with this approach the larger ZFS block size, the more sync IO.&lt;/p&gt;</comment>
                            <comment id="239024" author="pjones" created="Fri, 21 Dec 2018 16:50:28 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.whamcloud.com/secure/ViewProfile.jspa?name=ofaaland&quot; class=&quot;user-hover&quot; rel=&quot;ofaaland&quot;&gt;ofaaland&lt;/a&gt; is this kind of stopgap fix sufficient to allow you to move forward? I know that you are planning to complete your migration to 2.10.x in the new year.&lt;/p&gt;</comment>
                            <comment id="239126" author="ofaaland" created="Wed, 26 Dec 2018 21:34:38 +0000"  >&lt;p&gt;Peter, I think this will work.  &lt;/p&gt;

&lt;p&gt;We have a couple of file systems with ~7000 clients, and so this would mean unused grant would &quot;occupy&quot; about 7TB per OST.  The OSTs each have &amp;gt;400TB free right now, so that&apos;s OK.&lt;/p&gt;

&lt;p&gt;This fix is not ideal, as Alex says, but the existing code is badly broken.  Is there a reason not to put this patch through the usual system and get it landed to the 2.10 branch?&lt;/p&gt;</comment>
                            <comment id="239137" author="bzzz" created="Thu, 27 Dec 2018 04:09:50 +0000"  >&lt;p&gt;I think the best solution is to upgrade the clients &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.whamcloud.com/images/icons/emoticons/smile.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;</comment>
                            <comment id="239148" author="ofaaland" created="Thu, 27 Dec 2018 18:50:09 +0000"  >&lt;blockquote&gt;&lt;p&gt;I think the best solution is to upgrade the clients &lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Alex, I have no argument with that!  But a significant number of sites still use lustre versions &amp;lt; 2.10 according to the last survey results I saw:&lt;br/&gt;
&lt;a href=&quot;https://www.eofs.eu/_media/events/lad18/02_peter_jones_community_release_update_lad_2018_final.pdf&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://www.eofs.eu/_media/events/lad18/02_peter_jones_community_release_update_lad_2018_final.pdf&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;So this needs to be fixed, or at least made less bad, in master.  And since you&apos;re about to stop maintaining 2.10, it seems a shame to leave it this broken.&lt;/p&gt;
</comment>
                            <comment id="239246" author="ofaaland" created="Wed, 2 Jan 2019 07:27:46 +0000"  >&lt;blockquote&gt;&lt;p&gt;&lt;font color=&quot;#172b4d&quot;&gt;So this needs to be fixed, or at least made less bad, in master. And since you&apos;re about to stop maintaining 2.10, it seems a shame to leave it this broken.&lt;/font&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Happy New Year! &#160; What say you?&#160; Or is there a patch in gerrit I overlooked? Thanks.&lt;/p&gt;</comment>
                            <comment id="239263" author="gerrit" created="Wed, 2 Jan 2019 18:16:33 +0000"  >&lt;p&gt;Olaf Faaland-LLNL (faaland1@llnl.gov) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/33948&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33948&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11798&quot; title=&quot;cur_grant goes to 0 and never increases with 2.8 client and 2.10 server&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11798&quot;&gt;&lt;del&gt;LU-11798&lt;/del&gt;&lt;/a&gt; grant: prevent overflow of o_undirty&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 0b13ea79c3477ed835f40c12a03e38d92e7b77d4&lt;/p&gt;</comment>
                            <comment id="239264" author="ofaaland" created="Wed, 2 Jan 2019 18:20:16 +0000"  >&lt;p&gt;I&apos;ve pushed p0 as a patch against Master to gerrit, which I will cherry-pick from for our local build.&lt;/p&gt;</comment>
                            <comment id="239268" author="pjones" created="Wed, 2 Jan 2019 19:56:03 +0000"  >&lt;p&gt;Olaf&lt;/p&gt;

&lt;p&gt;Thanks for pushing the patch to master. Alex is out for the holidays but I chatted briefly with him earlier and he confirmed that we could land this fix to master (and then to b2_10 and b2_12 afterwards)&lt;/p&gt;

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="239269" author="ofaaland" created="Wed, 2 Jan 2019 19:59:20 +0000"  >&lt;p&gt;Great, thank you both.&lt;/p&gt;</comment>
                            <comment id="239303" author="gerrit" created="Thu, 3 Jan 2019 19:42:42 +0000"  >&lt;p&gt;Alex Zhuravlev (bzzz@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/33957&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33957&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11798&quot; title=&quot;cur_grant goes to 0 and never increases with 2.8 client and 2.10 server&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11798&quot;&gt;&lt;del&gt;LU-11798&lt;/del&gt;&lt;/a&gt; grant: prevent overflow of o_undirty&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_10&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: a8d73df2469a4966f93d61fc4668f581c1dd7422&lt;/p&gt;</comment>
                            <comment id="244994" author="gerrit" created="Mon, 1 Apr 2019 07:22:09 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/33948/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33948/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11798&quot; title=&quot;cur_grant goes to 0 and never increases with 2.8 client and 2.10 server&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11798&quot;&gt;&lt;del&gt;LU-11798&lt;/del&gt;&lt;/a&gt; grant: prevent overflow of o_undirty&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: d6f5219162116778e49865d83724276b17b9ce3a&lt;/p&gt;</comment>
                            <comment id="245020" author="pjones" created="Mon, 1 Apr 2019 12:31:45 +0000"  >&lt;p&gt;Landed for 2.13&lt;/p&gt;</comment>
                            <comment id="245028" author="gerrit" created="Mon, 1 Apr 2019 14:40:37 +0000"  >&lt;p&gt;Minh Diep (mdiep@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/34561&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34561&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11798&quot; title=&quot;cur_grant goes to 0 and never increases with 2.8 client and 2.10 server&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11798&quot;&gt;&lt;del&gt;LU-11798&lt;/del&gt;&lt;/a&gt; grant: prevent overflow of o_undirty&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 9786a2a7bf1d27539ea5aaa27200a5f651d9b430&lt;/p&gt;</comment>
                            <comment id="245372" author="gerrit" created="Mon, 8 Apr 2019 06:28:06 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/34561/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34561/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11798&quot; title=&quot;cur_grant goes to 0 and never increases with 2.8 client and 2.10 server&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11798&quot;&gt;&lt;del&gt;LU-11798&lt;/del&gt;&lt;/a&gt; grant: prevent overflow of o_undirty&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: e13cc954a776f6dec06f01299a55a55018ae6235&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="54018">LU-11663</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="54462">LU-11844</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="31698" name="p0" size="901" author="bzzz" created="Fri, 21 Dec 2018 16:38:32 +0000"/>
                            <attachment id="31663" name="toss-4377.catalyst107.dec13.tgz" size="361613" author="ofaaland" created="Mon, 17 Dec 2018 23:51:04 +0000"/>
                            <attachment id="31664" name="toss-4377.ost0.dec13.tar.gz" size="139133" author="ofaaland" created="Mon, 17 Dec 2018 23:51:04 +0000"/>
                    </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|i0088f:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10060" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Severity</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10022"><![CDATA[3]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        </customfields>
    </item>
</channel>
</rss>