<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:54:50 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-5823] Replace some obsolete obd operations with CLIO ioctl interface</title>
                <link>https://jira.whamcloud.com/browse/LU-5823</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;This is a subtask of &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5880&quot; title=&quot;CLIO Simplification&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5880&quot;&gt;&lt;del&gt;LU-5880&lt;/del&gt;&lt;/a&gt; (CLIO simplification)&lt;/p&gt;</description>
                <environment></environment>
        <key id="27360">LU-5823</key>
            <summary>Replace some obsolete obd operations with CLIO ioctl interface</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <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="bobijam">Zhenyu Xu</assignee>
                                    <reporter username="bobijam">Zhenyu Xu</reporter>
                        <labels>
                            <label>clio</label>
                    </labels>
                <created>Wed, 29 Oct 2014 03:33:00 +0000</created>
                <updated>Fri, 30 Oct 2015 16:26:17 +0000</updated>
                            <resolved>Mon, 29 Jun 2015 22:55:16 +0000</resolved>
                                    <version>Lustre 2.8.0</version>
                                    <fixVersion>Lustre 2.8.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="97800" author="bobijam" created="Wed, 29 Oct 2014 03:37:49 +0000"  >&lt;p&gt;IOC_GETSTRIPE ioctl interface patch &lt;a href=&quot;http://review.whamcloud.com/#/c/12452&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/12452&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="98166" author="bobijam" created="Mon, 3 Nov 2014 10:57:10 +0000"  >&lt;p&gt;IOC_FIND_CBDATA cl_object_ioctl() interface patch &lt;a href=&quot;http://review.whamcloud.com/#/c/12494&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/12494&lt;/a&gt;&lt;br/&gt;
FSFILT_IOC_FIEMAP cl_object_ioctl() interface patch &lt;a href=&quot;http://review.whamcloud.com/#/c/12535&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/12535&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="98734" author="bobijam" created="Mon, 10 Nov 2014 02:06:49 +0000"  >&lt;p&gt;patch &lt;a href=&quot;http://review.whamcloud.com/12638&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/12638&lt;/a&gt;&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedHeader panelHeader&quot; style=&quot;border-bottom-width: 1px;&quot;&gt;&lt;b&gt;commit message&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;LU-5823 clio: add CL_IOC_DATA_VERSION and CL_IOC_GETATTR ops

* Add CL_IOC_DATA_VERSION cl_object_ioctl() to get file&apos;s data
  version.
* Add CL_IOC_GETATTR cl_object_ioctl() to get file&apos;s attributes
  asynchronously.
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="98735" author="bobijam" created="Mon, 10 Nov 2014 02:07:36 +0000"  >&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/12639&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/12639&lt;/a&gt;&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedHeader panelHeader&quot; style=&quot;border-bottom-width: 1px;&quot;&gt;&lt;b&gt;commit message&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;LU-5823 clio: get rid of lov_stripe_md reference in file ioctl

Get rid of lov_stripe_md reference in setting file&apos;s stripe info.

&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="99323" author="gerrit" created="Mon, 17 Nov 2014 09:07:13 +0000"  >&lt;p&gt;Bobi Jam (bobijam@gmail.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/12748&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/12748&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5823&quot; title=&quot;Replace some obsolete obd operations with CLIO ioctl interface&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5823&quot;&gt;&lt;del&gt;LU-5823&lt;/del&gt;&lt;/a&gt; clio: get rid of ll_glimpse_ioctl()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 30bfcb125bc6ca908edbc867472eddac7552ae1d&lt;/p&gt;</comment>
                            <comment id="101898" author="gerrit" created="Thu, 18 Dec 2014 00:32:58 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/12452/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/12452/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5823&quot; title=&quot;Replace some obsolete obd operations with CLIO ioctl interface&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5823&quot;&gt;&lt;del&gt;LU-5823&lt;/del&gt;&lt;/a&gt; clio: add coo_getstripe interface&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 72714911b716b9ec8eba294d852164e7a3e4b380&lt;/p&gt;</comment>
                            <comment id="103653" author="gerrit" created="Thu, 15 Jan 2015 20:06:15 +0000"  >&lt;p&gt;John L. Hammond (john.hammond@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/13422&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/13422&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5823&quot; title=&quot;Replace some obsolete obd operations with CLIO ioctl interface&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5823&quot;&gt;&lt;del&gt;LU-5823&lt;/del&gt;&lt;/a&gt; clio: use CIT_SETATTR for FSFILT_IOC_SETFLAGS&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 45fc687da124995e27ca58dafdb8b3554a744e4d&lt;/p&gt;</comment>
                            <comment id="104533" author="gerrit" created="Fri, 23 Jan 2015 17:24:43 +0000"  >&lt;p&gt;Jinshan Xiong (jinshan.xiong@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/13514&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/13514&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5823&quot; title=&quot;Replace some obsolete obd operations with CLIO ioctl interface&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5823&quot;&gt;&lt;del&gt;LU-5823&lt;/del&gt;&lt;/a&gt; llite: Remove access of stripe in ll_setattr_raw&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 6cd6f54e9955176f8e27f4943298356333dc341b&lt;/p&gt;</comment>
                            <comment id="104898" author="gerrit" created="Tue, 27 Jan 2015 20:03:11 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/12494/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/12494/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5823&quot; title=&quot;Replace some obsolete obd operations with CLIO ioctl interface&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5823&quot;&gt;&lt;del&gt;LU-5823&lt;/del&gt;&lt;/a&gt; clio: add cl_object_find_cbdata()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 2d686e9c9cc3c3c47cce92a0ff495b04efacd3a9&lt;/p&gt;</comment>
                            <comment id="110608" author="gerrit" created="Wed, 25 Mar 2015 14:32:13 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/12535/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/12535/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5823&quot; title=&quot;Replace some obsolete obd operations with CLIO ioctl interface&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5823&quot;&gt;&lt;del&gt;LU-5823&lt;/del&gt;&lt;/a&gt; clio: add cl_object_fiemap()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: c16ecc8600c57f5b2338c59649654bb2716780f6&lt;/p&gt;</comment>
                            <comment id="110696" author="gerrit" created="Thu, 26 Mar 2015 00:10:34 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/12638/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/12638/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5823&quot; title=&quot;Replace some obsolete obd operations with CLIO ioctl interface&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5823&quot;&gt;&lt;del&gt;LU-5823&lt;/del&gt;&lt;/a&gt; clio: add coo_obd_info_get and coo_data_version&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 49b17944e1a61f88bddb5595bb053a555c8c08da&lt;/p&gt;</comment>
                            <comment id="110697" author="gerrit" created="Thu, 26 Mar 2015 00:10:59 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/12748/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/12748/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5823&quot; title=&quot;Replace some obsolete obd operations with CLIO ioctl interface&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5823&quot;&gt;&lt;del&gt;LU-5823&lt;/del&gt;&lt;/a&gt; clio: remove IOC_LOV_GETINFO&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 3151aa574e2c9bd3343dad11577cba3c55c16dca&lt;/p&gt;</comment>
                            <comment id="111548" author="gerrit" created="Mon, 6 Apr 2015 01:00:22 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/12639/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/12639/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5823&quot; title=&quot;Replace some obsolete obd operations with CLIO ioctl interface&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5823&quot;&gt;&lt;del&gt;LU-5823&lt;/del&gt;&lt;/a&gt; clio: get rid of lov_stripe_md reference&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: be5ef474be66c7978b427421556b50e5a1b51077&lt;/p&gt;</comment>
                            <comment id="111549" author="gerrit" created="Mon, 6 Apr 2015 01:02:27 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/13422/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/13422/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5823&quot; title=&quot;Replace some obsolete obd operations with CLIO ioctl interface&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5823&quot;&gt;&lt;del&gt;LU-5823&lt;/del&gt;&lt;/a&gt; clio: use CIT_SETATTR for FSFILT_IOC_SETFLAGS&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 1b209744469c5c4296aa496de114d53d03aaa071&lt;/p&gt;</comment>
                            <comment id="119885" author="gerrit" created="Mon, 29 Jun 2015 22:11:30 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/13514/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/13514/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5823&quot; title=&quot;Replace some obsolete obd operations with CLIO ioctl interface&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5823&quot;&gt;&lt;del&gt;LU-5823&lt;/del&gt;&lt;/a&gt; llite: Remove access of stripe in ll_setattr_raw&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 6acf93339ad3297f2e5c659f2269c05df6198f74&lt;/p&gt;</comment>
                            <comment id="119892" author="pjones" created="Mon, 29 Jun 2015 22:55:16 +0000"  >&lt;p&gt;Landed for 2.8&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10120">
                    <name>Blocker</name>
                                            <outwardlinks description="is blocking">
                                        <issuelink>
            <issuekey id="27498">LU-5880</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="29134">LU-6377</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="29891">LU-6576</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|hzwzq7:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>16326</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>