<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:16:56 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-8367] delete orphan phase isn&apos;t stated for multistriped file</title>
                <link>https://jira.whamcloud.com/browse/LU-8367</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;problem discovered while testing a OST failovers. OST pool with 10 OST was created and striping with -1 assigned to it.&lt;br/&gt;
half (even indexes) OST&apos;s have failed during create.&lt;br/&gt;
object creation was blocked in several places, sometimes after reserving an object on failed OST. In that case OSP threads was blocked to start a delete orphans due situation when allocation hold an some reserved objects and can&apos;t be release this reservation due blocking on waiting recovery on next assigned OST. Due some object allocations in parallel - MDT hit in situation when each failed OST have an own reserved object and objects allocation blocked by long time waiting a specially when all OSP timeouts (each obd_timeout) expired. It may need a large amount of time - half or full hour.&lt;/p&gt;

&lt;p&gt;That bug introduced as regression after LOV &amp;gt; LOD moving on MDT side.&lt;br/&gt;
Original ticket is &lt;a href=&quot;https://projectlava.xyratex.com/show_bug.cgi?id=18357&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://projectlava.xyratex.com/show_bug.cgi?id=18357&lt;/a&gt;&lt;/p&gt;</description>
                <environment></environment>
        <key id="37977">LU-8367</key>
            <summary>delete orphan phase isn&apos;t stated for multistriped file</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="2" iconUrl="https://jira.whamcloud.com/images/icons/priorities/critical.svg">Critical</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="bzzz">Alex Zhuravlev</assignee>
                                    <reporter username="shadow">Alexey Lyashkov</reporter>
                        <labels>
                    </labels>
                <created>Tue, 5 Jul 2016 09:36:44 +0000</created>
                <updated>Fri, 24 Nov 2023 06:16:35 +0000</updated>
                            <resolved>Tue, 3 Jan 2023 21:44:02 +0000</resolved>
                                    <version>Lustre 2.5.0</version>
                    <version>Lustre 2.6.0</version>
                    <version>Lustre 2.7.0</version>
                    <version>Lustre 2.8.0</version>
                                    <fixVersion>Lustre 2.16.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>13</watches>
                                                                            <comments>
                            <comment id="157651" author="shadow" created="Tue, 5 Jul 2016 11:43:31 +0000"  >&lt;p&gt;problem easy replicated with attached test.&lt;/p&gt;</comment>
                            <comment id="157678" author="shadow" created="Tue, 5 Jul 2016 16:56:05 +0000"  >&lt;p&gt;main problem is not about del orphan start, but recovery block stop any allocation until del orphan finished, so one failed create will block any allocations.&lt;/p&gt;</comment>
                            <comment id="159577" author="gerrit" created="Fri, 22 Jul 2016 13:33:57 +0000"  >&lt;p&gt;Alexander Boyko (alexander.boyko@seagate.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/21483&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/21483&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8367&quot; title=&quot;delete orphan phase isn&amp;#39;t stated for multistriped file&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8367&quot;&gt;&lt;del&gt;LU-8367&lt;/del&gt;&lt;/a&gt; test: long waiting for multistripe file creation&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: d23f8ae00fc85a7fe070a72f35cc90a1f036afb3&lt;/p&gt;</comment>
                            <comment id="165513" author="sergey" created="Fri, 9 Sep 2016 18:31:24 +0000"  >&lt;p&gt;Suggested solution &lt;a href=&quot;http://review.whamcloud.com/#/c/21785/4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/21785/4&lt;/a&gt; doesn&apos;t solve the issue when reconnection is caused by OST failover.&lt;br/&gt;
I changed reproducer &lt;a href=&quot;http://review.whamcloud.com/21483&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/21483&lt;/a&gt; (patchset 4). Now it shows hunging osp_precreate_cleanup_orphans after OST failover.&lt;/p&gt;</comment>
                            <comment id="168310" author="tbhise" created="Wed, 5 Oct 2016 08:42:31 +0000"  >&lt;p&gt;Hi Peter, Vitaly,&lt;/p&gt;

&lt;p&gt;I think this one is also stuck due to mismatch in expectations. Is it possible to quickly summarize from each team what the expectations  are so we can try to move this forward?&lt;/p&gt;

&lt;p&gt;Regards,&lt;br/&gt;
Tejas.&lt;/p&gt;</comment>
                            <comment id="168311" author="bzzz" created="Wed, 5 Oct 2016 08:54:02 +0000"  >&lt;p&gt;We discussed the issue at LAD, I&apos;ve been working on the solution..&lt;/p&gt;</comment>
                            <comment id="168312" author="tbhise" created="Wed, 5 Oct 2016 09:01:10 +0000"  >&lt;p&gt;Great!! .. Thanks ..&lt;/p&gt;</comment>
                            <comment id="170624" author="bzzz" created="Fri, 21 Oct 2016 17:40:48 +0000"  >&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/#/c/23168/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/23168/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="171436" author="shadow" created="Thu, 27 Oct 2016 20:50:32 +0000"  >&lt;p&gt;May you explain why it hack better to disable a del orphan expect an MDT recovery phase ?&lt;/p&gt;</comment>
                            <comment id="178910" author="gerrit" created="Fri, 23 Dec 2016 05:04:41 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/23168/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/23168/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8367&quot; title=&quot;delete orphan phase isn&amp;#39;t stated for multistriped file&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8367&quot;&gt;&lt;del&gt;LU-8367&lt;/del&gt;&lt;/a&gt; osp: do not block orphan cleanup&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 2ce0d5b0640e3e440822080e407eee1ce1cafd75&lt;/p&gt;</comment>
                            <comment id="178939" author="pjones" created="Fri, 23 Dec 2016 13:36:59 +0000"  >&lt;p&gt;Landed for 2.10&lt;/p&gt;</comment>
                            <comment id="187756" author="gerrit" created="Fri, 10 Mar 2017 09:13:29 +0000"  >&lt;p&gt;Alex Zhuravlev (alexey.zhuravlev@intel.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/25925&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/25925&lt;/a&gt;&lt;br/&gt;
Subject: Revert &quot;&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8367&quot; title=&quot;delete orphan phase isn&amp;#39;t stated for multistriped file&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8367&quot;&gt;&lt;del&gt;LU-8367&lt;/del&gt;&lt;/a&gt; osp: do not block orphan cleanup&quot;&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 27bdaf74982212f9441cefd28cb533289c0f7bfe&lt;/p&gt;</comment>
                            <comment id="195013" author="gerrit" created="Tue, 9 May 2017 03:45:16 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/25926/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/25926/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8367&quot; title=&quot;delete orphan phase isn&amp;#39;t stated for multistriped file&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8367&quot;&gt;&lt;del&gt;LU-8367&lt;/del&gt;&lt;/a&gt; osp: orphan cleanup do not wait for reserved&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 1b3028ab142a1f605e6274a6019bb39d89ae8d25&lt;/p&gt;</comment>
                            <comment id="199089" author="pjones" created="Tue, 13 Jun 2017 17:01:01 +0000"  >&lt;p&gt;Reverted from master under &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-9498&quot; title=&quot;osp_precreate_get_fid()) ASSERTION( osp_fid_diff(&amp;amp;d-&amp;gt;opd_pre_used_fid, &amp;amp;d-&amp;gt;opd_pre_last_created_fid) &amp;lt; 0 ) failed: next fid [0x680000402:0x25de031:0x0] last created fid [0x680000402:0x25de031:0x0]&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-9498&quot;&gt;&lt;del&gt;LU-9498&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="326835" author="aboyko" created="Mon, 21 Feb 2022 16:59:10 +0000"  >&lt;p&gt;This issue is actual still with Lustre 2.15.&#160; We do have a vmcore with MDT failover problem. However r/c brings me to this issue. The test did not include massive failover as description has, only one by one&#160; random node failover/failback during IO.&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;18971.201645&amp;#93;&lt;/span&gt; LustreError: 0-0: Forced cleanup waiting for mdt-kjcf05-MDT0001_UUID namespace with 46 resources in use, (rc=-110)&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;MDT01 creation threads hanged on lq_rw_sem 27 threads sleeped about 1.5 hours&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;0 01:29:59.961&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;UN&amp;#93;&lt;/span&gt; &#160;PID: 49816 &#160;TASK: ffff98c656af17c0 &#160;CPU: 5 &#160; COMMAND: &quot;mdt01_000&quot;&lt;br/&gt;
, lod_ost_alloc_rr holded semaphore for read by 3 threads&#160;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;0 00:05:00.729&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;ID&amp;#93;&lt;/span&gt; &#160;PID: 56895 &#160;TASK: ffff98c67f1217c0 &#160;CPU: 22 &#160;COMMAND: &quot;mdt05_007&quot;&lt;br/&gt;
They waked up every obdtimeout (5minutes), and did not go further because of no objects.&lt;br/&gt;
The next msg repeated during 4000+ seconds.&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;00000004:00080000:7.0:1644534589.764767:0:90378:0:(osp_precreate.c:1529:osp_precreate_reserve()) kjcf05-OST0003-osc-MDT0001: slow creates, last=[0x340000400:0x23a4f483:0x0], next=[0x340000400:0x23a4f378:0x0], reserved=267, sync_changes=1, sync_rpcs_in_progress=0, status=-19&#160;
....
00000004:00080000:3.0:1644539373.892843:0:84791:0:(osp_precreate.c:1529:osp_precreate_reserve()) kjcf05-OST0003-osc-MDT0001: slow creates, last=[0x340000400:0x23a4f483:0x0], next=[0x340000400:0x23a4f378:0x0], reserved=267, sync_changes=0, sync_rpcs_in_progress=0, status=0
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;During this time period MDT0001 successfully reconnected to OST0003, it have done recovery etc. &#160;four times. But objects were not created.&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;00000100:02000000:26.0:1644534989.327955:0:49612:0:(import.c:1642:ptlrpc_import_recovery_state_machine()) kjcf05-OST0003-osc-MDT0001: Connection restored to 10.16.100.58@o2ib (at 10.16.100.58@o2ib)
00000100:02000000:26.0:1644536000.579884:0:49612:0:(import.c:1642:ptlrpc_import_recovery_state_machine()) kjcf05-OST0003-osc-MDT0001: Connection restored to 10.16.100.60@o2ib (at 10.16.100.60@o2ib)
00000100:02000000:27.0:1644537071.966959:0:49612:0:(import.c:1642:ptlrpc_import_recovery_state_machine()) kjcf05-OST0003-osc-MDT0001: Connection restored to 10.16.100.58@o2ib (at 10.16.100.58@o2ib)
00000100:02000000:24.0:1644538459.546055:0:49612:0:(import.c:1642:ptlrpc_import_recovery_state_machine()) kjcf05-OST0003-osc-MDT0001: Connection restored to 10.16.100.60@o2ib (at 10.16.100.60@o2ib)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;osp_precreate_thread sleeps here&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;PID: 49938  TASK: ffff98c63a248000  CPU: 30  COMMAND: &quot;osp-pre-3-1&quot;
 #0 [ffffa545b38efd48] __schedule at ffffffff8e54e1d4
 #1 [ffffa545b38efde0] schedule at ffffffff8e54e648
 #2 [ffffa545b38efdf0] osp_precreate_cleanup_orphans at ffffffffc17d00e9 [osp]
 #3 [ffffa545b38efe70] osp_precreate_thread at ffffffffc17d18da [osp]
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;The wait is&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;wait_event_idle(d-&amp;gt;opd_pre_waitq,
                        (!d-&amp;gt;opd_pre_reserved &amp;amp;&amp;amp; d-&amp;gt;opd_recovery_completed) ||
                        !d-&amp;gt;opd_pre_task || d-&amp;gt;opd_got_disconnected);

osp_pre_reserved = 0x10b,
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;osp_pre_reserverd was not decreased to 0, and osp_precreate_thread was blocked at osp_precreate_cleanup_orphans()&lt;br/&gt;
The hanged component is overstriped with 2000 stripes count.&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;crash&amp;gt; lod_layout_component 0xffff98c68f4a8100
struct lod_layout_component {
  llc_extent = {
    e_start = 536870912,
    e_end = 536870912
  },
  llc_id = 4,
  llc_flags = 0,
  llc_stripe_size = 1048576,
  llc_pattern = 513,
  llc_layout_gen = 0,
  llc_stripe_offset = 65535,
  llc_stripe_count = 2000,
  llc_stripes_allocated = 0,
  llc_timestamp = 0,
  llc_pool = 0xffff98c60eef5980 &quot;flash&quot;,
  llc_ostlist = {
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href=&quot;https://jira.whamcloud.com/secure/ViewProfile.jspa?name=bzzz&quot; class=&quot;user-hover&quot; rel=&quot;bzzz&quot;&gt;bzzz&lt;/a&gt; ^&lt;/p&gt;</comment>
                            <comment id="326942" author="bzzz" created="Tue, 22 Feb 2022 16:51:36 +0000"  >&lt;p&gt;the root cause is the object creation which were holding some objects reserved for simple reason - orphan cleanup doesn&apos;t know which object to start cleanup from. in turn, object reservation is required to avoid waiting for object within a local transaction which would be bad.&lt;br/&gt;
probably the object precreation should be fixed to handle overstriping &quot;faster&quot; when some OSTs are missing.&lt;/p&gt;</comment>
                            <comment id="342944" author="gerrit" created="Mon, 8 Aug 2022 19:52:43 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/46889/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/46889/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8367&quot; title=&quot;delete orphan phase isn&amp;#39;t stated for multistriped file&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8367&quot;&gt;&lt;del&gt;LU-8367&lt;/del&gt;&lt;/a&gt; osp: enable replay for precreation request&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 63e17799a369e2ff0b140fd41dc5d7d8656d2bf0&lt;/p&gt;</comment>
                            <comment id="352895" author="gerrit" created="Mon, 14 Nov 2022 14:02:26 +0000"  >&lt;p&gt;&quot;Li Dongyang &amp;lt;dongyangli@ddn.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/49151&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/49151&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8367&quot; title=&quot;delete orphan phase isn&amp;#39;t stated for multistriped file&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8367&quot;&gt;&lt;del&gt;LU-8367&lt;/del&gt;&lt;/a&gt; osp: detect reformatted OST for FID_SEQ_NORMAL&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: e39c59d6845b0bff7458fc996bdf02f9f62980a7&lt;/p&gt;</comment>
                            <comment id="357806" author="gerrit" created="Tue, 3 Jan 2023 21:34:38 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/49151/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/49151/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8367&quot; title=&quot;delete orphan phase isn&amp;#39;t stated for multistriped file&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8367&quot;&gt;&lt;del&gt;LU-8367&lt;/del&gt;&lt;/a&gt; osp: wait for precreate on reformatted OST&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: e06b2ed956f45feffa3adc7e2e7399ab737b37be&lt;/p&gt;</comment>
                            <comment id="357817" author="pjones" created="Tue, 3 Jan 2023 21:44:02 +0000"  >&lt;p&gt;Landed for 2.16&lt;/p&gt;</comment>
                            <comment id="368510" author="gerrit" created="Wed, 5 Apr 2023 10:48:07 +0000"  >&lt;p&gt;&quot;Sergey Cheremencev &amp;lt;scherementsev@ddn.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/50543&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/50543&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8367&quot; title=&quot;delete orphan phase isn&amp;#39;t stated for multistriped file&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8367&quot;&gt;&lt;del&gt;LU-8367&lt;/del&gt;&lt;/a&gt; osp: unused fail_locs from sanity-27S&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 188103c3203355df222e7b43a45e02405bd8fe4a&lt;/p&gt;</comment>
                            <comment id="370225" author="gerrit" created="Sat, 22 Apr 2023 17:27:30 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/50543/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/50543/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8367&quot; title=&quot;delete orphan phase isn&amp;#39;t stated for multistriped file&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8367&quot;&gt;&lt;del&gt;LU-8367&lt;/del&gt;&lt;/a&gt; osp: remove unused fail_locs from sanity/27S,822&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: e69eea5f60eec17ac32cea8d2a60768e0738a052&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10120">
                    <name>Blocker</name>
                                            <outwardlinks description="is blocking">
                                                        </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                                        </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                                        </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="46074">LU-9498</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="49614">LU-10336</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="73723">LU-16425</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="45180">LU-9285</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="22114" name="test1" size="2885" author="shadow" created="Tue, 5 Jul 2016 11:43:31 +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|hzyglz:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10060" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Severity</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10022"><![CDATA[3]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        </customfields>
    </item>
</channel>
</rss>