<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:34:21 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-3489] ZFS OSD missing OI iterator for scrub/LFSCK</title>
                <link>https://jira.whamcloud.com/browse/LU-3489</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;There is not yet an object table iterator for ZFS OSDs.  This is needed in order to implement OI Scrub for ZFS (which would also allow a file-level backup of an ldiskfs-based MDT/OST to be restored into a newly-formatted ZFS filesystem) and verifying the Lustre namespace metadata (e.g. linkEA and FID-in-dirent).&lt;/p&gt;

&lt;p&gt;It is also needed for implementing the distributed MDT-OST verification for LFSCK Phase II, and MDT-MDT verification for DNE in LFSCK Phase III.&lt;/p&gt;</description>
                <environment></environment>
        <key id="19504">LU-3489</key>
            <summary>ZFS OSD missing OI iterator for scrub/LFSCK</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="bzzz">Alex Zhuravlev</assignee>
                                    <reporter username="adilger">Andreas Dilger</reporter>
                        <labels>
                            <label>mq414</label>
                            <label>prz</label>
                            <label>zfs</label>
                    </labels>
                <created>Thu, 20 Jun 2013 22:20:56 +0000</created>
                <updated>Tue, 15 Sep 2015 09:18:47 +0000</updated>
                            <resolved>Tue, 15 Sep 2015 09:18:47 +0000</resolved>
                                    <version>Lustre 2.4.0</version>
                    <version>Lustre 2.5.0</version>
                                    <fixVersion>Lustre 2.6.0</fixVersion>
                    <fixVersion>Lustre 2.5.4</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>7</watches>
                                                                            <comments>
                            <comment id="63537" author="bzzz" created="Fri, 2 Aug 2013 07:38:15 +0000"  >&lt;p&gt;the initial patches:&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/#/c/7149/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/7149/&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/#/c/7152/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/7152/&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/#/c/7155/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/7155/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;there is no OI scrub functionality in, but the object iterator does enables LFSCK on ZFS.&lt;br/&gt;
dmu_prefetch() needs to be exported in DMU to improve performance, Brian has already landed a patch doing so.&lt;/p&gt;</comment>
                            <comment id="81877" author="jlevi" created="Thu, 17 Apr 2014 20:09:39 +0000"  >&lt;p&gt;Can this ticket be closed?&lt;/p&gt;</comment>
                            <comment id="81982" author="adilger" created="Fri, 18 Apr 2014 20:05:15 +0000"  >&lt;p&gt;This depends on &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-4202&quot; title=&quot;Test failure sanity-lfsck test_8: Expect &amp;#39;scanning-phase2&amp;#39;, but got &amp;#39;scanning-phase1&amp;#39;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-4202&quot;&gt;&lt;del&gt;LU-4202&lt;/del&gt;&lt;/a&gt; to land before it can be closed, since sanity-lfsck is intermittently failing for ZFS backing filesystems. &lt;/p&gt;</comment>
                            <comment id="83519" author="jlevi" created="Thu, 8 May 2014 15:19:28 +0000"  >&lt;p&gt;The fix for &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-4202&quot; title=&quot;Test failure sanity-lfsck test_8: Expect &amp;#39;scanning-phase2&amp;#39;, but got &amp;#39;scanning-phase1&amp;#39;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-4202&quot;&gt;&lt;del&gt;LU-4202&lt;/del&gt;&lt;/a&gt; has landed so closing this ticket. Please reopen if more work is needed&lt;/p&gt;</comment>
                            <comment id="95494" author="yujian" created="Thu, 2 Oct 2014 06:26:07 +0000"  >&lt;p&gt;Patch &lt;a href=&quot;http://review.whamcloud.com/7152&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/7152&lt;/a&gt; was reverted from Lustre b2_5 branch because it caused regression failure &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5649&quot; title=&quot;conf-sanity test_32a: FAIL: Mounting the MDT&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5649&quot;&gt;&lt;del&gt;LU-5649&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="99471" author="gerrit" created="Tue, 18 Nov 2014 14:26:12 +0000"  >&lt;p&gt;Johann Lombardi (johann.lombardi@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/12771&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/12771&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-3489&quot; title=&quot;ZFS OSD missing OI iterator for scrub/LFSCK&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-3489&quot;&gt;&lt;del&gt;LU-3489&lt;/del&gt;&lt;/a&gt; TEI-2862 harness: add support for MDT failover&lt;br/&gt;
Project: soak-test-harness&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: bd083f77d5e2e5b02a10bc8299fa2ff1c726eb4a&lt;/p&gt;</comment>
                            <comment id="99472" author="gerrit" created="Tue, 18 Nov 2014 14:27:35 +0000"  >&lt;p&gt;Johann Lombardi (johann.lombardi@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/12771/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/12771/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-3489&quot; title=&quot;ZFS OSD missing OI iterator for scrub/LFSCK&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-3489&quot;&gt;&lt;del&gt;LU-3489&lt;/del&gt;&lt;/a&gt; TEI-2862 harness: add support for MDT failover&lt;br/&gt;
Project: soak-test-harness&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 30151681e78e27bf3120e24b5ee166b163ecf1cb&lt;/p&gt;</comment>
                            <comment id="101198" author="johann" created="Wed, 10 Dec 2014 13:13:41 +0000"  >&lt;p&gt;Seems that i have used the wrong ticket, sorry for the noise.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                            <subtask id="21829">LU-4202</subtask>
                            <subtask id="22839">LU-4525</subtask>
                    </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|hzvtpz:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>8772</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>