<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:10:32 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-801] Test failure on test suite liblustre, subtest test_1</title>
                <link>https://jira.whamcloud.com/browse/LU-801</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;This issue was created by maloo for Chris Gearing &amp;lt;chris@whamcloud.com&amp;gt;&lt;/p&gt;

&lt;p&gt;This issue relates to the following test suite run: &lt;a href=&quot;https://maloo.whamcloud.com/test_sets/b2aec26e-00e9-11e1-bd0b-52540025f9af&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/b2aec26e-00e9-11e1-bd0b-52540025f9af&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;See errors in dmesg for client vm1&lt;/p&gt;

&lt;p&gt;The sub-test test_1 failed with the following error:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;test failed to respond and timed out&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Info required for matching: liblustre 1&lt;/p&gt;</description>
                <environment></environment>
        <key id="12275">LU-801</key>
            <summary>Test failure on test suite liblustre, subtest test_1</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="1">Fixed</resolution>
                                        <assignee username="chris">Chris Gearing</assignee>
                                    <reporter username="maloo">Maloo</reporter>
                        <labels>
                    </labels>
                <created>Fri, 28 Oct 2011 04:00:20 +0000</created>
                <updated>Thu, 19 Jan 2012 13:55:38 +0000</updated>
                            <resolved>Thu, 19 Jan 2012 13:55:38 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="23396" author="johann" created="Thu, 24 Nov 2011 11:40:51 +0000"  >&lt;p&gt;I looked at the logs and it seems that lustre was not running on the MDS, that&apos;s why liblustre did not manage to connect to the MGS.&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;Lustre: DEBUG MARKER: == lfsck lfsck.sh test complete, duration 131 sec ==================================================== 19:20:53 (1319682053)
Lustre: Modifying parameter lustre-MDT0000.mdd.quota_type in log lustre-MDT0000
Lustre: Skipped 7 previous similar messages
LustreError: 3562:0:(ldlm_request.c:1173:ldlm_cli_cancel_req()) Got rc -108 from cancel RPC: canceling anyway
LustreError: 3562:0:(ldlm_request.c:1173:ldlm_cli_cancel_req()) Skipped 1 previous similar message
LustreError: 3562:0:(ldlm_request.c:1800:ldlm_cli_cancel_list()) ldlm_cli_cancel_list: -108 
LustreError: 3562:0:(ldlm_request.c:1800:ldlm_cli_cancel_list()) Skipped 1 previous similar message
LustreError: 2249:0:(mgs_handler.c:804:mgs_handle()) lustre_mgs: operation 251 on unconnected MGS
LustreError: 2249:0:(ldlm_lib.c:2163:target_send_reply_msg()) @@@ processing error (-107)  req@ffff81003ac8e050 x1383767884708251/t0(0) o-1-&amp;gt;&amp;lt;?&amp;gt;@&amp;lt;?&amp;gt;:0/0 lens 192/0 e 0 to 0 dl 1319682066 ref 1 fl Interpret:/ffffffff/ffffffff rc -107/-1
LustreError: 11-0: an error occurred while communicating with 0@lo. The mgs_disconnect operation failed with -107 
LustreError: Skipped 2 previous similar messages
Lustre: MGS has stopped.
Lustre: server umount lustre-MDT0000 complete
Lustre: DEBUG MARKER: -----============= acceptance-small: liblustre ============----- Wed Oct 26 19:21:50 PDT 2011 
Lustre: DEBUG MARKER: == liblustre test 1: liblustre sanity ================================================================ 19:21:55 (1319682115)
SysRq : Show State
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;So the mgs/mds has not been remounted before running the liblustre tests. I also checked the sysrq-t output and there is indeed no mds threads running.&lt;/p&gt;

&lt;p&gt;liblustre sanity definitely requires the filesystem to be up and running before being invoked. Is it an autotest issue?&lt;/p&gt;</comment>
                            <comment id="23397" author="johann" created="Thu, 24 Nov 2011 11:41:43 +0000"  >&lt;p&gt;Chris, Yujian, any thoughts?&lt;/p&gt;</comment>
                            <comment id="24962" author="chris" created="Mon, 19 Dec 2011 17:24:10 +0000"  >&lt;p&gt;I don&apos;t have any useful input I&apos;m afraid, I did look at the logs before raising the bug.&lt;/p&gt;</comment>
                            <comment id="25511" author="pjones" created="Wed, 4 Jan 2012 10:41:12 +0000"  >&lt;p&gt;Minh&lt;/p&gt;

&lt;p&gt;Are you able to comment on this one?&lt;/p&gt;

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

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="26212" author="mdiep" created="Mon, 9 Jan 2012 13:36:29 +0000"  >&lt;p&gt;I have looked at the log and the past lfsck log. We don&apos;t see lustre unmount at the end of lfsck. I don&apos;t know when this log showed that. I even ran manually and no umount at all. Resigning this back to Chris since this might relate to how autotest run lfsck&lt;/p&gt;</comment>
                            <comment id="26947" author="adilger" created="Thu, 19 Jan 2012 13:55:38 +0000"  >&lt;p&gt;Closing as a duplicate of &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-703&quot; title=&quot;liblustre timeout&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-703&quot;&gt;&lt;del&gt;LU-703&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="11877">LU-703</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                            <customfield id="customfield_10890" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzvht3:</customfieldvalue>

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