<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:13:13 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-14837] Layout corruption (lmm_oi) inside mdd_swap_layouts</title>
                <link>https://jira.whamcloud.com/browse/LU-14837</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;The following code in mdd_swap_layouts is not valid for PFL layout:&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;
         &lt;span class=&quot;code-comment&quot;&gt;/* set the file specific informations in lmm */&lt;/span&gt;
         &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; (fst_lmm != NULL) {
                 saved_oi = &amp;amp;info-&amp;gt;mti_oa.o_oi;
                 mdd_get_lmm_oi(fst_lmm, saved_oi);
                 mdd_set_lmm_gen(fst_lmm, &amp;amp;snd_gen);
           ----&amp;gt; mdd_set_lmm_oi(fst_lmm, &amp;amp;snd_lmm-&amp;gt;lmm_oi);
                 mdd_set_lmm_oi(snd_lmm, saved_oi);
         } &lt;span class=&quot;code-keyword&quot;&gt;else&lt;/span&gt; {

&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;For PFL layout, snd_lmm does not point directly to a lov_mds_md structure but on a lov_comp_md_v1 structure.&lt;/p&gt;

&lt;p&gt;We have to access to the different component entries defined inside&#160;lov_comp_md_v1 and then apply offsets to access to the lov_mds_md structures.&lt;/p&gt;

&lt;p&gt;LFSK can correct this inconsistencies. this will increment the &quot;inconsistencies_other/repaired_other&quot; counter.&lt;/p&gt;

&lt;p&gt;&lt;font color=&quot;#de350b&quot;&gt;&lt;b&gt;WARNING&lt;/b&gt;&lt;/font&gt;:&lt;/p&gt;

&lt;p&gt;Do not try to run LFSCK on a 2.12.4 for this. This will corrupted &lt;b&gt;every migrated layouts&lt;/b&gt; because of the &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-13535&quot; title=&quot;Files truncated/corruption due to lfsck&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-13535&quot;&gt;&lt;del&gt;LU-13535&lt;/del&gt;&lt;/a&gt; &quot;Files truncated/corruption due to lfsck&quot;&lt;/p&gt;</description>
                <environment></environment>
        <key id="65057">LU-14837</key>
            <summary>Layout corruption (lmm_oi) inside mdd_swap_layouts</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="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="eaujames">Etienne Aujames</assignee>
                                    <reporter username="eaujames">Etienne Aujames</reporter>
                        <labels>
                    </labels>
                <created>Fri, 9 Jul 2021 17:00:33 +0000</created>
                <updated>Wed, 21 Jul 2021 11:33:46 +0000</updated>
                                            <version>Lustre 2.10.0</version>
                    <version>Lustre 2.11.0</version>
                    <version>Lustre 2.12.0</version>
                    <version>Lustre 2.13.0</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="306737" author="eaujames" created="Fri, 9 Jul 2021 17:53:04 +0000"  >&lt;p&gt;This is a duplicate of the &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-13426&quot; title=&quot;&amp;quot;lfs migrate&amp;quot; on DoM component clobbers LOV EA FID&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-13426&quot;&gt;&lt;del&gt;LU-13426&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;I will backport the patch&#160;&lt;a href=&quot;https://review.whamcloud.com/38172&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38172&lt;/a&gt;&#160; (&quot;&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-13426&quot; title=&quot;&amp;quot;lfs migrate&amp;quot; on DoM component clobbers LOV EA FID&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-13426&quot;&gt;&lt;del&gt;LU-13426&lt;/del&gt;&lt;/a&gt; mdd: correctly swap OIs during migration&quot;).&lt;/p&gt;</comment>
                            <comment id="306739" author="eaujames" created="Fri, 9 Jul 2021 18:11:23 +0000"  >&lt;p&gt;b2_12 backport : &lt;a href=&quot;https://review.whamcloud.com/44202/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/44202/&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="58682">LU-13426</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="59092">LU-13535</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|i01yxr:</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>