<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:08:30 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-588] IO hangs from MMP</title>
                <link>https://jira.whamcloud.com/browse/LU-588</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;I&apos;ve had my mkfs.lustre commands hang from time to time while formatting all of our OSTs on an OSS simultaneously (29-30 OSTs).  The problem shows up with all of the mke2fs completed but the mkfs.lustre being stuck in a TASK_UNINTERRUPTIBLE state.  The system starts reporting hung tasks for mkfs.lustre, kmmpd kernel threads, and a few other system resources that are stuck waiting on mutexs from the MMP issue.&lt;/p&gt;

&lt;p&gt;I see the following message in the dmesg/syslog.&lt;br/&gt;
Aug  4 10:56:12 s01ns030 kernel: LDISKFS-fs warning (device dm-78): kmmpd: kmmpd being stopped since MMP feature has been disabled.&lt;br/&gt;
Aug  4 10:56:16 s01ns030 kernel: LDISKFS-fs warning (device dm-70): kmmpd: kmmpd being stopped since MMP feature has been disabled.&lt;br/&gt;
Aug  4 10:56:17 s01ns030 kernel: LDISKFS-fs warning (device dm-66): kmmpd: kmmpd being stopped since MMP feature has been disabled.&lt;/p&gt;

&lt;p&gt;After adding some printks to kmmpd and forcing a panic, it looks like the issue is that the buffer_head being used by the kmmpd kthread is zeroed.  The problem seems to be in ldiskfs_put_super that the buffer_head for the super block is being released prior to the kmmpd kthread being stopped.&lt;/p&gt;

&lt;p&gt;Moving the release of the super block buffer head to after the MMP thread has stopped appears to have fixed the issue for me.&lt;/p&gt;

&lt;p&gt;&amp;#8212; ext4-mmp-rhel5.patch.orig	2011-08-11 12:01:59.000000000 +0000&lt;br/&gt;
+++ ext4-mmp-rhel5.patch	2011-08-11 12:06:42.000000000 +0000&lt;br/&gt;
@@ -522,12 +522,21 @@&lt;/p&gt;

&lt;p&gt;  #include &quot;ext4.h&quot;&lt;br/&gt;
  #include &quot;ext4_jbd2.h&quot;&lt;br/&gt;
-@@ -698,6 +700,8 @@ static void ext4_put_super(struct super_&lt;br/&gt;
+@@ -682,7 +682,6 @@&lt;br/&gt;
+ 	percpu_counter_destroy(&amp;amp;sbi-&amp;gt;s_freeinodes_counter);&lt;br/&gt;
+ 	percpu_counter_destroy(&amp;amp;sbi-&amp;gt;s_dirs_counter);&lt;br/&gt;
+ 	percpu_counter_destroy(&amp;amp;sbi-&amp;gt;s_dirtyblocks_counter);&lt;br/&gt;
+-	brelse(sbi-&amp;gt;s_sbh);&lt;br/&gt;
+ #ifdef CONFIG_QUOTA&lt;br/&gt;
+ 	for (i = 0; i &amp;lt; MAXQUOTAS; i++)&lt;br/&gt;
+ 		kfree(sbi-&amp;gt;s_qf_names&lt;span class=&quot;error&quot;&gt;&amp;#91;i&amp;#93;&lt;/span&gt;);&lt;br/&gt;
+@@ -698,6 +700,9 @@ static void ext4_put_super(struct super_&lt;br/&gt;
  		invalidate_bdev(sbi-&amp;gt;journal_bdev, 0);&lt;br/&gt;
  		ext4_blkdev_remove(sbi);&lt;br/&gt;
  	}&lt;br/&gt;
 +	if (sbi-&amp;gt;s_mmp_tsk)&lt;br/&gt;
 +		kthread_stop(sbi-&amp;gt;s_mmp_tsk);&lt;br/&gt;
++	brelse(sbi-&amp;gt;s_sbh);&lt;br/&gt;
  	sb-&amp;gt;s_fs_info = NULL;&lt;br/&gt;
  	/*&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Now that we are completely done shutting down the&lt;/li&gt;
&lt;/ul&gt;
</description>
                <environment>RHEL 5.6 (2.6.18-238.19.1.el5) with one SCSI device handler patch from RHEL 5.7 kernels</environment>
        <key id="11477">LU-588</key>
            <summary>IO hangs from MMP</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="6" iconUrl="https://jira.whamcloud.com/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="yujian">Jian Yu</assignee>
                                    <reporter username="jfilizetti">Jeremy Filizetti</reporter>
                        <labels>
                    </labels>
                <created>Thu, 11 Aug 2011 10:03:27 +0000</created>
                <updated>Mon, 18 Mar 2013 05:47:19 +0000</updated>
                            <resolved>Mon, 18 Mar 2013 05:47:01 +0000</resolved>
                                    <version>Lustre 2.1.0</version>
                    <version>Lustre 1.8.6</version>
                                    <fixVersion>Lustre 2.1.5</fixVersion>
                    <fixVersion>Lustre 1.8.9</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>6</watches>
                                                                            <comments>
                            <comment id="22469" author="adilger" created="Thu, 3 Nov 2011 23:31:07 +0000"  >&lt;p&gt;Note that the fix as proposed here is not quite correct. By moving brelse(sb-&amp;gt;s_sbh) after invalidate_bdev(sb-&amp;gt;s_bdev) it will cause the buffer head to be leaked as well as the page on which it is attached. It should be enough to also move invalidate_bdev(sb-&amp;gt;s_bdev) after brelse(sb-&amp;gt;s_sbh) to avoid this problem.&lt;/p&gt;

&lt;p&gt;This also needs to be fixed in the rhel6, master, and upstream kernel versions of the MMP code.&lt;/p&gt;

&lt;p&gt;Note that &quot;kmmpd being stopped&quot; is only cosmetic, and should not cause any incorrect operation or crashes, since at worst the thread is accessing some random memory (as in this case) and it immediately exits without accessing anything else in the on-disk superblock. In the non-race case the thread is explicitly stopped at filesystem unmount time before any of the (few) structures that it is using are freed.&lt;/p&gt;</comment>
                            <comment id="22592" author="jfilizetti" created="Sun, 6 Nov 2011 23:26:54 +0000"  >&lt;p&gt;Its been a few months and I can&apos;t remember the exact situation of events but this definitely can cause incorrect operation.  The issue wasn&apos;t the use of the buffer head it had to do with the timing of one thread exiting and the other calling kthread_stop.  When I forced a panic I found that the kthread_stop_lock mutex was held and in wait_for_completion.  As a result none of the kthreads used by mmp (or anything else for that matter) could exit since the mutex was held.  Another process was holding another mutex as well but that&apos;s the one I don&apos;t remember and need to track down.  Basically nothing could finish because they were deadlocking.  I&apos;ll see if I can track down the logs or the kernel panic to see what exactly was happening and post it here.&lt;/p&gt;</comment>
                            <comment id="41025" author="jfilizetti" created="Fri, 22 Jun 2012 06:58:31 +0000"  >&lt;p&gt;Here is the stack traces from the hung processes on this.  &lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;1229969.884772&amp;#93;&lt;/span&gt; LDISKFS-fs warning (device dm-6): kmmpd: kmmpd being stopped since MMP feature has been disabled.&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1229971.500258&amp;#93;&lt;/span&gt; JBD: barrier-based sync failed on dm-14-8 - disabling barriers&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1229974.181427&amp;#93;&lt;/span&gt; JBD: barrier-based sync failed on dm-18-8 - disabling barriers&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1229975.035900&amp;#93;&lt;/span&gt; LDISKFS-fs warning (device dm-33): kmmpd: kmmpd being stopped since MMP feature has been disabled.&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1229981.135807&amp;#93;&lt;/span&gt; LDISKFS-fs warning (device dm-14): kmmpd: kmmpd being stopped since MMP feature has been disabled.&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230108.857001&amp;#93;&lt;/span&gt; INFO: task mkfs.lustre:459 blocked for more than 120 seconds.&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230108.864089&amp;#93;&lt;/span&gt; &quot;echo 0 &amp;gt; /proc/sys/kernel/hung_task_timeout_secs&quot; disables this message.&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230108.872246&amp;#93;&lt;/span&gt; mkfs.lustre   D ffffffff80155449     0   459    457           467       (NOTLB)&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230108.881067&amp;#93;&lt;/span&gt;  ffff810b956abd98 0000000000000082 ffff81182946cac0 0000000000000009&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230108.888897&amp;#93;&lt;/span&gt;  ffff810c3fae6790 0000000000000009 ffff810c3fae6790 ffff81183fd7a100&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230108.896708&amp;#93;&lt;/span&gt;  00045ea8370c6f40 0000000000000ce5 ffff810c3fae6978 000000138008e133&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230108.904580&amp;#93;&lt;/span&gt; Call Trace:&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230108.907533&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff80063171&amp;gt;&amp;#93;&lt;/span&gt; wait_for_completion+0x79/0xa2&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230108.913833&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff8008e984&amp;gt;&amp;#93;&lt;/span&gt; default_wake_function+0x0/0xe&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230108.920118&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff800a2ca3&amp;gt;&amp;#93;&lt;/span&gt; kthread_stop+0x4a/0x80&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230108.925779&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff88559207&amp;gt;&amp;#93;&lt;/span&gt; :ldiskfs:ldiskfs_put_super+0x2a7/0x330&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230108.932878&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff800e6d63&amp;gt;&amp;#93;&lt;/span&gt; generic_shutdown_super+0x79/0xfb&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230108.939517&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff800e6e16&amp;gt;&amp;#93;&lt;/span&gt; kill_block_super+0x31/0x45&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230108.945503&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff800e6ee4&amp;gt;&amp;#93;&lt;/span&gt; deactivate_super+0x6a/0x82&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230108.951532&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff800f1061&amp;gt;&amp;#93;&lt;/span&gt; sys_umount+0x245/0x27b&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230108.957141&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff800b9db2&amp;gt;&amp;#93;&lt;/span&gt; audit_syscall_entry+0x1a8/0x1d3&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230108.963570&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff8005d28d&amp;gt;&amp;#93;&lt;/span&gt; tracesys+0xd5/0xe0&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230108.968813&amp;#93;&lt;/span&gt; &lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230108.970541&amp;#93;&lt;/span&gt; INFO: task mkfs.lustre:467 blocked for more than 120 seconds.&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230108.977778&amp;#93;&lt;/span&gt; &quot;echo 0 &amp;gt; /proc/sys/kernel/hung_task_timeout_secs&quot; disables this message.&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230108.985979&amp;#93;&lt;/span&gt; mkfs.lustre   D ffffffff80155449     0   467    457           471   459 (NOTLB)&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230108.994880&amp;#93;&lt;/span&gt;  ffff810c38fd3d88 0000000000000086 ffff810113313fb8 000000000000000e&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230109.002690&amp;#93;&lt;/span&gt;  ffff8118292d5800 0000000000000009 ffff810c21ea0040 ffff810c6a24d080&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230109.010580&amp;#93;&lt;/span&gt;  00045ea85c233342 000000000019d9fd ffff810c21ea0228 0000000138fd3d58&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230109.018219&amp;#93;&lt;/span&gt; Call Trace:&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230109.021123&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff80063c63&amp;gt;&amp;#93;&lt;/span&gt; __mutex_lock_slowpath+0x60/0x9b&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230109.027518&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff80063cad&amp;gt;&amp;#93;&lt;/span&gt; .text.lock.mutex+0xf/0x14&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230109.033371&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff800a2c6e&amp;gt;&amp;#93;&lt;/span&gt; kthread_stop+0x15/0x80&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230109.039078&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff88559207&amp;gt;&amp;#93;&lt;/span&gt; :ldiskfs:ldiskfs_put_super+0x2a7/0x330&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230109.046143&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff800e6d63&amp;gt;&amp;#93;&lt;/span&gt; generic_shutdown_super+0x79/0xfb&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230109.052645&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff800e6e16&amp;gt;&amp;#93;&lt;/span&gt; kill_block_super+0x31/0x45&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230109.058641&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff800e6ee4&amp;gt;&amp;#93;&lt;/span&gt; deactivate_super+0x6a/0x82&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230109.064702&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff800f1061&amp;gt;&amp;#93;&lt;/span&gt; sys_umount+0x245/0x27b&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230109.070390&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff800b9db2&amp;gt;&amp;#93;&lt;/span&gt; audit_syscall_entry+0x1a8/0x1d3&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230109.076814&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff8005d28d&amp;gt;&amp;#93;&lt;/span&gt; tracesys+0xd5/0xe0&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230109.082158&amp;#93;&lt;/span&gt; &lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230109.083886&amp;#93;&lt;/span&gt; INFO: task mkfs.lustre:471 blocked for more than 120 seconds.&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230109.090993&amp;#93;&lt;/span&gt; &quot;echo 0 &amp;gt; /proc/sys/kernel/hung_task_timeout_secs&quot; disables this message.&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230109.099178&amp;#93;&lt;/span&gt; mkfs.lustre   D ffffffff80155449     0   471    457           479   467 (NOTLB)&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230109.108035&amp;#93;&lt;/span&gt;  ffff810c02a49d68 0000000000000082 ffff810c02a49d28 ffff8112766450a0&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230109.115923&amp;#93;&lt;/span&gt;  ffff8113f0ae8180 0000000000000009 ffff810c1e9fc040 ffff81183fddd040&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230109.123822&amp;#93;&lt;/span&gt;  00045ea8370d7659 0000000000007fd0 ffff810c1e9fc228 0000001402a49d48&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230109.131487&amp;#93;&lt;/span&gt; Call Trace:&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230109.134521&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff80063c63&amp;gt;&amp;#93;&lt;/span&gt; __mutex_lock_slowpath+0x60/0x9b&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230109.141044&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff80063cad&amp;gt;&amp;#93;&lt;/span&gt; .text.lock.mutex+0xf/0x14&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230109.146940&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff80155449&amp;gt;&amp;#93;&lt;/span&gt; __next_cpu+0x19/0x28&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230109.152451&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff800a2c6e&amp;gt;&amp;#93;&lt;/span&gt; kthread_stop+0x15/0x80&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230109.158100&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff800a00f2&amp;gt;&amp;#93;&lt;/span&gt; destroy_workqueue+0x4a/0x8a&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230109.164266&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff88558f92&amp;gt;&amp;#93;&lt;/span&gt; :ldiskfs:ldiskfs_put_super+0x32/0x330&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230109.171244&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff800e6d63&amp;gt;&amp;#93;&lt;/span&gt; generic_shutdown_super+0x79/0xfb&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230109.177798&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff800e6e16&amp;gt;&amp;#93;&lt;/span&gt; kill_block_super+0x31/0x45&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230109.183784&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff800e6ee4&amp;gt;&amp;#93;&lt;/span&gt; deactivate_super+0x6a/0x82&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230109.189683&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff800f1061&amp;gt;&amp;#93;&lt;/span&gt; sys_umount+0x245/0x27b&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230109.195282&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff800b9db2&amp;gt;&amp;#93;&lt;/span&gt; audit_syscall_entry+0x1a8/0x1d3&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230109.201694&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff8005d28d&amp;gt;&amp;#93;&lt;/span&gt; tracesys+0xd5/0xe0&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230109.206956&amp;#93;&lt;/span&gt; &lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230109.208651&amp;#93;&lt;/span&gt; INFO: task mkfs.lustre:479 blocked for more than 120 seconds.&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230109.215801&amp;#93;&lt;/span&gt; &quot;echo 0 &amp;gt; /proc/sys/kernel/hung_task_timeout_secs&quot; disables this message.&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230109.223881&amp;#93;&lt;/span&gt; mkfs.lustre   D ffffffff80155449     0   479    457          1337   471 (NOTLB)&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230109.232687&amp;#93;&lt;/span&gt;  ffff810c29e7fd68 0000000000000086 ffff810c29e7fcf8 ffff810bf9043940&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230109.240471&amp;#93;&lt;/span&gt;  00000000ffffffff 0000000000000009 ffff810c1bd90810 ffff810c6a2ed100&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230109.248351&amp;#93;&lt;/span&gt;  00045ea8370db3bb 00000000000007bc ffff810c1bd909f8 0000000700000001&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230109.255985&amp;#93;&lt;/span&gt; Call Trace:&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230109.258940&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff80063c63&amp;gt;&amp;#93;&lt;/span&gt; __mutex_lock_slowpath+0x60/0x9b&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230109.265358&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff80063cad&amp;gt;&amp;#93;&lt;/span&gt; .text.lock.mutex+0xf/0x14&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230109.271219&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff80063af9&amp;gt;&amp;#93;&lt;/span&gt; mutex_lock+0xd/0x1d&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230109.276687&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff800a0015&amp;gt;&amp;#93;&lt;/span&gt; flush_workqueue+0x3f/0x87&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230109.282602&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff8855840e&amp;gt;&amp;#93;&lt;/span&gt; :ldiskfs:ldiskfs_sync_fs+0x3e/0x70&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230109.289220&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff80063af9&amp;gt;&amp;#93;&lt;/span&gt; mutex_lock+0xd/0x1d&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230109.294569&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff800e417e&amp;gt;&amp;#93;&lt;/span&gt; __fsync_super+0x81/0x9e&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230109.300242&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff800e42e5&amp;gt;&amp;#93;&lt;/span&gt; fsync_super+0x9/0x16&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230109.305630&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff800e6d0d&amp;gt;&amp;#93;&lt;/span&gt; generic_shutdown_super+0x23/0xfb&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230109.312093&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff800e6e16&amp;gt;&amp;#93;&lt;/span&gt; kill_block_super+0x31/0x45&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230109.318080&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff800e6ee4&amp;gt;&amp;#93;&lt;/span&gt; deactivate_super+0x6a/0x82&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230109.324117&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff800f1061&amp;gt;&amp;#93;&lt;/span&gt; sys_umount+0x245/0x27b&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230109.329848&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff800b9db2&amp;gt;&amp;#93;&lt;/span&gt; audit_syscall_entry+0x1a8/0x1d3&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230109.336318&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff8005d28d&amp;gt;&amp;#93;&lt;/span&gt; tracesys+0xd5/0xe0&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230109.341520&amp;#93;&lt;/span&gt; &lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230109.343198&amp;#93;&lt;/span&gt; INFO: task mkfs.lustre:1485 blocked for more than 120 seconds.&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230109.350626&amp;#93;&lt;/span&gt; &quot;echo 0 &amp;gt; /proc/sys/kernel/hung_task_timeout_secs&quot; disables this message.&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230109.358766&amp;#93;&lt;/span&gt; mkfs.lustre   D ffffffff80155449     0  1485    457          1488  1408 (NOTLB)&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230109.367651&amp;#93;&lt;/span&gt;  ffff810717147d88 0000000000000086 ffff810c5a9adda0 000000000000000e&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230109.375520&amp;#93;&lt;/span&gt;  ffff811833b60c00 0000000000000007 ffff81055123e040 ffff810c4017f040&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230109.383453&amp;#93;&lt;/span&gt;  00045ea762a45f73 00000000001394d9 ffff81055123e228 0000000417147d58&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230109.391240&amp;#93;&lt;/span&gt; Call Trace:&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230109.394210&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff80063c63&amp;gt;&amp;#93;&lt;/span&gt; __mutex_lock_slowpath+0x60/0x9b&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230109.400713&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff80063cad&amp;gt;&amp;#93;&lt;/span&gt; .text.lock.mutex+0xf/0x14&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230109.406565&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff800a2c6e&amp;gt;&amp;#93;&lt;/span&gt; kthread_stop+0x15/0x80&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230109.412220&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff88559207&amp;gt;&amp;#93;&lt;/span&gt; :ldiskfs:ldiskfs_put_super+0x2a7/0x330&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230109.419329&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff800e6d63&amp;gt;&amp;#93;&lt;/span&gt; generic_shutdown_super+0x79/0xfb&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230109.425872&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff800e6e16&amp;gt;&amp;#93;&lt;/span&gt; kill_block_super+0x31/0x45&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230109.431824&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff800e6ee4&amp;gt;&amp;#93;&lt;/span&gt; deactivate_super+0x6a/0x82&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230109.437722&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff800f1061&amp;gt;&amp;#93;&lt;/span&gt; sys_umount+0x245/0x27b&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230109.443365&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff800b9db2&amp;gt;&amp;#93;&lt;/span&gt; audit_syscall_entry+0x1a8/0x1d3&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230109.449802&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff8005d28d&amp;gt;&amp;#93;&lt;/span&gt; tracesys+0xd5/0xe0&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230109.455084&amp;#93;&lt;/span&gt; &lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.224627&amp;#93;&lt;/span&gt; INFO: task pdflush:31135 blocked for more than 120 seconds.&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.231650&amp;#93;&lt;/span&gt; &quot;echo 0 &amp;gt; /proc/sys/kernel/hung_task_timeout_secs&quot; disables this message.&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.240099&amp;#93;&lt;/span&gt; pdflush       D ffffffff80155449     0 31135    875           941 28677 (L-TLB)&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.249156&amp;#93;&lt;/span&gt;  ffff8100b1867da0 0000000000000046 ffff810c6a1ffe80 0000000000000000&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.257129&amp;#93;&lt;/span&gt;  ffffffff804db6f0 000000000000000a ffff810dfd5197d0 ffff810c400b2080&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.265208&amp;#93;&lt;/span&gt;  00045ebce0d890b9 00000000000014ea ffff810dfd5199b8 0000000500000000&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.273168&amp;#93;&lt;/span&gt; Call Trace:&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.276152&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff800a2d3a&amp;gt;&amp;#93;&lt;/span&gt; keventd_create_kthread+0x0/0xc4&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.282723&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff8006468c&amp;gt;&amp;#93;&lt;/span&gt; __down_read+0x7a/0x92&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.288457&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff800e7164&amp;gt;&amp;#93;&lt;/span&gt; sync_supers+0x42/0xe1&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.294131&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff800562b7&amp;gt;&amp;#93;&lt;/span&gt; pdflush+0x0/0x1fb&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.299503&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff800cc415&amp;gt;&amp;#93;&lt;/span&gt; wb_kupdate+0x3e/0x169&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.305329&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff800562b7&amp;gt;&amp;#93;&lt;/span&gt; pdflush+0x0/0x1fb&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.310661&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff80056408&amp;gt;&amp;#93;&lt;/span&gt; pdflush+0x151/0x1fb&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.316173&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff800cc3d7&amp;gt;&amp;#93;&lt;/span&gt; wb_kupdate+0x0/0x169&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.321743&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff8003275c&amp;gt;&amp;#93;&lt;/span&gt; kthread+0xfe/0x132&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.327152&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff8005dfb1&amp;gt;&amp;#93;&lt;/span&gt; child_rip+0xa/0x11&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.332531&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff800a2d3a&amp;gt;&amp;#93;&lt;/span&gt; keventd_create_kthread+0x0/0xc4&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.339132&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff8003265e&amp;gt;&amp;#93;&lt;/span&gt; kthread+0x0/0x132&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.344416&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff8005dfa7&amp;gt;&amp;#93;&lt;/span&gt; child_rip+0x0/0x11&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.349937&amp;#93;&lt;/span&gt; &lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.351698&amp;#93;&lt;/span&gt; INFO: task mkfs.lustre:459 blocked for more than 120 seconds.&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.358998&amp;#93;&lt;/span&gt; &quot;echo 0 &amp;gt; /proc/sys/kernel/hung_task_timeout_secs&quot; disables this message.&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.367370&amp;#93;&lt;/span&gt; mkfs.lustre   D ffffffff80155449     0   459    457           467       (NOTLB)&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.376443&amp;#93;&lt;/span&gt;  ffff810b956abd98 0000000000000082 ffff81182946cac0 0000000000000009&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.384348&amp;#93;&lt;/span&gt;  ffff810c3fae6790 0000000000000009 ffff810c3fae6790 ffff81183fd7a100&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.392334&amp;#93;&lt;/span&gt;  00045ea8370c6f40 0000000000000ce5 ffff810c3fae6978 000000138008e133&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.399999&amp;#93;&lt;/span&gt; Call Trace:&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.403134&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff80063171&amp;gt;&amp;#93;&lt;/span&gt; wait_for_completion+0x79/0xa2&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.409476&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff8008e984&amp;gt;&amp;#93;&lt;/span&gt; default_wake_function+0x0/0xe&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.415889&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff800a2ca3&amp;gt;&amp;#93;&lt;/span&gt; kthread_stop+0x4a/0x80&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.421718&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff88559207&amp;gt;&amp;#93;&lt;/span&gt; :ldiskfs:ldiskfs_put_super+0x2a7/0x330&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.428954&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff800e6d63&amp;gt;&amp;#93;&lt;/span&gt; generic_shutdown_super+0x79/0xfb&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.435671&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff800e6e16&amp;gt;&amp;#93;&lt;/span&gt; kill_block_super+0x31/0x45&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.441839&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff800e6ee4&amp;gt;&amp;#93;&lt;/span&gt; deactivate_super+0x6a/0x82&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.448032&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff800f1061&amp;gt;&amp;#93;&lt;/span&gt; sys_umount+0x245/0x27b&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.453814&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff800b9db2&amp;gt;&amp;#93;&lt;/span&gt; audit_syscall_entry+0x1a8/0x1d3&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.460456&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff8005d28d&amp;gt;&amp;#93;&lt;/span&gt; tracesys+0xd5/0xe0&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.465876&amp;#93;&lt;/span&gt; &lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.467691&amp;#93;&lt;/span&gt; INFO: task mkfs.lustre:467 blocked for more than 120 seconds.&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.474971&amp;#93;&lt;/span&gt; &quot;echo 0 &amp;gt; /proc/sys/kernel/hung_task_timeout_secs&quot; disables this message.&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.483399&amp;#93;&lt;/span&gt; mkfs.lustre   D ffffffff80155449     0   467    457           471   459 (NOTLB)&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.492383&amp;#93;&lt;/span&gt;  ffff810c38fd3d88 0000000000000086 ffff810113313fb8 000000000000000e&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.500300&amp;#93;&lt;/span&gt;  ffff8118292d5800 0000000000000009 ffff810c21ea0040 ffff810c6a24d080&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.508175&amp;#93;&lt;/span&gt;  00045ea85c233342 000000000019d9fd ffff810c21ea0228 0000000138fd3d58&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.514516&amp;#93;&lt;/span&gt; Call Trace:&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.519002&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff80063c63&amp;gt;&amp;#93;&lt;/span&gt; __mutex_lock_slowpath+0x60/0x9b&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.519013&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff80063cad&amp;gt;&amp;#93;&lt;/span&gt; .text.lock.mutex+0xf/0x14&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.531571&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff800a2c6e&amp;gt;&amp;#93;&lt;/span&gt; kthread_stop+0x15/0x80&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.531593&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff88559207&amp;gt;&amp;#93;&lt;/span&gt; :ldiskfs:ldiskfs_put_super+0x2a7/0x330&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.544548&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff800e6d63&amp;gt;&amp;#93;&lt;/span&gt; generic_shutdown_super+0x79/0xfb&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.544556&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff800e6e16&amp;gt;&amp;#93;&lt;/span&gt; kill_block_super+0x31/0x45&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.557262&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff800e6ee4&amp;gt;&amp;#93;&lt;/span&gt; deactivate_super+0x6a/0x82&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.557269&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff800f1061&amp;gt;&amp;#93;&lt;/span&gt; sys_umount+0x245/0x27b&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.569158&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff800b9db2&amp;gt;&amp;#93;&lt;/span&gt; audit_syscall_entry+0x1a8/0x1d3&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.569177&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff8005d28d&amp;gt;&amp;#93;&lt;/span&gt; tracesys+0xd5/0xe0&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.581039&amp;#93;&lt;/span&gt; &lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.581042&amp;#93;&lt;/span&gt; INFO: task mkfs.lustre:471 blocked for more than 120 seconds.&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.590015&amp;#93;&lt;/span&gt; &quot;echo 0 &amp;gt; /proc/sys/kernel/hung_task_timeout_secs&quot; disables this message.&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.590018&amp;#93;&lt;/span&gt; mkfs.lustre   D ffffffff80155449     0   471    457           479   467 (NOTLB)&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.607341&amp;#93;&lt;/span&gt;  ffff810c02a49d68 0000000000000082 ffff810c02a49d28 ffff8112766450a0&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.615049&amp;#93;&lt;/span&gt;  ffff8113f0ae8180 0000000000000009 ffff810c1e9fc040 ffff81183fddd040&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.623215&amp;#93;&lt;/span&gt;  00045ea8370d7659 0000000000007fd0 ffff810c1e9fc228 0000001402a49d48&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.630931&amp;#93;&lt;/span&gt; Call Trace:&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.630957&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff80063c63&amp;gt;&amp;#93;&lt;/span&gt; __mutex_lock_slowpath+0x60/0x9b&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.640396&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff80063cad&amp;gt;&amp;#93;&lt;/span&gt; .text.lock.mutex+0xf/0x14&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.640402&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff80155449&amp;gt;&amp;#93;&lt;/span&gt; __next_cpu+0x19/0x28&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.651614&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff800a2c6e&amp;gt;&amp;#93;&lt;/span&gt; kthread_stop+0x15/0x80&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.651622&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff800a00f2&amp;gt;&amp;#93;&lt;/span&gt; destroy_workqueue+0x4a/0x8a&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.663150&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff88558f92&amp;gt;&amp;#93;&lt;/span&gt; :ldiskfs:ldiskfs_put_super+0x32/0x330&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.663161&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff800e6d63&amp;gt;&amp;#93;&lt;/span&gt; generic_shutdown_super+0x79/0xfb&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.676760&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff800e6e16&amp;gt;&amp;#93;&lt;/span&gt; kill_block_super+0x31/0x45&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.682927&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff800e6ee4&amp;gt;&amp;#93;&lt;/span&gt; deactivate_super+0x6a/0x82&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.689000&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff800f1061&amp;gt;&amp;#93;&lt;/span&gt; sys_umount+0x245/0x27b&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.694727&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff800b9db2&amp;gt;&amp;#93;&lt;/span&gt; audit_syscall_entry+0x1a8/0x1d3&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.701251&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff8005d28d&amp;gt;&amp;#93;&lt;/span&gt; tracesys+0xd5/0xe0&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.706704&amp;#93;&lt;/span&gt; &lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.708422&amp;#93;&lt;/span&gt; INFO: task mkfs.lustre:479 blocked for more than 120 seconds.&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.715677&amp;#93;&lt;/span&gt; &quot;echo 0 &amp;gt; /proc/sys/kernel/hung_task_timeout_secs&quot; disables this message.&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.724001&amp;#93;&lt;/span&gt; mkfs.lustre   D ffffffff80155449     0   479    457          1337   471 (NOTLB)&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.732961&amp;#93;&lt;/span&gt;  ffff810c29e7fd68 0000000000000086 ffff810c29e7fcf8 ffff810bf9043940&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.740909&amp;#93;&lt;/span&gt;  00000000ffffffff 0000000000000009 ffff810c1bd90810 ffff810c6a2ed100&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.748805&amp;#93;&lt;/span&gt;  00045ea8370db3bb 00000000000007bc ffff810c1bd909f8 0000000700000001&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.756371&amp;#93;&lt;/span&gt; Call Trace:&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.759252&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff80063c63&amp;gt;&amp;#93;&lt;/span&gt; __mutex_lock_slowpath+0x60/0x9b&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.759264&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff80063cad&amp;gt;&amp;#93;&lt;/span&gt; .text.lock.mutex+0xf/0x14&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.771357&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff80063af9&amp;gt;&amp;#93;&lt;/span&gt; mutex_lock+0xd/0x1d&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.771363&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff800a0015&amp;gt;&amp;#93;&lt;/span&gt; flush_workqueue+0x3f/0x87&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.771389&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff8855840e&amp;gt;&amp;#93;&lt;/span&gt; :ldiskfs:ldiskfs_sync_fs+0x3e/0x70&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.771394&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff80063af9&amp;gt;&amp;#93;&lt;/span&gt; mutex_lock+0xd/0x1d&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.771401&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff800e417e&amp;gt;&amp;#93;&lt;/span&gt; __fsync_super+0x81/0x9e&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.771408&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff800e42e5&amp;gt;&amp;#93;&lt;/span&gt; fsync_super+0x9/0x16&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.771413&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff800e6d0d&amp;gt;&amp;#93;&lt;/span&gt; generic_shutdown_super+0x23/0xfb&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.771421&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff800e6e16&amp;gt;&amp;#93;&lt;/span&gt; kill_block_super+0x31/0x45&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.771428&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff800e6ee4&amp;gt;&amp;#93;&lt;/span&gt; deactivate_super+0x6a/0x82&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.771434&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff800f1061&amp;gt;&amp;#93;&lt;/span&gt; sys_umount+0x245/0x27b&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.771445&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff800b9db2&amp;gt;&amp;#93;&lt;/span&gt; audit_syscall_entry+0x1a8/0x1d3&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.771463&amp;#93;&lt;/span&gt;  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff8005d28d&amp;gt;&amp;#93;&lt;/span&gt; tracesys+0xd5/0xe0&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1230229.771478&amp;#93;&lt;/span&gt; &lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1284338.209572&amp;#93;&lt;/span&gt; audit(1340251325.870:2521): audit_pid=0 old=13012 by auid=0&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1284338.437997&amp;#93;&lt;/span&gt; type=1305 audit(1340251326.099:2522): audit_pid=9042 old=0 by auid=0&lt;/p&gt;</comment>
                            <comment id="41031" author="jfilizetti" created="Fri, 22 Jun 2012 09:38:35 +0000"  >&lt;p&gt;Submitted a corrected patch for b1_8 under:&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/3172&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/3172&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="42445" author="jfilizetti" created="Mon, 30 Jul 2012 12:30:58 +0000"  >&lt;p&gt;Its been a while since I&apos;ve had a chance to revisit this but I figured I&apos;d provide an update.&lt;/p&gt;

&lt;p&gt;From the looks of things all versions ext4/ldiskfs will need this to be fixed to prevent the possible buffer_head reuse although RHEL5 is the only one I think affected by the hang caused from the kthread_stop issue.&lt;/p&gt;

&lt;p&gt;The upstream kernel has commit 63706172f332fd3f6e7458ebfb35fa6de9c21dc5 which I believe prevents the issue from calling kthread_stop on a kthread that has already returned. RHEL 6.2+ has that commit but I&apos;m not sure about SLES.&lt;/p&gt;</comment>
                            <comment id="42449" author="simmonsja" created="Mon, 30 Jul 2012 12:43:03 +0000"  >&lt;p&gt;For SLES 2.6.32+ kernels yes that upstream commit is there.&lt;/p&gt;</comment>
                            <comment id="52889" author="pjones" created="Fri, 22 Feb 2013 13:22:21 +0000"  >&lt;p&gt;Does an equivalent patch need to land on b2_1?&lt;/p&gt;</comment>
                            <comment id="53756" author="yujian" created="Tue, 12 Mar 2013 00:09:34 +0000"  >&lt;blockquote&gt;&lt;p&gt;Does an equivalent patch need to land on b2_1?&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Yes, Peter.&lt;/p&gt;

&lt;p&gt;Oleg, could you please cherry-pick the patch of &lt;a href=&quot;http://review.whamcloud.com/3172&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/3172&lt;/a&gt; to Lustre b2_1 branch? Thanks.&lt;/p&gt;</comment>
                            <comment id="54219" author="yujian" created="Sun, 17 Mar 2013 15:07:46 +0000"  >&lt;blockquote&gt;&lt;p&gt;Oleg, could you please cherry-pick the patch of &lt;a href=&quot;http://review.whamcloud.com/3172&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/3172&lt;/a&gt; to Lustre b2_1 branch?&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Since we can not cherry pick the patch from Lustre b1_8 branch to b2_1 branch, I ported the patch for b2_1 in &lt;a href=&quot;http://review.whamcloud.com/5745&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/5745&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="54231" author="yujian" created="Mon, 18 Mar 2013 05:47:01 +0000"  >&lt;p&gt;Patches were landed to Lustre b1_8 and b2_1 branches.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="10344" name="ldiskfs_mmp.patch" size="857" author="jfilizetti" created="Thu, 11 Aug 2011 10:03:27 +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|hzvlkf:</customfieldvalue>

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