<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:25:27 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-2467] ABILITY TO DISABLE PINGING</title>
                <link>https://jira.whamcloud.com/browse/LU-2467</link>
                <project id="10000" key="LU">Lustre</project>
                    <description></description>
                <environment></environment>
        <key id="16898">LU-2467</key>
            <summary>ABILITY TO DISABLE PINGING</summary>
                <type id="2" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11311&amp;avatarType=issuetype">New Feature</type>
                                            <priority id="4" iconUrl="https://jira.whamcloud.com/images/icons/priorities/minor.svg">Minor</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="liwei">Li Wei</assignee>
                                    <reporter username="jlevi">Jodi Levi</reporter>
                        <labels>
                            <label>Fujitsu</label>
                    </labels>
                <created>Tue, 11 Dec 2012 12:53:36 +0000</created>
                <updated>Wed, 13 Feb 2019 07:08:18 +0000</updated>
                            <resolved>Wed, 13 Feb 2019 07:08:18 +0000</resolved>
                                    <version>Lustre 2.4.0</version>
                                    <fixVersion>Lustre 2.4.0</fixVersion>
                    <fixVersion>Lustre 1.8.9</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>12</watches>
                                                                            <comments>
                            <comment id="50421" author="liwei" created="Mon, 14 Jan 2013 11:05:03 +0000"  >&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/5229&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/5229&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/5232&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/5232&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/5231&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/5231&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/5009&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/5009&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="52183" author="nozaki" created="Mon, 11 Feb 2013 19:59:43 +0000"  >&lt;p&gt;Hi, all. I&apos;m a developer in Fujitsu. I&apos;d like to let you know one thing ralated to the issue that has bothered our development team for a long time. It is that ... clients don&apos;t have the way to confirm whether or not it&apos;s already been evicted besides actually sending an rpc request. So this behavior let it often happen that an already-evicted client returns -EIO to a user application when it&apos;s first used ... even when it&apos;s evicted long time ago. I know this ploblem is inevitable as far as we use ldlm. But disable pinging makes this problem more serious issue, especially in a large environment like K.&lt;/p&gt;

&lt;p&gt;Now I&apos;ve tried to implement one function which let the server-side, which has targets, notifies clients eviction-event via MGS. And I want to cooperate with you, I mean, I want to open my prototype patch for 1.8.8 and examine it together.&lt;/p&gt;

&lt;p&gt;Thank you.&lt;/p&gt;</comment>
                            <comment id="52549" author="liwei" created="Sat, 16 Feb 2013 23:17:19 +0000"  >&lt;p&gt;Hi Nozaki-san,&lt;/p&gt;

&lt;p&gt;The case you described is real.  Ideally, an installation shall be tuned to a point where no evictions happen during normal operations (i.e., no clients miss recovery windows).  But I guess that might be hard to achieve on realistic and large installations.  Administratively triggering pings via procfs file &quot;ping&quot; before each job starts may help reduce the number of evictions seen by applications.  Nevertheless, the case can not be completely eliminated this way.&lt;/p&gt;

&lt;p&gt;If you have a patch already, please post a link here; some design thoughts would also do.  Let&apos;s see if we can get some discussions going.&lt;/p&gt;</comment>
                            <comment id="52577" author="nozaki" created="Sun, 17 Feb 2013 19:40:45 +0000"  >&lt;p&gt;&amp;gt; Administratively triggering pings via procfs file &quot;ping&quot; before each job starts may help reduce the number of evictions seen by applications.&lt;br/&gt;
Yes, you&apos;re right. Actually We&apos;ve workarounded this problem with some other new features of FEFS, running some scripts and &quot;lfs df&quot; on evicted clients which is triggerd by Fujitsu system management software. But I believe that it&apos;s more convenient if a ping can be driven and sent by Lustre itself.&lt;/p&gt;

&lt;p&gt;&amp;gt; please post a link here&lt;br/&gt;
I&apos;ll appriciate it! now I have only a patch for FEFS. So I&apos;ll convert its version for Lustre-2.3.x, Please wait for a while.&lt;/p&gt;</comment>
                            <comment id="52579" author="liwei" created="Sun, 17 Feb 2013 20:12:14 +0000"  >&lt;p&gt;Generally, only master accepts new features.  Also, I would post a minimum version that shows the design first, before spending too much time polishing the details.&lt;/p&gt;</comment>
                            <comment id="52580" author="nozaki" created="Sun, 17 Feb 2013 20:59:26 +0000"  >&lt;p&gt;Does you mean that you&apos;re OK if I upload a patch for FEFS ?&lt;/p&gt;</comment>
                            <comment id="52582" author="liwei" created="Sun, 17 Feb 2013 22:04:59 +0000"  >&lt;p&gt;Attaching an existing FEFS patch here would be more economical than porting it to b2_3, which no longer accepts any changes.  If it depends too much on other FEFS-specific changes, master is where it should be ported to.  (I was just trying to minimise your effort before we are sure whether it is the right way to go.)&lt;/p&gt;</comment>
                            <comment id="52583" author="nozaki" created="Sun, 17 Feb 2013 22:24:24 +0000"  >&lt;p&gt;I appriciate your consideration!&lt;br/&gt;
But I&apos;m afraid to say that, as you said, my patch depends os some FEFS-specific changes, so I think I&apos;d better collect some codes, change them and apply them for, at least, 1.8.8. I believe that you&apos;ll find it easer when I do it than when I don&apos;t.&lt;/p&gt;

&lt;p&gt;I&apos;ll upload the patch within today in JST, please wait for a while. &lt;br/&gt;
and thank you for your consideration again !!&lt;/p&gt;
</comment>
                            <comment id="52596" author="nozaki" created="Mon, 18 Feb 2013 02:53:39 +0000"  >&lt;p&gt;Hi, Li.&lt;br/&gt;
I uploaded the patch and here it is.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/#change,5457&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,5457&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="53244" author="green" created="Mon, 4 Mar 2013 00:00:47 +0000"  >&lt;p&gt;I opened a separate ticket &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-2898&quot; title=&quot;More timely notification of clients in case of eviction&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-2898&quot;&gt;LU-2898&lt;/a&gt; to track the issue of client eviction notification, so please use it for further discussion on this topic and let&apos;s concentrate on the disabled pinging support in this ticket.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="16936">LUDOC-111</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="17749">LU-2898</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="29178">LU-6391</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                            <subtask id="16934">LU-2497</subtask>
                    </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|hzvdmf:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>5813</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>