<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:02:04 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-13531] runtests test_1: Timeout occurred after 65 mins, last suite running was runtests</title>
                <link>https://jira.whamcloud.com/browse/LU-13531</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;This issue was created by maloo for Chris Horn &amp;lt;hornc@cray.com&amp;gt;&lt;/p&gt;

&lt;p&gt;This issue relates to the following test suite run: &lt;a href=&quot;https://testing.whamcloud.com/test_sets/266b7a77-975d-473d-963d-f78a22e7209f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sets/266b7a77-975d-473d-963d-f78a22e7209f&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;test_1 failed with the following error:&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;Timeout occurred after 65 mins, last suite running was runtests
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Maloo tagged this failure as &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-13065&quot; title=&quot;runtests test 1 hangs when unmounting an OST&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-13065&quot;&gt;&lt;del&gt;LU-13065&lt;/del&gt;&lt;/a&gt;, but it looks different to me.&lt;/p&gt;

&lt;p&gt;The last lines in suite log show us unmount clients, not OSTs as in &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-13065&quot; title=&quot;runtests test 1 hangs when unmounting an OST&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-13065&quot;&gt;&lt;del&gt;LU-13065&lt;/del&gt;&lt;/a&gt;:&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;echo Stopping client \$(hostname) /mnt/lustre opts:;
lsof /mnt/lustre || need_kill=no;
if [ x != x -a x\$need_kill != xno ]; then
    pids=\$(lsof -t /mnt/lustre | sort -u);
    if [ -n \&quot;\$pids\&quot; ]; then
             kill -9 \$pids;
    fi
fi;
while umount  /mnt/lustre 2&amp;gt;&amp;amp;1 | grep -q busy; do
    echo /mnt/lustre is still busy, wait one second &amp;amp;&amp;amp; sleep 1;
done;
fi
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;console log for client 2 (trevis-53vm2) shows hung mount.nfs tasks:&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;[  720.526224] INFO: task mount.nfs:1314 blocked for more than 120 seconds.
[  720.527710] &quot;echo 0 &amp;gt; /proc/sys/kernel/hung_task_timeout_secs&quot; disables this message.
[  720.529043] mount.nfs       D ffff8e4c7bf2a0e0     0  1314   1313 0x00000080
[  720.530429] Call Trace:
[  720.530899]  [] schedule+0x29/0x70
[  720.531762]  [] schedule_timeout+0x221/0x2d0
[  720.533040]  [] ? __slab_free+0x1b0/0x290
[  720.534069]  [] ? svc_close_list+0x88/0xa0 [sunrpc]
[  720.535194]  [] wait_for_completion+0xfd/0x140
[  720.536316]  [] ? wake_up_state+0x20/0x20
[  720.537321]  [] kthread_stop+0x4a/0xf0
[  720.538291]  [] nfs_callback_down+0x53/0xd0 [nfsv4]
[  720.539452]  [] nfs4_free_client+0x4f/0xc0 [nfsv4]
[  720.540600]  [] nfs_put_client+0xf2/0x140 [nfs]
[  720.541706]  [] nfs4_init_client+0x193/0x2f0 [nfsv4]
[  720.542908]  [] ? kmem_cache_alloc+0x35/0x1f0
[  720.543984]  [] ? __fscache_acquire_cookie+0x66/0x180 [fscache]
[  720.545309]  [] ? __fscache_acquire_cookie+0x66/0x180 [fscache]
[  720.546652]  [] ? __rpc_init_priority_wait_queue+0x81/0xc0 [sunrpc]
[  720.548038]  [] ? rpc_init_wait_queue+0x13/0x20 [sunrpc]
[  720.549251]  [] nfs_get_client+0x353/0x470 [nfs]
[  720.550352]  [] nfs4_set_client+0x9c/0x150 [nfsv4]
[  720.551492]  [] nfs4_create_server+0x13e/0x3b0 [nfsv4]
[  720.552722]  [] nfs4_remote_mount+0x2e/0x60 [nfsv4]
[  720.553887]  [] mount_fs+0x3e/0x1b0
[  720.554860]  [] ? __alloc_percpu+0x15/0x20
[  720.555900]  [] vfs_kern_mount+0x67/0x110
[  720.556909]  [] nfs_do_root_mount+0x86/0xc0 [nfsv4]
[  720.558073]  [] nfs4_try_mount+0x44/0xc0 [nfsv4]
[  720.559168]  [] ? get_nfs_version+0x27/0x90 [nfs]
[  720.560301]  [] nfs_fs_mount+0x4cb/0xdc0 [nfs]
[  720.561402]  [] ? nfs_clone_super+0x140/0x140 [nfs]
[  720.562568]  [] ? param_set_portnr+0x70/0x70 [nfs]
[  720.563682]  [] mount_fs+0x3e/0x1b0
[  720.564627]  [] ? __alloc_percpu+0x15/0x20
[  720.565694]  [] vfs_kern_mount+0x67/0x110
[  720.566695]  [] do_mount+0x1ef/0xce0
[  720.567627]  [] ? copy_mount_options+0xc0/0x170
[  720.568725]  [] SyS_mount+0x83/0xd0
[  720.569643]  [] system_call_fastpath+0x25/0x2a
[  720.570704]  [] ? system_call_after_swapgs+0xae/0x146
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;At a quick glance, I don&apos;t see anything wrong with Lustre&lt;/p&gt;





&lt;p&gt;VVVVVVV DO NOT REMOVE LINES BELOW, Added by Maloo for auto-association VVVVVVV&lt;br/&gt;
runtests test_1 - Timeout occurred after 65 mins, last suite running was runtests&lt;/p&gt;</description>
                <environment></environment>
        <key id="59080">LU-13531</key>
            <summary>runtests test_1: Timeout occurred after 65 mins, last suite running was runtests</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="5">Cannot Reproduce</resolution>
                                        <assignee username="wc-triage">WC Triage</assignee>
                                    <reporter username="maloo">Maloo</reporter>
                        <labels>
                    </labels>
                <created>Thu, 7 May 2020 15:04:31 +0000</created>
                <updated>Mon, 27 Mar 2023 04:16:14 +0000</updated>
                            <resolved>Mon, 27 Mar 2023 04:16:14 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                    <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|i00zpz:</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>