<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:32:53 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-10193] Index object on-disk layout compatibility</title>
                <link>https://jira.whamcloud.com/browse/LU-10193</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Lustre uses ZAP to implement index object for ZFS backend. When tar the index object via backend ZPL for backup, it is explained as regular file, then when untar it, it is not ZAP formatted again, then the Lustre cannot recognize the &apos;bad&apos; formatted index object.&lt;/p&gt;

&lt;p&gt;On the other hand, each backend FS has its own special format for index object. Then we cannot migrate the index files from one backend to another directly.&lt;/p&gt;

&lt;p&gt;To resolve such issue, the patch will backup the index object with plain format to the local &apos;/index_backup&apos; directory with the name of soruce index&apos;s FID string and &quot;.lbx&quot; postfix when&lt;br/&gt;
umount the device.&lt;/p&gt;

&lt;p&gt;The format of the backup is as following:&lt;br/&gt;
1) header: 512 bytes, including:&lt;br/&gt;
   magic:       4 bytes&lt;br/&gt;
   count:       4 bytes&lt;br/&gt;
   keysize:     4 bytes&lt;br/&gt;
   recsize:     4 bytes&lt;br/&gt;
   owner_fid:   16 bytes&lt;br/&gt;
   padding:     480 bytes&lt;/p&gt;

&lt;p&gt;2) body: after the header, &amp;lt;key, rec&amp;gt; pairs one by one.&lt;/p&gt;

&lt;p&gt;The backup behavior is controlled via new OSD lproc interface: index_backup. By default, it is off. You can turn it on to enable backup when server umount via writing non-zero value to such lproc interface.&lt;/p&gt;</description>
                <environment></environment>
        <key id="49083">LU-10193</key>
            <summary>Index object on-disk layout compatibility</summary>
                <type id="7" iconUrl="https://jira.whamcloud.com/images/icons/issuetypes/task_agile.png">Technical task</type>
                            <parent id="33790">LU-7585</parent>
                                    <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="yong.fan">nasf</assignee>
                                    <reporter username="yong.fan">nasf</reporter>
                        <labels>
                    </labels>
                <created>Thu, 2 Nov 2017 05:58:41 +0000</created>
                <updated>Fri, 18 Jun 2021 20:14:51 +0000</updated>
                            <resolved>Tue, 6 Feb 2018 05:03:34 +0000</resolved>
                                                    <fixVersion>Lustre 2.11.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                            <comments>
                            <comment id="213791" author="gerrit" created="Wed, 15 Nov 2017 16:53:26 +0000"  >&lt;p&gt;Fan Yong (fan.yong@intel.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/30106&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/30106&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-10193&quot; title=&quot;Index object on-disk layout compatibility&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-10193&quot;&gt;&lt;del&gt;LU-10193&lt;/del&gt;&lt;/a&gt; tests: test migration between ldiskfs and zfs&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 6c9440bad4d1f3590555ca4f8dc3d8e50e85e7f8&lt;/p&gt;</comment>
                            <comment id="213792" author="yong.fan" created="Wed, 15 Nov 2017 16:54:21 +0000"  >&lt;p&gt;Another two patches:&lt;br/&gt;
&lt;a href=&quot;https://review.whamcloud.com/#/c/28834/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/#/c/28834/&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://review.whamcloud.com/#/c/28847/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/#/c/28847/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="214093" author="gerrit" created="Sun, 19 Nov 2017 12:22:18 +0000"  >&lt;p&gt;Fan Yong (fan.yong@intel.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/30167&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/30167&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-10193&quot; title=&quot;Index object on-disk layout compatibility&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-10193&quot;&gt;&lt;del&gt;LU-10193&lt;/del&gt;&lt;/a&gt; tests: debug patch for ZFS OI scrub&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: a5b3b17aa3947cd56377a4af0c213c72d0b1166a&lt;/p&gt;</comment>
                            <comment id="218470" author="gerrit" created="Thu, 18 Jan 2018 01:43:20 +0000"  >&lt;p&gt;Fan Yong (fan.yong@intel.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/30910&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/30910&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-10193&quot; title=&quot;Index object on-disk layout compatibility&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-10193&quot;&gt;&lt;del&gt;LU-10193&lt;/del&gt;&lt;/a&gt; osd-zfs: backup index object with plain format&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 4347fccb03046d09be9b5be92238f4ca1c0619e0&lt;/p&gt;</comment>
                            <comment id="218471" author="gerrit" created="Thu, 18 Jan 2018 01:43:21 +0000"  >&lt;p&gt;Fan Yong (fan.yong@intel.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/30911&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/30911&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-10193&quot; title=&quot;Index object on-disk layout compatibility&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-10193&quot;&gt;&lt;del&gt;LU-10193&lt;/del&gt;&lt;/a&gt; osd-ldiskfs: backup index object with plain format&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 43a80c1dca566d3d7709090bef6f96baadd623c4&lt;/p&gt;</comment>
                            <comment id="220060" author="gerrit" created="Tue, 6 Feb 2018 04:27:29 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/30910/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/30910/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-10193&quot; title=&quot;Index object on-disk layout compatibility&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-10193&quot;&gt;&lt;del&gt;LU-10193&lt;/del&gt;&lt;/a&gt; osd-zfs: backup index object with plain format&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 6ff16309a006788cc91a7adf561aaebd76dd3b38&lt;/p&gt;</comment>
                            <comment id="220061" author="gerrit" created="Tue, 6 Feb 2018 04:27:40 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/30911/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/30911/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-10193&quot; title=&quot;Index object on-disk layout compatibility&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-10193&quot;&gt;&lt;del&gt;LU-10193&lt;/del&gt;&lt;/a&gt; osd-ldiskfs: backup index object with plain format&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: a48853cf3dc51b24cc276fcf5f2e3e25a32c0d25&lt;/p&gt;</comment>
                            <comment id="220062" author="gerrit" created="Tue, 6 Feb 2018 04:27:50 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/30106/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/30106/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-10193&quot; title=&quot;Index object on-disk layout compatibility&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-10193&quot;&gt;&lt;del&gt;LU-10193&lt;/del&gt;&lt;/a&gt; tests: test migration between ldiskfs and zfs&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: a6fb2bbe71efcb07265ced337d2792626e2d9bbe&lt;/p&gt;</comment>
                            <comment id="220085" author="pjones" created="Tue, 6 Feb 2018 05:03:34 +0000"  >&lt;p&gt;Landed for 2.11&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="55042">LU-12038</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|hzzn0n:</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>