<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:51: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-12325] Downgrade lock mode for DOM files when DOM bit gone</title>
                <link>https://jira.whamcloud.com/browse/LU-12325</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;The DOM lock bit is taken opportunistically at open to improve possible read/write access but it uses PW lock mode and can be combined with other lock bits. The proposed improvements are:&lt;br/&gt;
1. when file is closed and there were no read/write, drop DOM bit and downgrade lock mode to less strict lock mode (CR/CW)&lt;br/&gt;
2. if there was write then write data on close (&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11428&quot; title=&quot;Writeback on close for DoM&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11428&quot;&gt;LU-11428&lt;/a&gt;) and also downgrade lock mode to PR&lt;br/&gt;
3. if DOM bit is dropped and there are other bits remains in lock - downgrade lock mode too &lt;/p&gt;</description>
                <environment></environment>
        <key id="55709">LU-12325</key>
            <summary>Downgrade lock mode for DOM files when DOM bit gone</summary>
                <type id="4" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11310&amp;avatarType=issuetype">Improvement</type>
                                            <priority id="3" iconUrl="https://jira.whamcloud.com/images/icons/priorities/major.svg">Major</priority>
                        <status id="1" iconUrl="https://jira.whamcloud.com/images/icons/statuses/open.png" description="The issue is open and ready for the assignee to start work on it.">Open</status>
                    <statusCategory id="2" key="new" colorName="default"/>
                                    <resolution id="-1">Unresolved</resolution>
                                        <assignee username="tappro">Mikhail Pershin</assignee>
                                    <reporter username="tappro">Mikhail Pershin</reporter>
                        <labels>
                            <label>DoM2</label>
                    </labels>
                <created>Wed, 22 May 2019 06:55:13 +0000</created>
                <updated>Fri, 9 Jun 2023 11:36:06 +0000</updated>
                                                                                <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="248207" author="gerrit" created="Sun, 2 Jun 2019 11:20:27 +0000"  >&lt;p&gt;&lt;del&gt;Mike Pershin (mpershin@whamcloud.com) uploaded a new patch:&lt;/del&gt; &lt;a href=&quot;https://review.whamcloud.com/35031&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35031&lt;/a&gt;&lt;br/&gt;
&lt;del&gt;Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12325&quot; title=&quot;Downgrade lock mode for DOM files when DOM bit gone&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12325&quot;&gt;LU-12325&lt;/a&gt; dom: use LCK_PR with &apos;trylock&apos; mode&lt;/del&gt;&lt;br/&gt;
&lt;del&gt;Project: fs/lustre-release&lt;/del&gt;&lt;br/&gt;
&lt;del&gt;Branch: master&lt;/del&gt;&lt;br/&gt;
&lt;del&gt;Current Patch Set: 1&lt;/del&gt;&lt;br/&gt;
&lt;del&gt;Commit: fc6661cba7425757ec1a7f5ff5e2f1490fd2edcb&lt;/del&gt;&lt;/p&gt;</comment>
                            <comment id="248210" author="sihara" created="Sun, 2 Jun 2019 15:13:01 +0000"  >&lt;p&gt;patch &lt;a href=&quot;https://review.whamcloud.com/35031&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35031&lt;/a&gt; worked well and it can optimize performance for the following workload.&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;client1: open-create (zero byte file)
client2: stat
client1: stat 
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Here is test resutls.&lt;br/&gt;
dom_lock=always&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;[root@c082 ~]# /work/home/sihara/io-500-dev/bin/mdtest -C -F -d /es90/out -n 10000 -u
[root@c082 ~]# lctl get_param ldlm.namespaces.*MDT0000*.lock_count
ldlm.namespaces.es90-MDT0000-mdc-ffff92bf94e4d800.lock_count=10004

[root@c083 ~]# /work/home/sihara/io-500-dev/bin/mdtest -T -F -d /es90/out -n 10000 -u
[root@c082 ~]# lctl get_param ldlm.namespaces.*MDT0000*.lock_count
ldlm.namespaces.es90-MDT0000-mdc-ffff92bf94e4d800.lock_count=4

[root@c082 ~]# /work/home/sihara/io-500-dev/bin/mdtest -T -F -d /es90/out -n 10000 -u
SUMMARY rate: (of 1 iterations)
   Operation                      Max            Min           Mean        Std Dev
   ---------                      ---            ---           ----        -------
   File creation     :          0.000          0.000          0.000          0.000
   File stat         :       9145.261       9145.261       9145.261          0.000
   File read         :          0.000          0.000          0.000          0.000
   File removal      :          0.000          0.000          0.000          0.000
   Tree creation     :          0.000          0.000          0.000          0.000
   Tree removal      :          0.000          0.000          0.000          0.000
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;dom_lock=never&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;[root@c082 ~]# /work/home/sihara/io-500-dev/bin/mdtest -C -F -d /es90/out -n 10000 -u
[root@c082 ~]# lctl get_param ldlm.namespaces.*MDT0000*.lock_count
ldlm.namespaces.es90-MDT0000-mdc-ffff92bf94e4d800.lock_count=10004

[root@c083 ~]# /work/home/sihara/io-500-dev/bin/mdtest -T -F -d /es90/out -n 10000 -u
[root@c082 ~]# lctl get_param ldlm.namespaces.*MDT0000*.lock_count
ldlm.namespaces.es90-MDT0000-mdc-ffff92bf94e4d800.lock_count=10004 &amp;lt;--- c082 can keep locks, but it&apos;s still imcompatible for stat

[root@c082 ~]# /work/home/sihara/io-500-dev/bin/mdtest -T -F -d /es90/out -n 10000 -u
SUMMARY rate: (of 1 iterations)
   Operation                      Max            Min           Mean        Std Dev
   ---------                      ---            ---           ----        -------
   File creation     :          0.000          0.000          0.000          0.000
   File stat         :      12923.465      12923.465      12923.465          0.000
   File read         :          0.000          0.000          0.000          0.000
   File removal      :          0.000          0.000          0.000          0.000
   Tree creation     :          0.000          0.000          0.000          0.000
   Tree removal      :          0.000          0.000          0.000          0.000
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;patch &lt;a href=&quot;https://review.whamcloud.com/35031&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35031&lt;/a&gt; + dom_lock=trylock&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;[root@c082 ~]# /work/home/sihara/io-500-dev/bin/mdtest -C -F -d /es90/out -n 10000 -u
[root@c082 ~]# lctl get_param ldlm.namespaces.*MDT0000*.lock_count
ldlm.namespaces.es90-MDT0000-mdc-ffff92bf94e4d800.lock_count=10004

[root@c083 ~]# /work/home/sihara/io-500-dev/bin/mdtest -T -F -d /es90/out -n 10000 -u
[root@c082 ~]# lctl get_param ldlm.namespaces.*MDT0000*.lock_count
ldlm.namespaces.es90-MDT0000-mdc-ffff92bf94e4d800.lock_count=10004

[root@c082 ~]# /work/home/sihara/io-500-dev/bin/mdtest -T -F -d /es90/out -n 10000 -u
SUMMARY rate: (of 1 iterations)
   Operation                      Max            Min           Mean        Std Dev
   ---------                      ---            ---           ----        -------
   File creation     :          0.000          0.000          0.000          0.000
   File stat         :     101680.001     101680.001     101680.001          0.000 &amp;lt;-- 10x faster
   File read         :          0.000          0.000          0.000          0.000
   File removal      :          0.000          0.000          0.000          0.000
   Tree creation     :          0.000          0.000          0.000          0.000
   Tree removal      :          0.000          0.000          0.000          0.000
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="248211" author="sihara" created="Sun, 2 Jun 2019 15:15:35 +0000"  >&lt;p&gt;patch &lt;a href=&quot;https://review.whamcloud.com/35031&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35031&lt;/a&gt; + dom_lock=trylock works for open-create, stat workload, but locks are still incompatible for &quot;open-write + stat&quot; workload, right?&lt;/p&gt;</comment>
                            <comment id="248218" author="tappro" created="Sun, 2 Jun 2019 20:13:01 +0000"  >&lt;p&gt;yes, for write we need OPEN to return PW lock, so that is &apos;always&apos; mode of dom_lock parameter.&lt;/p&gt;</comment>
                            <comment id="260330" author="gerrit" created="Sun, 22 Dec 2019 20:50:00 +0000"  >&lt;p&gt;Mike Pershin (mpershin@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/37088&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/37088&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12325&quot; title=&quot;Downgrade lock mode for DOM files when DOM bit gone&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12325&quot;&gt;LU-12325&lt;/a&gt; ldlm: lock convert with mode downgrade&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: f872a4cbdaa4f7d52ef8fc9e0cbdcee041e50dad&lt;/p&gt;</comment>
                            <comment id="260433" author="gerrit" created="Sat, 28 Dec 2019 07:59:26 +0000"  >&lt;p&gt;Mike Pershin (mpershin@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/37105&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/37105&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12325&quot; title=&quot;Downgrade lock mode for DOM files when DOM bit gone&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12325&quot;&gt;LU-12325&lt;/a&gt; ldlm: mode downgrade, wire changes&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 074008cdfc8e3e7efffc30e744896cda0da327d5&lt;/p&gt;</comment>
                            <comment id="334344" author="sihara" created="Tue, 10 May 2022 23:21:32 +0000"  >&lt;p&gt;It might be related, but dom_lock=trylock behaviors chnaged in recent codes?&lt;br/&gt;
I&apos;m testing on 2.15.0-RC3.&lt;br/&gt;
Dom lock mode &quot;trylock&quot; which is default.&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;[root@ai400x2-1-vm1 ~]# lctl get_param mdt.*.dom_lock
mdt.exafs-MDT0000.dom_lock=trylock
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Create new directory and configured dom for all &amp;lt; 1MB files.&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;[root@ec01 ~]# mkdir /exafs/md test.out/
[root@ec01 ~]# lfs setdirstrip e -i 0 /exafs/mdtest.out/
[root@ec01 ~]# lfs setstripe -E 1m -L mdt /exafs/mdtest.out
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Create 10000 files on client c01&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;[root@ec01 ~]# mpirun -np 1 --allow-run-as-root /work/tools/bin/mdtest -F -d /exafs/mdtest.out/ -n 10000 -u -C
   Operation                     Max            Min           Mean        Std Dev
   ---------                     ---            ---           ----        -------
   File creation                5047.056       5047.056       5047.056          0.000
   File stat                       0.000          0.000          0.000          0.000
   File read                       0.000          0.000          0.000          0.000
   File removal                    0.000          0.000          0.000          0.000
   Tree creation                 900.065        900.065        900.065          0.000
   Tree removal                    0.000          0.000          0.000          0.000

[root@ec01 ~]# lctl get_param ldlm.namespaces.*MDT0000*.lock_count
ldlm.namespaces.exafs-MDT0000-mdc-ffff98e1eefd9800.lock_count=10004
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;locks were taken for 10000 files which is expected.&lt;/p&gt;

&lt;p&gt;Another client ec02 issue &quot;stats&quot; to all 10000 files which client ec01 created above.&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;[root@ec02 ~]# mpirun -np 1 --allow-run-as-root /work/tools/bin/mdtest -F -d /exafs/mdtest.out/ -n 10000 -u -T
   Operation                     Max            Min           Mean        Std Dev
   ---------                     ---            ---           ----        -------
   File creation                   0.000          0.000          0.000          0.000
   File stat                    3353.370       3353.370       3353.370          0.000
   File read                       0.000          0.000          0.000          0.000
   File removal                    0.000          0.000          0.000          0.000
   Tree creation                   0.000          0.000          0.000          0.000
   Tree removal                    0.000          0.000          0.000          0.000

[root@ec01 ~]# lctl get_param ldlm.namespaces.*MDT0000*.lock_count
ldlm.namespaces.exafs-MDT0000-mdc-ffff98e1eefd9800.lock_count=4
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;all locks for 10000 files on ec01 were canceled which is also expected.&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;[root@ec02 ~]# lctl get_param ldlm.namespaces.*MDT0000*.lock_count
ldlm.namespaces.exafs-MDT0000-mdc-ffff9d914c191000.lock_count=30004
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;But, why it requires 3 x locks against 10000 files for &quot;stats&quot;?&lt;/p&gt;

&lt;p&gt;This was same scenarios of what I original tested in &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12325&quot; title=&quot;Downgrade lock mode for DOM files when DOM bit gone&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12325&quot;&gt;LU-12325&lt;/a&gt;, but different results and behaviors..&lt;br/&gt;
When I tested before, second client took same number of locks of target files for &quot;stat&quot;. But, now it takes 3x.. &lt;/p&gt;</comment>
                            <comment id="334346" author="sihara" created="Tue, 10 May 2022 23:35:23 +0000"  >&lt;p&gt;Hm.. dom_lock=always also changed behaviors&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;&#160;[root@ai400x2-1-vm1 ~]# lctl set_param mdt.*.dom_lock=always
mdt.exafs-MDT0000.dom_lock=always

[root@ec01 ~]# mpirun -np 1 --allow-run-as-root /work/tools/bin/mdtest -F -d /exafs/mdtest.out/ -n 10000 -u -C
[root@ec01 ~]# lctl get_param ldlm.namespaces.*MDT0000*.lock_count
ldlm.namespaces.exafs-MDT0000-mdc-ffff98e1eefd9800.lock_count=10005

[root@ec01 ~]# lctl get_param ldlm.namespaces.*MDT0000*.lock_count
ldlm.namespaces.exafs-MDT0000-mdc-ffff98e1eefd9800.lock_count=10005

[root@ec02 ~]# mpirun -np 1 --allow-run-as-root /work/tools/bin/mdtest -F -d /exafs/mdtest.out/ -n 10000 -u -T
[root@ec02 ~]# lctl get_param ldlm.namespaces.*MDT0000*.lock_count
ldlm.namespaces.exafs-MDT0000-mdc-ffff9d914c191000.lock_count=30004
[root@ec01 ~]# lctl get_param ldlm.namespaces.*MDT0000*.lock_count
ldlm.namespaces.exafs-MDT0000-mdc-ffff98e1eefd9800.lock_count=5
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;it seems that dom_lock=never didn&apos;t change.&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;[root@ai400x2-1-vm1 ~]# lctl set_param mdt.*.dom_lock=never
mdt.exafs-MDT0000.dom_lock=never

[root@ec01 ~]# mpirun -np 1 --allow-run-as-root /work/tools/bin/mdtest -F -d /exafs/mdtest.out/ -n 10000 -u -C
[root@ec01 ~]# lctl get_param ldlm.namespaces.*MDT0000*.lock_count
ldlm.namespaces.exafs-MDT0000-mdc-ffff98e1eefd9800.lock_count=10004

[root@ec02 ~]# lctl get_param ldlm.namespaces.*MDT0000*.lock_count
ldlm.namespaces.exafs-MDT0000-mdc-ffff9d914c191000.lock_count=0
[root@ec02 ~]# mpirun -np 1 --allow-run-as-root /work/tools/bin/mdtest -F -d /exafs/mdtest.out/ -n 10000 -u -T
[root@ec02 ~]# lctl get_param ldlm.namespaces.*MDT0000*.lock_count
ldlm.namespaces.exafs-MDT0000-mdc-ffff9d914c191000.lock_count=10004
[root@ec01 ~]# lctl get_param ldlm.namespaces.*MDT0000*.lock_count
ldlm.namespaces.exafs-MDT0000-mdc-ffff98e1eefd9800.lock_count=10004
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;In the end, dom_lock=never make better performance today and we really need &lt;a href=&quot;https://review.whamcloud.com/37088&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/37088&lt;/a&gt; and &lt;a href=&quot;https://review.whamcloud.com/37105&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/37105&lt;/a&gt; conjunctions with dom_lock=trylock otherwise the performance is worse than dom_lock=never.&lt;/p&gt;</comment>
                            <comment id="334373" author="tappro" created="Wed, 11 May 2022 10:14:29 +0000"  >&lt;p&gt;when it takes 3x locks, could you repeat that with less files (~2-3) and dump locks on client:&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;
lctl set_param -n ldlm.dump_namespaces 1 
lctl dk &amp;gt; locks_dumped.txt&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;and attach &lt;tt&gt;locks_dumped.txt&lt;/tt&gt;? I believe these locks differs by inodebits, e.g. some may have XATTR bit and so on.&#160;&lt;/p&gt;</comment>
                            <comment id="374635" author="gerrit" created="Tue, 6 Jun 2023 16:12:22 +0000"  >&lt;p&gt;&quot;Mikhail Pershin &amp;lt;mpershin@whamcloud.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/51239&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/51239&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12325&quot; title=&quot;Downgrade lock mode for DOM files when DOM bit gone&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12325&quot;&gt;LU-12325&lt;/a&gt; ldlm: mode convert client changes&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: ca37a7c2ced28d66ca966d73f242b25cf626ff42&lt;/p&gt;</comment>
                            <comment id="374961" author="gerrit" created="Fri, 9 Jun 2023 11:36:06 +0000"  >&lt;p&gt;&quot;Mikhail Pershin &amp;lt;mpershin@whamcloud.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/51262&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/51262&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12325&quot; title=&quot;Downgrade lock mode for DOM files when DOM bit gone&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12325&quot;&gt;LU-12325&lt;/a&gt; mdc: reduce DoM lock mode on file close&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 306444123a484729bf6cb435b1c2fb84b6170158&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="53422">LU-11428</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|i00gpr:</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>