<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:16:31 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-1426] I/O failed after STONITH -- IMP_INVALID</title>
                <link>https://jira.whamcloud.com/browse/LU-1426</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;There are 8 clients, each creating files on one OST.&lt;br/&gt;
The 10G cable is removed from the first OSS.  Within a few minutes, that OSS is killed by STONITH.&lt;br/&gt;
All the OSTs mounted on the peer OSS.&lt;br/&gt;
However, the test on one of the clients failed, with error:  &lt;/p&gt;

&lt;p&gt;    cp: cannot fstat `/mnt/lustre/ost/ost-01/file.002645&apos;: Interrupted system call&lt;/p&gt;

&lt;p&gt;The test on all the other clients was fine.  Here is a bit of the client&apos;s dmesg output:&lt;/p&gt;

&lt;p&gt;LustreError: 167-0: This client was evicted by lstr96-OST0001; in progress operations using this service will fail.&lt;br/&gt;
LustreError: 22101:0:(file.c:995:ll_glimpse_size()) obd_enqueue returned rc -4, returning -EIO&lt;br/&gt;
LustreError: 24435:0:(client.c:858:ptlrpc_import_delay_req()) @@@ IMP_INVALID  req@ffff810105f98000 x1400324452088101/t0 o4-&amp;gt;lstr96-OST0001_UUID@10.7.90.4@tcp:6/4 lens 448/608 e 0 to 1 dl 0 ref 2 fl Rpc:/0/0 rc 0/0&lt;br/&gt;
LustreError: 24435:0:(client.c:858:ptlrpc_import_delay_req()) @@@ IMP_INVALID  req@ffff8101236a5400 x1400324452088110/t0 o4-&amp;gt;lstr96-OST0001_UUID@10.7.90.4@tcp:6/4 lens 448/608 e 0 to 1 dl 0 ref 2 fl Rpc:/0/0 rc 0/0&lt;br/&gt;
LustreError: 24435:0:(client.c:858:ptlrpc_import_delay_req()) Skipped 8 previous similar messages&lt;/p&gt;

&lt;p&gt;Unfortunately, there are no dates in the dmesg output, and /var/log/messages on the client has nothing in it.  The problem occurred May 21 15:09, as will be seen in the log files from the OSS&lt;/p&gt;

&lt;p&gt;I will attach the rest of this log, and the logs from the OSS.  Please let me know if you need more info.&lt;/p&gt;</description>
                <environment>Lustre servers running Lustre 1.8.7&lt;br/&gt;
Lustre clients running Lustre 1.8.4&lt;br/&gt;
There are two MDSes, in an active-standby configuration.&lt;br/&gt;
There are two OSSes in an active-active configuration.&lt;br/&gt;
There are a total of 8 OSTs, 4 on each OSS.&lt;br/&gt;
Lustre Network is 10G</environment>
        <key id="14502">LU-1426</key>
            <summary>I/O failed after STONITH -- IMP_INVALID</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</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="4">Incomplete</resolution>
                                        <assignee username="ys">Yang Sheng</assignee>
                                    <reporter username="rspellman">Roger Spellman</reporter>
                        <labels>
                    </labels>
                <created>Mon, 21 May 2012 12:40:57 +0000</created>
                <updated>Sat, 15 Mar 2014 01:02:39 +0000</updated>
                            <resolved>Sat, 15 Mar 2014 01:02:38 +0000</resolved>
                                    <version>Lustre 1.8.7</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="39323" author="pjones" created="Thu, 24 May 2012 09:13:32 +0000"  >&lt;p&gt;Yangsheng&lt;/p&gt;

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

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

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="39999" author="ys" created="Tue, 5 Jun 2012 03:28:05 +0000"  >&lt;p&gt;This log means is wrong:&lt;/p&gt;

&lt;p&gt;LustreError: 22101:0:(file.c:995:ll_glimpse_size()) obd_enqueue returned rc -4, returning -EIO&lt;/p&gt;

&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;        if (rc != 0) {
                CERROR(&quot;obd_enqueue returned rc %d, returning -EIO\n&quot;, rc);
                RETURN(rc &amp;gt; 0 ? -EIO : rc);
        }

&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;In fact, it return -4(-EINTR).&lt;/p&gt;</comment>
                            <comment id="78426" author="jfc" created="Wed, 5 Mar 2014 01:25:13 +0000"  >&lt;p&gt;Roger &amp;#8211; does this require any more work, or can I mark it as resolved/fixed?&lt;br/&gt;
Thanks,&lt;br/&gt;
~ jfc.&lt;/p&gt;</comment>
                            <comment id="79389" author="jfc" created="Sat, 15 Mar 2014 01:02:39 +0000"  >&lt;p&gt;Looks like we will not pursue this issue any further.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="11417" name="client-dmesg.out" size="60163" author="rspellman" created="Mon, 21 May 2012 12:40:57 +0000"/>
                            <attachment id="11418" name="messages" size="147932" author="rspellman" created="Mon, 21 May 2012 12:40:57 +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|hzw04f:</customfieldvalue>

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