<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:55:35 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-12780] Avoid using ptlrpc_thread where is in&apos;t needed</title>
                <link>https://jira.whamcloud.com/browse/LU-12780</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Several places in lustre use &apos;struct ptlrpc_thread&apos; to &quot;help&quot; manage a kthread.&lt;/p&gt;

&lt;p&gt;These places are not directly related to ptlrpc, so the naming is not help, and in general the usage of ptlrpc_thread does not improve the code.&lt;/p&gt;

&lt;p&gt;By removing the use of ptlrpc_thread - particularly by avoiding startup synchornization and by using kthread_stop/ kthread_should_stop(), I can reduce code size by a couple of hundred lines.&lt;/p&gt;

&lt;p&gt;Using the seemly uniform approach of ptlrpc_thread can lead to an impression that these threads are all managed much the same way, but this is not the case.&#160; There is substantial variety on how the threads work and exposing that clear will benefit maintainability.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</description>
                <environment></environment>
        <key id="56937">LU-12780</key>
            <summary>Avoid using ptlrpc_thread where is in&apos;t needed</summary>
                <type id="4" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11310&amp;avatarType=issuetype">Improvement</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="neilb">Neil Brown</assignee>
                                    <reporter username="neilb">Neil Brown</reporter>
                        <labels>
                    </labels>
                <created>Wed, 18 Sep 2019 06:18:32 +0000</created>
                <updated>Fri, 26 Feb 2021 23:10:57 +0000</updated>
                            <resolved>Fri, 26 Feb 2021 23:10:57 +0000</resolved>
                                                    <fixVersion>Lustre 2.15.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="254953" author="gerrit" created="Wed, 18 Sep 2019 06:53:51 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/36225&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36225&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12780&quot; title=&quot;Avoid using ptlrpc_thread where is in&amp;#39;t needed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12780&quot;&gt;&lt;del&gt;LU-12780&lt;/del&gt;&lt;/a&gt; lustre: combined patch - testing only.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 5ee58cedcfec59bdb41d0cf965d250d6353095e2&lt;/p&gt;</comment>
                            <comment id="255205" author="gerrit" created="Mon, 23 Sep 2019 06:12:30 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/36257&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36257&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12780&quot; title=&quot;Avoid using ptlrpc_thread where is in&amp;#39;t needed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12780&quot;&gt;&lt;del&gt;LU-12780&lt;/del&gt;&lt;/a&gt; lustre: remove SVC_EVENT flag&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 32e077dfd1256e31940179a0d06bb7205db52943&lt;/p&gt;</comment>
                            <comment id="255206" author="gerrit" created="Mon, 23 Sep 2019 06:12:30 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/36265&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36265&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12780&quot; title=&quot;Avoid using ptlrpc_thread where is in&amp;#39;t needed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12780&quot;&gt;&lt;del&gt;LU-12780&lt;/del&gt;&lt;/a&gt; osp: don&apos;t use ptlrpc_thread for osp_sync_thread()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 92c57c2f0405b6ae4b5df2f383b850f482e61013&lt;/p&gt;</comment>
                            <comment id="255207" author="gerrit" created="Mon, 23 Sep 2019 06:12:31 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/36268&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36268&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12780&quot; title=&quot;Avoid using ptlrpc_thread where is in&amp;#39;t needed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12780&quot;&gt;&lt;del&gt;LU-12780&lt;/del&gt;&lt;/a&gt; quota: don&apos;t use ptlrpc_thread for qsd_reint_main()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: dd9ba27b53730fd064a7080f333130ac83537aad&lt;/p&gt;</comment>
                            <comment id="255208" author="gerrit" created="Mon, 23 Sep 2019 06:12:31 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/36267&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36267&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12780&quot; title=&quot;Avoid using ptlrpc_thread where is in&amp;#39;t needed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12780&quot;&gt;&lt;del&gt;LU-12780&lt;/del&gt;&lt;/a&gt; quota: don&apos;t use ptlrpc_thread for qsd_upd_thread()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 31c8ba57c066726f81cfc0f36709d74f8d103e3e&lt;/p&gt;</comment>
                            <comment id="255209" author="gerrit" created="Mon, 23 Sep 2019 06:12:32 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/36258&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36258&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12780&quot; title=&quot;Avoid using ptlrpc_thread where is in&amp;#39;t needed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12780&quot;&gt;&lt;del&gt;LU-12780&lt;/del&gt;&lt;/a&gt; llite: don&apos;t use ptlrpc_thread for sai_agl_thread&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: a7108c244dd91e36b233c7afc34e69f413768957&lt;/p&gt;</comment>
                            <comment id="255210" author="gerrit" created="Mon, 23 Sep 2019 06:12:33 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/36259&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36259&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12780&quot; title=&quot;Avoid using ptlrpc_thread where is in&amp;#39;t needed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12780&quot;&gt;&lt;del&gt;LU-12780&lt;/del&gt;&lt;/a&gt; llite: avoid ptlrpc_thread for ll_statahead_thread&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 9ce2b04b62cfa9e2037c87f572bcc00fe4478d96&lt;/p&gt;</comment>
                            <comment id="255211" author="gerrit" created="Mon, 23 Sep 2019 06:12:33 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/36262&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36262&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12780&quot; title=&quot;Avoid using ptlrpc_thread where is in&amp;#39;t needed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12780&quot;&gt;&lt;del&gt;LU-12780&lt;/del&gt;&lt;/a&gt; ofd: don&apos;t use ptlrpc_thread&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 0b8588b501423bb4eb25cd2cef0c396dc4516f5e&lt;/p&gt;</comment>
                            <comment id="255212" author="gerrit" created="Mon, 23 Sep 2019 06:12:34 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/36260&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36260&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12780&quot; title=&quot;Avoid using ptlrpc_thread where is in&amp;#39;t needed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12780&quot;&gt;&lt;del&gt;LU-12780&lt;/del&gt;&lt;/a&gt; target: don&apos;t use ptlrpc_thread for txn_commit_thread&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: e7f15fceb5ff7dda65fbd52d8500f2bfacced7a1&lt;/p&gt;</comment>
                            <comment id="255213" author="gerrit" created="Mon, 23 Sep 2019 06:12:34 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/36261&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36261&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12780&quot; title=&quot;Avoid using ptlrpc_thread where is in&amp;#39;t needed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12780&quot;&gt;&lt;del&gt;LU-12780&lt;/del&gt;&lt;/a&gt; lod: don&apos;t use ptlrpc_thread for recovery thread&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: b72bd96a2980417ffd39782fadd1b5761a7b86a1&lt;/p&gt;</comment>
                            <comment id="255214" author="gerrit" created="Mon, 23 Sep 2019 06:12:35 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/36263&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36263&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12780&quot; title=&quot;Avoid using ptlrpc_thread where is in&amp;#39;t needed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12780&quot;&gt;&lt;del&gt;LU-12780&lt;/del&gt;&lt;/a&gt; osp: use native kthreads for opd_pre_thread&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: a67a5ede47eda9674cb44cb80f28d5e07512d35e&lt;/p&gt;</comment>
                            <comment id="255215" author="gerrit" created="Mon, 23 Sep 2019 06:12:36 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/36264&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36264&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12780&quot; title=&quot;Avoid using ptlrpc_thread where is in&amp;#39;t needed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12780&quot;&gt;&lt;del&gt;LU-12780&lt;/del&gt;&lt;/a&gt; osp: don&apos;t use ptlrpc_thread for opd_update_thread&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: f1434a35c7b9e4acaa8a74a6cd192d940b1e43a7&lt;/p&gt;</comment>
                            <comment id="255216" author="gerrit" created="Mon, 23 Sep 2019 06:12:36 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/36266&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36266&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12780&quot; title=&quot;Avoid using ptlrpc_thread where is in&amp;#39;t needed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12780&quot;&gt;&lt;del&gt;LU-12780&lt;/del&gt;&lt;/a&gt; osp: don&apos;t use ptlrpc_thread for lwp_notify_main()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 545cecf91b6e79ea0d5cb16eb3b23b0162535476&lt;/p&gt;</comment>
                            <comment id="256891" author="gerrit" created="Wed, 23 Oct 2019 00:38:15 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/36556&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36556&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12780&quot; title=&quot;Avoid using ptlrpc_thread where is in&amp;#39;t needed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12780&quot;&gt;&lt;del&gt;LU-12780&lt;/del&gt;&lt;/a&gt; quota: don&apos;t use ptlrpc_thread for qmt_reba_thread&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 6516b4ab67b71dea68ad403ee2158dc109b13292&lt;/p&gt;</comment>
                            <comment id="259295" author="gerrit" created="Fri, 6 Dec 2019 01:07:52 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/36257/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36257/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12780&quot; title=&quot;Avoid using ptlrpc_thread where is in&amp;#39;t needed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12780&quot;&gt;&lt;del&gt;LU-12780&lt;/del&gt;&lt;/a&gt; lustre: remove SVC_EVENT flag&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 2bf7e6baa4947f96b7fee6ee625d695e2f34c064&lt;/p&gt;</comment>
                            <comment id="261803" author="bzzz" created="Fri, 24 Jan 2020 11:03:57 +0000"  >&lt;p&gt;this seem to be related?&lt;/p&gt;

&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
BUG: unable to handle kernel paging request at ffff88012e9ac5e8
PGD 368b067 P4D 368b067 PUD 170b75067 PMD 170a00067 PTE 800ffffed1653060
Oops: 0000 [#1] SMP DEBUG_PAGEALLOC
CPU: 0 PID: 8522 Comm: osp-syn-1-1 Tainted: G        W  O     --------- ---  4.18.0 #32
Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
RIP: 0010:native_queued_spin_lock_slowpath+0xa/0x1b0
Code: 52 b8 01 00 00 00 31 d2 f0 0f b0 17 3c 01 75 02 5a c3 56 0f b6 f0 e8 c5 ff ff ff 5e 5a c3 66 90 0f 1f 44 00 00 ba 01 00 00 00 &amp;lt;8b&amp;gt; 07 85 c0 75 09 f0 0f b1 17 85 c0 75 f2 c3 f3 90 eb ed 81 fe 00
RSP: 0018:ffff880153abfdd8 EFLAGS: 00010002
RAX: 000000006b6b6b6b RBX: ffff88012e9ac5e8 RCX: 0000000000000000
RDX: 0000000000000001 RSI: 0000000000000001 RDI: ffff88012e9ac5e8
RBP: ffff88012e9ac5e8 R08: 0000000000000001 R09: 0000000000000001
R10: 0000000000000000 R11: 0000000000000000 R12: ffff88012e9ac600
R13: 0000000000000282 R14: 0000000000000000 R15: 0000000000000000
FS:  0000000000000000(0000) GS:ffff88016ae00000(0000) knlGS:0000000000000000
CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
CR2: ffff88012e9ac5e8 CR3: 000000012342b000 CR4: 00000000000006b0
Call Trace:
 do_raw_spin_lock+0x85/0x90
 _raw_spin_lock_irqsave+0x7c/0x80
 __wake_up_common_lock+0x4f/0x90
 osp_sync_thread+0x432/0xa00 [osp]
 kthread+0x100/0x140
 ? osp_sync_process_committed+0x980/0x980 [osp]
 ? kthread_flush_work_fn+0x10/0x10
 ret_from_fork+0x24/0x30
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;this patch has been applied long ago:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
    LU-12780 osp: use &lt;span class=&quot;code-keyword&quot;&gt;native&lt;/span&gt; kthreads &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; opd_pre_thread
    
    rather than ptlrpc_thread, use &lt;span class=&quot;code-keyword&quot;&gt;native&lt;/span&gt; kthreads functionality.
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="262119" author="bzzz" created="Wed, 29 Jan 2020 14:04:32 +0000"  >&lt;p&gt;another report seems to be related here: &lt;a href=&quot;https://testing.whamcloud.com/test_sessions/ec5e5eb5-7924-45be-b30f-f61c4fa789e0&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sessions/ec5e5eb5-7924-45be-b30f-f61c4fa789e0&lt;/a&gt;&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
[11688.746654] Lustre: DEBUG MARKER: == sanity test 154g: various llapi FID tests ========================================================= 13:00:19 (1580043619)
[11728.167540] LustreError: 15355:0:(llog_cat.c:411:llog_cat_id2handle()) lustre-OST0000-osc-MDT0000: error opening log id [0x14a10:0x1:0x0]:0: rc = -2
[11728.170363] LustreError: 15355:0:(osp_sync.c:1317:osp_sync_thread()) ASSERTION( thread-&amp;gt;t_flags != SVC_RUNNING ) failed: 1 changes, 0 in progress, 0 in flight
[11728.172819] LustreError: 15355:0:(osp_sync.c:1317:osp_sync_thread()) LBUG
[11728.174009] Pid: 15355, comm: osp-syn-0-0 3.10.0-1062.9.1.el7_lustre.x86_64 #1 SMP Sun Jan 26 08:12:08 UTC 2020
[11728.175778] Call Trace:
[11728.176263]  [&amp;lt;ffffffffc09868ac&amp;gt;] libcfs_call_trace+0x8c/0xc0 [libcfs]
[11728.177527]  [&amp;lt;ffffffffc098695c&amp;gt;] lbug_with_loc+0x4c/0xa0 [libcfs]
[11728.178659]  [&amp;lt;ffffffffc18a99e7&amp;gt;] osp_sync_thread+0xb17/0xb20 [osp]
[11728.179823]  [&amp;lt;ffffffff844c61f1&amp;gt;] kthread+0xd1/0xe0
[11728.180739]  [&amp;lt;ffffffff84b8dd37&amp;gt;] ret_from_fork_nospec_end+0x0/0x39
[11728.181961]  [&amp;lt;ffffffffffffffff&amp;gt;] 0xffffffffffffffff
[11728.183118] Kernel panic - not syncing: LBUG
[11728.183892] CPU: 1 PID: 15355 Comm: osp-syn-0-0 Kdump: loaded Tainted: P           OE  ------------   3.10.0-1062.9.1.el7_lustre.x86_64 #1
[11728.186387] Hardware name: Red Hat KVM, BIOS 0.5.1 01/01/2011
[11728.187518] Call Trace:
[11728.188077]  [&amp;lt;ffffffff84b7ac23&amp;gt;] dump_stack+0x19/0x1b
[11728.189229]  [&amp;lt;ffffffff84b74967&amp;gt;] panic+0xe8/0x21f
[11728.190230]  [&amp;lt;ffffffffc09869ab&amp;gt;] lbug_with_loc+0x9b/0xa0 [libcfs]
[11728.191518]  [&amp;lt;ffffffffc18a99e7&amp;gt;] osp_sync_thread+0xb17/0xb20 [osp]
[11728.192783]  [&amp;lt;ffffffff844d4ffe&amp;gt;] ? finish_task_switch+0x4e/0x1c0
[11728.194071]  [&amp;lt;ffffffff84b805a2&amp;gt;] ? __schedule+0x402/0x840
[11728.195164]  [&amp;lt;ffffffffc18a8ed0&amp;gt;] ? osp_sync_process_committed+0xa90/0xa90 [osp]
[11728.196746]  [&amp;lt;ffffffff844c61f1&amp;gt;] kthread+0xd1/0xe0
[11728.197750]  [&amp;lt;ffffffff844c6120&amp;gt;] ? insert_kthread_work+0x40/0x40
[11728.198987]  [&amp;lt;ffffffff84b8dd37&amp;gt;] ret_from_fork_nospec_begin+0x21/0x21
[11728.200278]  [&amp;lt;ffffffff844c6120&amp;gt;] ? insert_kthread_work+0x40/0x40
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="262122" author="simmonsja" created="Wed, 29 Jan 2020 14:58:41 +0000"  >&lt;p&gt;&lt;a href=&quot;https://review.whamcloud.com/#/c/36265/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/#/c/36265/&lt;/a&gt;&#160;has not landed to master. Only patch in this series that landed is&#160;&lt;/p&gt;

&lt;p&gt;2bf7e6baa4947f96b7fee6ee625d695e2f34c064 which remove the unused flag SVC_EVENT.&lt;/p&gt;</comment>
                            <comment id="262171" author="neilb" created="Wed, 29 Jan 2020 23:28:48 +0000"  >&lt;p&gt;The patch is more likely to fix these bugs than cause them.&lt;/p&gt;

&lt;p&gt;I think I can see how the second might happen.&#160; Maybe the first too, though one task would have to get quite a lot done while another task does almost nothing.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</comment>
                            <comment id="263960" author="gerrit" created="Tue, 25 Feb 2020 05:50:57 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/36258/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36258/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12780&quot; title=&quot;Avoid using ptlrpc_thread where is in&amp;#39;t needed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12780&quot;&gt;&lt;del&gt;LU-12780&lt;/del&gt;&lt;/a&gt; llite: don&apos;t use ptlrpc_thread for sai_agl_thread&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 5b630935452d5d8d7529d9ed267885f1ae11b450&lt;/p&gt;</comment>
                            <comment id="263961" author="gerrit" created="Tue, 25 Feb 2020 05:51:05 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/36259/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36259/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12780&quot; title=&quot;Avoid using ptlrpc_thread where is in&amp;#39;t needed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12780&quot;&gt;&lt;del&gt;LU-12780&lt;/del&gt;&lt;/a&gt; llite: avoid ptlrpc_thread for ll_statahead_thread&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 6bf49037b3a1345877692a6ba6d92f579a8e2442&lt;/p&gt;</comment>
                            <comment id="264312" author="gerrit" created="Sun, 1 Mar 2020 05:35:32 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/36263/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36263/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12780&quot; title=&quot;Avoid using ptlrpc_thread where is in&amp;#39;t needed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12780&quot;&gt;&lt;del&gt;LU-12780&lt;/del&gt;&lt;/a&gt; osp: use native kthreads for opd_pre_thread&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: cce9699b1ae128ac2874516b8f9ee85b5ac3fbc6&lt;/p&gt;</comment>
                            <comment id="264713" author="gerrit" created="Thu, 5 Mar 2020 22:36:00 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/36264/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36264/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12780&quot; title=&quot;Avoid using ptlrpc_thread where is in&amp;#39;t needed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12780&quot;&gt;&lt;del&gt;LU-12780&lt;/del&gt;&lt;/a&gt; osp: don&apos;t use ptlrpc_thread for opd_update_thread&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 7c8cd8ad075d731e4bd6ed1d623e1c43c2cd5107&lt;/p&gt;</comment>
                            <comment id="265404" author="gerrit" created="Tue, 17 Mar 2020 03:40:32 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/36261/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36261/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12780&quot; title=&quot;Avoid using ptlrpc_thread where is in&amp;#39;t needed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12780&quot;&gt;&lt;del&gt;LU-12780&lt;/del&gt;&lt;/a&gt; lod: don&apos;t use ptlrpc_thread for recovery thread&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 3b0094779b58c162e5dc553f6d7cdff1910d0c3b&lt;/p&gt;</comment>
                            <comment id="265931" author="gerrit" created="Tue, 24 Mar 2020 05:16:45 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/36266/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36266/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12780&quot; title=&quot;Avoid using ptlrpc_thread where is in&amp;#39;t needed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12780&quot;&gt;&lt;del&gt;LU-12780&lt;/del&gt;&lt;/a&gt; osp: don&apos;t use ptlrpc_thread for lwp_notify_main()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 051f0adeb0615da83c819ff74da467bb4117ae63&lt;/p&gt;</comment>
                            <comment id="265932" author="gerrit" created="Tue, 24 Mar 2020 05:16:49 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/36268/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36268/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12780&quot; title=&quot;Avoid using ptlrpc_thread where is in&amp;#39;t needed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12780&quot;&gt;&lt;del&gt;LU-12780&lt;/del&gt;&lt;/a&gt; quota: don&apos;t use ptlrpc_thread for qsd_reint_main()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 24eeeeef5d56f05b19c94fdd69a5a22ab7384616&lt;/p&gt;</comment>
                            <comment id="266383" author="gerrit" created="Tue, 31 Mar 2020 06:59:36 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/36267/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36267/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12780&quot; title=&quot;Avoid using ptlrpc_thread where is in&amp;#39;t needed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12780&quot;&gt;&lt;del&gt;LU-12780&lt;/del&gt;&lt;/a&gt; quota: don&apos;t use ptlrpc_thread for qsd_upd_thread()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 2ddb1b57670ce239b755e8a7fb4f5cc9d6319786&lt;/p&gt;</comment>
                            <comment id="267048" author="gerrit" created="Tue, 7 Apr 2020 17:18:45 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/36556/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36556/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12780&quot; title=&quot;Avoid using ptlrpc_thread where is in&amp;#39;t needed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12780&quot;&gt;&lt;del&gt;LU-12780&lt;/del&gt;&lt;/a&gt; quota: don&apos;t use ptlrpc_thread for qmt_reba_thread&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 43046d2732a33f81390901acc87fb28920d3864f&lt;/p&gt;</comment>
                            <comment id="267517" author="gerrit" created="Tue, 14 Apr 2020 08:09:58 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/36265/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36265/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12780&quot; title=&quot;Avoid using ptlrpc_thread where is in&amp;#39;t needed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12780&quot;&gt;&lt;del&gt;LU-12780&lt;/del&gt;&lt;/a&gt; osp: don&apos;t use ptlrpc_thread for osp_sync_thread()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 8afc9590a78f6b20c338c027e17043bb22012817&lt;/p&gt;</comment>
                            <comment id="269500" author="gerrit" created="Thu, 7 May 2020 05:45:24 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/36260/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36260/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12780&quot; title=&quot;Avoid using ptlrpc_thread where is in&amp;#39;t needed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12780&quot;&gt;&lt;del&gt;LU-12780&lt;/del&gt;&lt;/a&gt; target: don&apos;t use ptlrpc_thread for txn_commit_thread&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 8bbcfedcba1d5e4401bcfd8e60936efea262d562&lt;/p&gt;</comment>
                            <comment id="270283" author="gerrit" created="Fri, 15 May 2020 05:24:23 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/38612&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38612&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12780&quot; title=&quot;Avoid using ptlrpc_thread where is in&amp;#39;t needed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12780&quot;&gt;&lt;del&gt;LU-12780&lt;/del&gt;&lt;/a&gt; quota: don&apos;t use ptlrpc_thead of qmt_pool_recalc&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 6fa73578014258098e0f86e8b448d8fbb2290a8d&lt;/p&gt;</comment>
                            <comment id="271912" author="gerrit" created="Thu, 4 Jun 2020 01:41:12 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/38824&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38824&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12780&quot; title=&quot;Avoid using ptlrpc_thread where is in&amp;#39;t needed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12780&quot;&gt;&lt;del&gt;LU-12780&lt;/del&gt;&lt;/a&gt; osd: use native kthreads for scrub.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 562bf522f156df53d4d298fd9b144398301b50d8&lt;/p&gt;</comment>
                            <comment id="272141" author="gerrit" created="Sat, 6 Jun 2020 14:03:02 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/38612/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38612/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12780&quot; title=&quot;Avoid using ptlrpc_thread where is in&amp;#39;t needed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12780&quot;&gt;&lt;del&gt;LU-12780&lt;/del&gt;&lt;/a&gt; quota: don&apos;t use ptlrpc_thead of qmt_pool_recalc&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: d9094cf66b54c953416969e8581e1f3a6df461b0&lt;/p&gt;</comment>
                            <comment id="273169" author="gerrit" created="Thu, 18 Jun 2020 01:59:52 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/38974&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38974&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12780&quot; title=&quot;Avoid using ptlrpc_thread where is in&amp;#39;t needed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12780&quot;&gt;&lt;del&gt;LU-12780&lt;/del&gt;&lt;/a&gt; scrub: all update to bitfields must be protected.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: f8ff777659f2152528085c77789c08fcca81301d&lt;/p&gt;</comment>
                            <comment id="273555" author="gerrit" created="Tue, 23 Jun 2020 08:12:43 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/38974/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38974/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12780&quot; title=&quot;Avoid using ptlrpc_thread where is in&amp;#39;t needed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12780&quot;&gt;&lt;del&gt;LU-12780&lt;/del&gt;&lt;/a&gt; scrub: all update to bitfields must be protected.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 23a6e1ed8eec2c07653ed07c35bb109ecb87a5b7&lt;/p&gt;</comment>
                            <comment id="273675" author="spitzcor" created="Wed, 24 Jun 2020 19:25:40 +0000"  >&lt;p&gt;From &lt;a href=&quot;https://review.whamcloud.com/38974:&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38974:&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If two of these updates can race, corruption can occurs&lt;/p&gt;

&lt;p&gt;Are there any known bugs with scrub that are know to be fixed or might be fixed by the change?&lt;/p&gt;</comment>
                            <comment id="274214" author="neilb" created="Wed, 1 Jul 2020 23:36:11 +0000"  >&lt;p&gt;(oops, I meant to reply to the above, but inadvertently editted the comment instead.&#160; I didn&apos;t know I could do that, but think I&apos;ve put it back properly).&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;&amp;gt; Are there any known bugs with scrub that are know to be fixed or might be fixed by the change?&lt;/p&gt;

&lt;p&gt;I didn&apos;t find any clear races, but I didn&apos;t look very hard.&#160; It is probably that the flags are changed very rarely, so any races that are possible are extremely unlikely.&lt;/p&gt;

&lt;p&gt;My main reason for the patch was that I was going to add another flag which could change asynchronously, and I didn&apos;t think that would be safe without proper locking.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</comment>
                            <comment id="278448" author="gerrit" created="Tue, 1 Sep 2020 03:44:07 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/38824/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38824/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12780&quot; title=&quot;Avoid using ptlrpc_thread where is in&amp;#39;t needed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12780&quot;&gt;&lt;del&gt;LU-12780&lt;/del&gt;&lt;/a&gt; osd: use native kthreads for scrub.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: b76df292c241a6db8dfad76d0f5f4cb8babe22bf&lt;/p&gt;</comment>
                            <comment id="293313" author="gerrit" created="Fri, 26 Feb 2021 22:11:38 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/36262/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36262/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12780&quot; title=&quot;Avoid using ptlrpc_thread where is in&amp;#39;t needed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12780&quot;&gt;&lt;del&gt;LU-12780&lt;/del&gt;&lt;/a&gt; ofd: don&apos;t use ptlrpc_thread for consistency verification&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: cb3c65d4a10b2ad0a6c70d5e38719bca3d501efb&lt;/p&gt;</comment>
                            <comment id="293335" author="pjones" created="Fri, 26 Feb 2021 23:10:57 +0000"  >&lt;p&gt;Landed for 2.15&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="60936">LU-13986</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="56278">LU-12511</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </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|i00mxb:</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>
                                                                                                                                                                                                                                                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>