<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:30:43 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-16873] LU-16655 fix doesn&apos;t update OI_Scrub with new magic</title>
                <link>https://jira.whamcloud.com/browse/LU-16873</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;The fix for &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16655&quot; title=&quot;Files not accessible after 2.12 -&amp;gt; 2.14/2.15 upgrade&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16655&quot;&gt;&lt;del&gt;LU-16655&lt;/del&gt;&lt;/a&gt; detects the format change correctly but does not write new oi scrub file magic , so new mount triggers the &quot;oi files counter reset&quot; again and again:&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@devvm4 tests]# LCTL=/home/zam/work/git/lustre-wc-rel/lustre/utils/lctl
[root@devvm4 tests]# umount /mnt/lustre-mds1/
[root@devvm4 tests]# mount -t ldiskfs /dev/mapper/mds1_flakey /mnt/lustre-mds1/
[root@devvm4 tests]# dd if=$HOME/OI_scrub.v1 of=/mnt/lustre-mds1/OI_scrub seek=16 skip=16 bs=1 conv=notrunc
384+0 records in
384+0 records out
384 bytes copied, 0.00154305 s, 249 kB/s
[root@devvm4 tests]# echo -n -e &apos;\x01\x00&apos; | dd of=/mnt/lustre-mds1/OI_scrub bs=1 count=2 status=none seek=136 conv=notrunc 
[root@devvm4 tests]# umount /mnt/lustre-mds1/
[root@devvm4 tests]# mount -t lustre /dev/mapper/mds1_flakey /mnt/lustre-mds1/
[root@devvm4 tests]# $LCTL get_param *.*.oi_scrub | grep oi_files
oi_files: 64
oi_files: 64
oi_files: 64
[root@devvm4 tests]# 
[root@devvm4 tests]# dmesg  | grep LU-16655
[ 3325.250365] Lustre: 62237:0:(scrub.c:189:scrub_file_load()) lustre-MDT0000: reset scrub OI count for format change (LU-16655)
[root@devvm4 tests]# umount /mnt/lustre-mds1/
[root@devvm4 tests]# mount -t lustre /dev/mapper/mds1_flakey /mnt/lustre-mds1/
[root@devvm4 tests]# dmesg  | grep LU-16655
[ 3325.250365] Lustre: 62237:0:(scrub.c:189:scrub_file_load()) lustre-MDT0000: reset scrub OI count for format change (LU-16655)
[ 3344.469841] Lustre: 62344:0:(scrub.c:189:scrub_file_load()) lustre-MDT0000: reset scrub OI count for format change (LU-16655)
[root@devvm4 tests]# umount /mnt/lustre-mds1/
[root@devvm4 tests]# mount -t lustre /dev/mapper/mds1_flakey /mnt/lustre-mds1/
[root@devvm4 tests]# dmesg  | grep LU-16655
[ 3325.250365] Lustre: 62237:0:(scrub.c:189:scrub_file_load()) lustre-MDT0000: reset scrub OI count for format change (LU-16655)
[ 3344.469841] Lustre: 62344:0:(scrub.c:189:scrub_file_load()) lustre-MDT0000: reset scrub OI count for format change (LU-16655)
[root@devvm4 tests]# umount /mnt/lustre-mds1/
[root@devvm4 tests]# mount -t lustre /dev/mapper/mds1_flakey /mnt/lustre-mds1/
[root@devvm4 tests]# dmesg  | grep LU-16655
[ 3325.250365] Lustre: 62237:0:(scrub.c:189:scrub_file_load()) lustre-MDT0000: reset scrub OI count for format change (LU-16655)
[ 3344.469841] Lustre: 62344:0:(scrub.c:189:scrub_file_load()) lustre-MDT0000: reset scrub OI count for format change (LU-16655)
[ 3379.617818] Lustre: 62529:0:(scrub.c:189:scrub_file_load()) lustre-MDT0000: reset scrub OI count for format change (LU-16655)
[root@devvm4 tests]# umount /mnt/lustre-mds1/
[root@devvm4 tests]# mount -t lustre /dev/mapper/mds1_flakey /mnt/lustre-mds1/
[root@devvm4 tests]# dmesg  | grep LU-16655
[ 3325.250365] Lustre: 62237:0:(scrub.c:189:scrub_file_load()) lustre-MDT0000: reset scrub OI count for format change (LU-16655)
[ 3344.469841] Lustre: 62344:0:(scrub.c:189:scrub_file_load()) lustre-MDT0000: reset scrub OI count for format change (LU-16655)
[ 3379.617818] Lustre: 62529:0:(scrub.c:189:scrub_file_load()) lustre-MDT0000: reset scrub OI count for format change (LU-16655)
[ 3432.251449] Lustre: 62622:0:(scrub.c:189:scrub_file_load()) lustre-MDT0000: reset scrub OI count for format change (LU-16655)
[root@devvm4 tests]# 
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="76413">LU-16873</key>
            <summary>LU-16655 fix doesn&apos;t update OI_Scrub with new magic</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.whamcloud.com/images/icons/priorities/major.svg">Major</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="zam">Alexander Zarochentsev</assignee>
                                    <reporter username="zam">Alexander Zarochentsev</reporter>
                        <labels>
                    </labels>
                <created>Mon, 5 Jun 2023 17:24:35 +0000</created>
                <updated>Fri, 2 Feb 2024 16:09:15 +0000</updated>
                            <resolved>Wed, 14 Jun 2023 22:00:02 +0000</resolved>
                                    <version>Lustre 2.15.3</version>
                                    <fixVersion>Lustre 2.16.0</fixVersion>
                    <fixVersion>Lustre 2.15.4</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="374539" author="gerrit" created="Mon, 5 Jun 2023 17:31:17 +0000"  >&lt;p&gt;&quot;Alexander Zarochentsev &amp;lt;alexander.zarochentsev@hpe.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/51226&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/51226&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16873&quot; title=&quot;LU-16655 fix doesn&amp;#39;t update OI_Scrub with new magic&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16873&quot;&gt;&lt;del&gt;LU-16873&lt;/del&gt;&lt;/a&gt; osd: update OI_Scrub file with new magic&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 255d80005018ab51dd41c6d8be60745c68194450&lt;/p&gt;</comment>
                            <comment id="374545" author="zam" created="Mon, 5 Jun 2023 18:25:49 +0000"  >&lt;p&gt;the test from the description after applying the fix:&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@devvm4 tests]# umount /mnt/lustre-mds1/
[root@devvm4 tests]# mount -t lustre /dev/mapper/mds1_flakey /mnt/lustre-mds1/
[root@devvm4 tests]# dmesg | grep LU-16655
[ 3941.062617] Lustre: 68735:0:(scrub.c:191:scrub_file_load()) lustre-MDT0000: reset scrub OI count for format change (LU-16655)
[root@devvm4 tests]# umount /mnt/lustre-mds1/
[root@devvm4 tests]# mount -t lustre /dev/mapper/mds1_flakey /mnt/lustre-mds1/
[root@devvm4 tests]# dmesg | grep LU-16655
[ 3941.062617] Lustre: 68735:0:(scrub.c:191:scrub_file_load()) lustre-MDT0000: reset scrub OI count for format change (LU-16655)
[root@devvm4 tests]# 
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="374564" author="adilger" created="Mon, 5 Jun 2023 21:55:22 +0000"  >&lt;p&gt;Zam, just to confirm, the &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16655&quot; title=&quot;Files not accessible after 2.12 -&amp;gt; 2.14/2.15 upgrade&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16655&quot;&gt;&lt;del&gt;LU-16655&lt;/del&gt;&lt;/a&gt; fix still &lt;b&gt;works&lt;/b&gt; correctly, and the console message is confusing/annoying, but not a sign of problems?  Just trying to determine if this is a must-have patch for the 2.15.3 release, or if it is not critical (and more important to get the actual &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16655&quot; title=&quot;Files not accessible after 2.12 -&amp;gt; 2.14/2.15 upgrade&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16655&quot;&gt;&lt;del&gt;LU-16655&lt;/del&gt;&lt;/a&gt; fix released).&lt;/p&gt;</comment>
                            <comment id="374584" author="zam" created="Tue, 6 Jun 2023 07:28:06 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.whamcloud.com/secure/ViewProfile.jspa?name=adilger&quot; class=&quot;user-hover&quot; rel=&quot;adilger&quot;&gt;adilger&lt;/a&gt; , &lt;br/&gt;
&amp;gt;Zam, just to confirm, the &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16655&quot; title=&quot;Files not accessible after 2.12 -&amp;gt; 2.14/2.15 upgrade&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16655&quot;&gt;&lt;del&gt;LU-16655&lt;/del&gt;&lt;/a&gt; fix still works correctly, and the console message is confusing/annoying, but not a sign of problems?&lt;/p&gt;

&lt;p&gt;it doesn&apos;t break anything. it only recalculates the number of oi files each mount and prints the error message.&lt;/p&gt;</comment>
                            <comment id="375456" author="gerrit" created="Wed, 14 Jun 2023 21:41:54 +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/+/51226/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/51226/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16873&quot; title=&quot;LU-16655 fix doesn&amp;#39;t update OI_Scrub with new magic&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16873&quot;&gt;&lt;del&gt;LU-16873&lt;/del&gt;&lt;/a&gt; osd: update OI_Scrub file with new magic&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 38b7c408212f60d684c9b114d90b4514e0044ffe&lt;/p&gt;</comment>
                            <comment id="375468" author="pjones" created="Wed, 14 Jun 2023 22:00:02 +0000"  >&lt;p&gt;Landed for 2.16&lt;/p&gt;</comment>
                            <comment id="377130" author="gerrit" created="Fri, 30 Jun 2023 19:14:58 +0000"  >&lt;p&gt;&quot;Etienne AUJAMES &amp;lt;eaujames@ddn.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/51525&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/51525&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16873&quot; title=&quot;LU-16655 fix doesn&amp;#39;t update OI_Scrub with new magic&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16873&quot;&gt;&lt;del&gt;LU-16873&lt;/del&gt;&lt;/a&gt; osd: update OI_Scrub file with new magic&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_15&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: b31c29a3611c02d4a8e9f9c5023f4a7497cff7dc&lt;/p&gt;</comment>
                            <comment id="389920" author="gerrit" created="Thu, 19 Oct 2023 13:46:42 +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/+/51525/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/51525/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16873&quot; title=&quot;LU-16655 fix doesn&amp;#39;t update OI_Scrub with new magic&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16873&quot;&gt;&lt;del&gt;LU-16873&lt;/del&gt;&lt;/a&gt; osd: update OI_Scrub file with new magic&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_15&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 703d8a994bf33ac07f8bd4c956880db3d9abb016&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="75162">LU-16655</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </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|i03n6n:</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>