<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:11:35 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-909] changes to OSD API</title>
                <link>https://jira.whamcloud.com/browse/LU-909</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;the main purpose of the patch is to get declare methods in the API&lt;br/&gt;
and to teach osd-based devices to use that&lt;/p&gt;</description>
                <environment></environment>
        <key id="12642">LU-909</key>
            <summary>changes to OSD API</summary>
                <type id="2" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11311&amp;avatarType=issuetype">New Feature</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="hongchao.zhang">Hongchao Zhang</assignee>
                                    <reporter username="bzzz">Alex Zhuravlev</reporter>
                        <labels>
                    </labels>
                <created>Mon, 12 Dec 2011 01:46:35 +0000</created>
                <updated>Tue, 27 Mar 2012 16:09:03 +0000</updated>
                            <resolved>Mon, 23 Jan 2012 14:03:48 +0000</resolved>
                                    <version>Lustre 2.2.0</version>
                                    <fixVersion>Lustre 2.2.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                            <comments>
                            <comment id="24072" author="bzzz" created="Mon, 12 Dec 2011 01:48:04 +0000"  >&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/#change,1669&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,1669&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="24749" author="adilger" created="Wed, 14 Dec 2011 14:48:48 +0000"  >&lt;p&gt;EuroLUG 2011 OSD API presentation by Alex&lt;/p&gt;</comment>
                            <comment id="24774" author="adilger" created="Wed, 14 Dec 2011 16:11:22 +0000"  >&lt;p&gt;DMU API&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Explicit declarations in transaction mechanism&lt;/li&gt;
	&lt;li&gt;Create transaction&lt;/li&gt;
	&lt;li&gt;Declare changes in terms of objects and operations&lt;/li&gt;
	&lt;li&gt;Start transaction&lt;/li&gt;
	&lt;li&gt;Do changes&lt;/li&gt;
	&lt;li&gt;Stop transaction&lt;/li&gt;
	&lt;li&gt;No OS specifics except
	&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
		&lt;li&gt;Bottom OSD&lt;/li&gt;
		&lt;li&gt;libcfs&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;DMU OSD&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Implements OSD API&lt;/li&gt;
	&lt;li&gt;Simple and obvious&lt;/li&gt;
	&lt;li&gt;Supposed to work with multiple backing stores&lt;/li&gt;
	&lt;li&gt;Sits atop of DMU, not ZPL&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;OSD API: before&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Tables with credits in blocks
	&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
		&lt;li&gt;Not very portable&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;No 0-copy IO support&lt;/li&gt;
	&lt;li&gt;No support for truncate&lt;/li&gt;
	&lt;li&gt;No explicit object destroy
	&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
		&lt;li&gt;Hard to know when object should be destroyed&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;OSD API: after&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Declare methods
	&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
		&lt;li&gt;Very simple to use/implement&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;Support for 0-copy IO&lt;/li&gt;
	&lt;li&gt;Support for truncate&lt;/li&gt;
	&lt;li&gt;Object destroy method
	&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
		&lt;li&gt;Called by MDD/OFD through the stack&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;llog: before&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;No way to declare changes
	&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
		&lt;li&gt;Hard to use with DMU&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;llog_vfs.c
	&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
		&lt;li&gt;Relying on linux vfs&lt;/li&gt;
		&lt;li&gt;Sometimes looks like a stack&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;Not efficient in few cases
	&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
		&lt;li&gt;8K+ writes&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;llog: after&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Set of new methods
	&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
		&lt;li&gt;To declare&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;llog_osd.c
	&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
		&lt;li&gt;Relying on OSD API&lt;/li&gt;
		&lt;li&gt;More like a library now&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;To be fixed
	&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
		&lt;li&gt;By skipping writes?&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Obdfilter: before&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Uses VFS
	&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
		&lt;li&gt;Does low-level IO&lt;/li&gt;
		&lt;li&gt;Using Linux specific methods&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;OFD: after&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Uses OSD API
	&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
		&lt;li&gt;Passes pages to OSD&lt;/li&gt;
		&lt;li&gt;Where low-level IO is implemented&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Configuration: before&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Hardcoded in MDT&lt;/li&gt;
	&lt;li&gt;obd_mount does mounting&lt;/li&gt;
	&lt;li&gt;obd_mount parses mountdata&lt;/li&gt;
	&lt;li&gt;Svname from mountdata&lt;/li&gt;
	&lt;li&gt;Non-portable&lt;/li&gt;
	&lt;li&gt;Supports conf. Backups&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Configuration: after&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Driven by mountconf&lt;/li&gt;
	&lt;li&gt;OSD mounts device internally&lt;/li&gt;
	&lt;li&gt;mount.lustre parses mountdata&lt;/li&gt;
	&lt;li&gt;Svname come from mount.lustre&lt;/li&gt;
	&lt;li&gt;Portable&lt;/li&gt;
	&lt;li&gt;No local conf backups&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;LOV/OSC: before&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Use OBD API&lt;/li&gt;
	&lt;li&gt;Too much interaction&lt;/li&gt;
	&lt;li&gt;Internals exposed&lt;/li&gt;
	&lt;li&gt;Llogs through the stack&lt;/li&gt;
	&lt;li&gt;Last-used-objids&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;LOD/OSP: after&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Use OSD API&lt;/li&gt;
	&lt;li&gt;Much less interaction&lt;/li&gt;
	&lt;li&gt;Internals hidden
	&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
		&lt;li&gt;Llogs in OSP&lt;/li&gt;
		&lt;li&gt;Last-used-ids in OSP&lt;/li&gt;
		&lt;li&gt;LOV EA in LOD&lt;/li&gt;
		&lt;li&gt;Should be easier&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;MDS initiates destroy
	&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
		&lt;li&gt;Up on commit&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;LOV EA handling&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Hard to follow&lt;/li&gt;
	&lt;li&gt;Clients initiates destroy&lt;/li&gt;
	&lt;li&gt;Not very robust&lt;/li&gt;
	&lt;li&gt;Races&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Quota: before&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Relies on Linux&lt;/li&gt;
	&lt;li&gt;Enforcement in VFS&lt;/li&gt;
	&lt;li&gt;Accounting in diskfs&lt;/li&gt;
	&lt;li&gt;Part of MDD/obdfilter&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Quota: after&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Mostly OS-neutral&lt;/li&gt;
	&lt;li&gt;Enforcement in lquota
	&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
		&lt;li&gt;Accounting in diskfs&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;Few calls from OSD&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;MGS: before&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Uses LVFS&lt;/li&gt;
	&lt;li&gt;Driven by mountdata&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;MGS: after&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Uses OSD API&lt;/li&gt;
	&lt;li&gt;Driven by mount opti&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24784" author="adilger" created="Wed, 14 Dec 2011 16:31:51 +0000"  >&lt;p&gt;The mdd-survey test result for OSD-API patch Di did in the week-end.&lt;/p&gt;

&lt;p&gt;Tests were run two times. &lt;/p&gt;

&lt;p&gt;The external journal being used is 8G ssd external journal.&lt;/p&gt;

&lt;p&gt;1. the unlink performance is indeed better with osd-patch.&lt;/p&gt;

&lt;p&gt;2. For setxattr, I indeed saw the performance drop with 1024 threads (with&lt;br/&gt;
OSD-patch), and it happened every time, and should be repeatable. It is better&lt;br/&gt;
to figure out why.  It is possible that this is caused by extra transaction &lt;br/&gt;
credits being requested for setxattr, which is being investigated in LU-910.&lt;/p&gt;</comment>
                            <comment id="24869" author="hongchao.zhang" created="Fri, 16 Dec 2011 05:36:08 +0000"  >&lt;p&gt;the updated patch has been pushed to Gerrit, the changes are mainly related to &quot;mdd_close&quot;.&lt;/p&gt;</comment>
                            <comment id="24920" author="hongchao.zhang" created="Mon, 19 Dec 2011 05:27:41 +0000"  >&lt;p&gt;there are two failed tests in Maloo, one is test_101 in recovery-small, the other is test_85b in replay-single&lt;/p&gt;

&lt;p&gt;1, test_101 in recovery-small,&lt;br/&gt;
the detailed failed message is as follows,&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://maloo.whamcloud.com/test_sets/58a80f0e-2926-11e1-b25e-5254004bbbd3&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/58a80f0e-2926-11e1-b25e-5254004bbbd3&lt;/a&gt;&lt;br/&gt;
...&lt;br/&gt;
Error: &apos;version must match&apos; &lt;br/&gt;
Failure Rate: 24.00% of last 100 executions &lt;span class=&quot;error&quot;&gt;&amp;#91;all branches&amp;#93;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;client-23vm4: subsystem_debug=0xffb7e3ff&lt;br/&gt;
client-23vm4: debug_mb=32&lt;br/&gt;
Started lustre-OST0005&lt;br/&gt;
Starting ost7:   /dev/lvm-OSS/P6 /mnt/ost7&lt;br/&gt;
client-23vm4: debug=-1&lt;br/&gt;
client-23vm4: subsystem_debug=0xffb7e3ff&lt;br/&gt;
client-23vm4: debug_mb=32&lt;br/&gt;
Started lustre-OST0006&lt;br/&gt;
recovery-small test_101: @@@@@@ FAIL: version must match &lt;br/&gt;
...&lt;/p&gt;

&lt;p&gt;by searching the results in maloo, this issue was ever shown up in&lt;br/&gt;
&lt;a href=&quot;https://maloo.whamcloud.com/test_sets/c8b23804-26df-11e1-87bf-5254004bbbd3&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/c8b23804-26df-11e1-87bf-5254004bbbd3&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;it is related to imperative recovery, and the ticket &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-939&quot; title=&quot;Test failure on test suite recovery-small, subtest test_101&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-939&quot;&gt;&lt;del&gt;LU-939&lt;/del&gt;&lt;/a&gt; is created to track it&lt;/p&gt;

&lt;p&gt;2, test_85b in replay-single&lt;br/&gt;
the purpose of this test is verifying whether the unused locks are canceled after recovery, &lt;br/&gt;
in this failed test, there was even no unused lock before recovery, then it failed&lt;br/&gt;
...&lt;br/&gt;
== replay-single test 85b: check the cancellation of unused locks during recovery(EXTENT) == 15:41:26 (1324165286)&lt;br/&gt;
before recovery: unused locks count = 0&lt;br/&gt;
Failing ost1 on node client-23vm4&lt;br/&gt;
+ pm -h powerman --off client-23vm4&lt;br/&gt;
Command completed successfully&lt;br/&gt;
affected facets: ost1,ost2,ost3,ost4,ost5,ost6,ost7&lt;br/&gt;
+ pm -h powerman --on client-23vm4&lt;br/&gt;
Command completed successfully&lt;br/&gt;
Failover ost1 to client-23vm4&lt;br/&gt;
Failover ost2 to client-23vm4&lt;br/&gt;
Failover ost3 to client-23vm4&lt;br/&gt;
Failover ost4 to client-23vm4&lt;br/&gt;
Failover ost5 to client-23vm4&lt;br/&gt;
Failover ost6 to client-23vm4&lt;br/&gt;
Failover ost7 to client-23vm4&lt;br/&gt;
15:41:50 (1324165310) waiting for client-23vm4 network 900 secs ...&lt;br/&gt;
waiting ping -c 1 -w 3 client-23vm4, 895 secs left ...&lt;br/&gt;
waiting ping -c 1 -w 3 client-23vm4, 890 secs left ...&lt;br/&gt;
waiting ping -c 1 -w 3 client-23vm4, 885 secs left ...&lt;br/&gt;
waiting ping -c 1 -w 3 client-23vm4, 880 secs left ...&lt;br/&gt;
15:42:20 (1324165340) network interface is UP&lt;br/&gt;
Starting ost1:   /dev/lvm-OSS/P0 /mnt/ost1&lt;br/&gt;
...&lt;br/&gt;
after recovery: unused locks count = 0&lt;br/&gt;
replay-single test_85b: @@@@@@ FAIL: unused locks are not canceled  &lt;br/&gt;
...&lt;/p&gt;

&lt;p&gt;there is a bug in the test script, which can not make sure there are unused locks before recovery.&lt;/p&gt;

&lt;p&gt;the updated patch which fixed the bug in test_85b of replay-single is pushed to Gerrit&lt;/p&gt;</comment>
                            <comment id="26045" author="hudson" created="Fri, 6 Jan 2012 17:32:01 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=ofa/411/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #411&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-909&quot; title=&quot;changes to OSD API&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-909&quot;&gt;&lt;del&gt;LU-909&lt;/del&gt;&lt;/a&gt; osd: changes to osd api (Revision 22464d1230ed58461f51d881f512d5e16644a735)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=22464d1230ed58461f51d881f512d5e16644a735&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;22464d1230ed58461f51d881f512d5e16644a735&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ptlrpc/target.c&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/fld/fld_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_dir.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_fld.h&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_reint.c&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/lustre_idl.h&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_orphans.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_store.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_trans.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/replay-single.sh&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/dt_object.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_capa.c&lt;/li&gt;
	&lt;li&gt;lustre/cmm/cmm_object.c&lt;/li&gt;
	&lt;li&gt;lustre/include/dt_object.h&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_device.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/fld/fld_index.c&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_lov.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_recovery.c&lt;/li&gt;
	&lt;li&gt;lustre/include/md_object.h&lt;/li&gt;
	&lt;li&gt;lustre/fld/fld_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_object.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="26049" author="hudson" created="Fri, 6 Jan 2012 17:35:32 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/411/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #411&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-909&quot; title=&quot;changes to OSD API&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-909&quot;&gt;&lt;del&gt;LU-909&lt;/del&gt;&lt;/a&gt; osd: changes to osd api (Revision 22464d1230ed58461f51d881f512d5e16644a735)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=22464d1230ed58461f51d881f512d5e16644a735&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;22464d1230ed58461f51d881f512d5e16644a735&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/lustre/lustre_idl.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/dt_object.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_dir.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_capa.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/target.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_device.c&lt;/li&gt;
	&lt;li&gt;lustre/include/dt_object.h&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/tests/replay-single.sh&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_trans.c&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/fld/fld_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/cmm/cmm_object.c&lt;/li&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_lov.c&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_store.c&lt;/li&gt;
	&lt;li&gt;lustre/fld/fld_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_orphans.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/fld/fld_index.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_reint.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_fld.h&lt;/li&gt;
	&lt;li&gt;lustre/include/md_object.h&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_object.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_recovery.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="26051" author="hudson" created="Fri, 6 Jan 2012 17:37:24 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/411/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #411&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-909&quot; title=&quot;changes to OSD API&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-909&quot;&gt;&lt;del&gt;LU-909&lt;/del&gt;&lt;/a&gt; osd: changes to osd api (Revision 22464d1230ed58461f51d881f512d5e16644a735)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=22464d1230ed58461f51d881f512d5e16644a735&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;22464d1230ed58461f51d881f512d5e16644a735&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdd/mdd_trans.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_capa.c&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/replay-single.sh&lt;/li&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_object.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/dt_object.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/target.c&lt;/li&gt;
	&lt;li&gt;lustre/fld/fld_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/cmm/cmm_object.c&lt;/li&gt;
	&lt;li&gt;lustre/fld/fld_index.c&lt;/li&gt;
	&lt;li&gt;lustre/include/dt_object.h&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_device.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_lov.c&lt;/li&gt;
	&lt;li&gt;lustre/include/md_object.h&lt;/li&gt;
	&lt;li&gt;lustre/fld/fld_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_store.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_dir.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_recovery.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_fld.h&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_orphans.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/lustre_idl.h&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_reint.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="26053" author="hudson" created="Fri, 6 Jan 2012 17:37:36 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el6,ib_stack=inkernel/411/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #411&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-909&quot; title=&quot;changes to OSD API&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-909&quot;&gt;&lt;del&gt;LU-909&lt;/del&gt;&lt;/a&gt; osd: changes to osd api (Revision 22464d1230ed58461f51d881f512d5e16644a735)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=22464d1230ed58461f51d881f512d5e16644a735&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;22464d1230ed58461f51d881f512d5e16644a735&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/fld/fld_index.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_capa.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_object.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/dt_object.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_lov.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_device.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/include/md_object.h&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/fld/fld_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_trans.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/fld/fld_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_reint.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_fld.h&lt;/li&gt;
	&lt;li&gt;lustre/cmm/cmm_object.c&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_store.c&lt;/li&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
	&lt;li&gt;lustre/tests/replay-single.sh&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/target.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_orphans.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/lustre_idl.h&lt;/li&gt;
	&lt;li&gt;lustre/include/dt_object.h&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_dir.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_recovery.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="26055" author="hudson" created="Fri, 6 Jan 2012 17:40:47 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=sles11,ib_stack=inkernel/411/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,sles11,inkernel #411&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-909&quot; title=&quot;changes to OSD API&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-909&quot;&gt;&lt;del&gt;LU-909&lt;/del&gt;&lt;/a&gt; osd: changes to osd api (Revision 22464d1230ed58461f51d881f512d5e16644a735)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=22464d1230ed58461f51d881f512d5e16644a735&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;22464d1230ed58461f51d881f512d5e16644a735&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_capa.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_lov.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_dir.c&lt;/li&gt;
	&lt;li&gt;lustre/fld/fld_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/cmm/cmm_object.c&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/dt_object.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/fld/fld_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/tests/replay-single.sh&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_store.c&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/lustre_idl.h&lt;/li&gt;
	&lt;li&gt;lustre/fld/fld_index.c&lt;/li&gt;
	&lt;li&gt;lustre/include/dt_object.h&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_object.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_orphans.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_reint.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_fld.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/target.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_trans.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_device.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/include/md_object.h&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_recovery.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="26057" author="hudson" created="Fri, 6 Jan 2012 17:44:10 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/411/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #411&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-909&quot; title=&quot;changes to OSD API&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-909&quot;&gt;&lt;del&gt;LU-909&lt;/del&gt;&lt;/a&gt; osd: changes to osd api (Revision 22464d1230ed58461f51d881f512d5e16644a735)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=22464d1230ed58461f51d881f512d5e16644a735&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;22464d1230ed58461f51d881f512d5e16644a735&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/fld/fld_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/target.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/lustre_idl.h&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_store.c&lt;/li&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_fld.h&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_lov.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/replay-single.sh&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_dir.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_object.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_recovery.c&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_device.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_trans.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_reint.c&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_capa.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_orphans.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/include/md_object.h&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/fld/fld_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/fld/fld_index.c&lt;/li&gt;
	&lt;li&gt;lustre/include/dt_object.h&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/cmm/cmm_object.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/dt_object.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="26059" author="hudson" created="Fri, 6 Jan 2012 17:44:22 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=ubuntu1004,ib_stack=inkernel/411/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,inkernel #411&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-909&quot; title=&quot;changes to OSD API&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-909&quot;&gt;&lt;del&gt;LU-909&lt;/del&gt;&lt;/a&gt; osd: changes to osd api (Revision 22464d1230ed58461f51d881f512d5e16644a735)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=22464d1230ed58461f51d881f512d5e16644a735&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;22464d1230ed58461f51d881f512d5e16644a735&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdd/mdd_device.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_trans.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/replay-single.sh&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_capa.c&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_store.c&lt;/li&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/lustre_idl.h&lt;/li&gt;
	&lt;li&gt;lustre/fld/fld_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_dir.c&lt;/li&gt;
	&lt;li&gt;lustre/include/dt_object.h&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/fld/fld_index.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_object.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_orphans.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_lov.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/dt_object.c&lt;/li&gt;
	&lt;li&gt;lustre/include/md_object.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_fld.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/target.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/cmm/cmm_object.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_recovery.c&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/fld/fld_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_reint.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_internal.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="26061" author="hudson" created="Fri, 6 Jan 2012 17:45:17 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=ofa/411/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #411&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-909&quot; title=&quot;changes to OSD API&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-909&quot;&gt;&lt;del&gt;LU-909&lt;/del&gt;&lt;/a&gt; osd: changes to osd api (Revision 22464d1230ed58461f51d881f512d5e16644a735)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=22464d1230ed58461f51d881f512d5e16644a735&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;22464d1230ed58461f51d881f512d5e16644a735&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/md_object.h&lt;/li&gt;
	&lt;li&gt;lustre/include/dt_object.h&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_reint.c&lt;/li&gt;
	&lt;li&gt;lustre/fld/fld_index.c&lt;/li&gt;
	&lt;li&gt;lustre/fld/fld_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_fld.h&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_trans.c&lt;/li&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_dir.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/target.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_orphans.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_capa.c&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/fld/fld_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/cmm/cmm_object.c&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_store.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_lov.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/replay-single.sh&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/dt_object.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_device.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_object.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_recovery.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/lustre_idl.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="26063" author="hudson" created="Fri, 6 Jan 2012 17:52:04 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el6,ib_stack=inkernel/411/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #411&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-909&quot; title=&quot;changes to OSD API&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-909&quot;&gt;&lt;del&gt;LU-909&lt;/del&gt;&lt;/a&gt; osd: changes to osd api (Revision 22464d1230ed58461f51d881f512d5e16644a735)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=22464d1230ed58461f51d881f512d5e16644a735&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;22464d1230ed58461f51d881f512d5e16644a735&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/replay-single.sh&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/target.c&lt;/li&gt;
	&lt;li&gt;lustre/fld/fld_index.c&lt;/li&gt;
	&lt;li&gt;lustre/fld/fld_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_object.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/lustre_idl.h&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_recovery.c&lt;/li&gt;
	&lt;li&gt;lustre/include/md_object.h&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_capa.c&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_store.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_orphans.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_dir.c&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/dt_object.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_fld.h&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_device.c&lt;/li&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_reint.c&lt;/li&gt;
	&lt;li&gt;lustre/fld/fld_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/include/dt_object.h&lt;/li&gt;
	&lt;li&gt;lustre/cmm/cmm_object.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_lov.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_trans.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="26065" author="hudson" created="Fri, 6 Jan 2012 17:52:20 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/411/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #411&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-909&quot; title=&quot;changes to OSD API&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-909&quot;&gt;&lt;del&gt;LU-909&lt;/del&gt;&lt;/a&gt; osd: changes to osd api (Revision 22464d1230ed58461f51d881f512d5e16644a735)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=22464d1230ed58461f51d881f512d5e16644a735&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;22464d1230ed58461f51d881f512d5e16644a735&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/fld/fld_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_device.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
	&lt;li&gt;lustre/cmm/cmm_object.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_lov.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_recovery.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_dir.c&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_store.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_trans.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_reint.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/dt_object.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_fld.h&lt;/li&gt;
	&lt;li&gt;lustre/fld/fld_index.c&lt;/li&gt;
	&lt;li&gt;lustre/include/md_object.h&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_capa.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_orphans.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/replay-single.sh&lt;/li&gt;
	&lt;li&gt;lustre/include/dt_object.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/target.c&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/fld/fld_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/lustre_idl.h&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_object.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_internal.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="26071" author="hudson" created="Fri, 6 Jan 2012 18:10:50 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=ofa/411/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #411&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-909&quot; title=&quot;changes to OSD API&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-909&quot;&gt;&lt;del&gt;LU-909&lt;/del&gt;&lt;/a&gt; osd: changes to osd api (Revision 22464d1230ed58461f51d881f512d5e16644a735)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=22464d1230ed58461f51d881f512d5e16644a735&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;22464d1230ed58461f51d881f512d5e16644a735&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_capa.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_device.c&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_store.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_reint.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_recovery.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/replay-single.sh&lt;/li&gt;
	&lt;li&gt;lustre/fld/fld_index.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_dir.c&lt;/li&gt;
	&lt;li&gt;lustre/include/md_object.h&lt;/li&gt;
	&lt;li&gt;lustre/include/dt_object.h&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/lustre_idl.h&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_trans.c&lt;/li&gt;
	&lt;li&gt;lustre/cmm/cmm_object.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_orphans.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_fld.h&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_object.c&lt;/li&gt;
	&lt;li&gt;lustre/fld/fld_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/fld/fld_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/dt_object.c&lt;/li&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_lov.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/target.c&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="26073" author="hudson" created="Fri, 6 Jan 2012 18:13:22 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/411/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #411&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-909&quot; title=&quot;changes to OSD API&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-909&quot;&gt;&lt;del&gt;LU-909&lt;/del&gt;&lt;/a&gt; osd: changes to osd api (Revision 22464d1230ed58461f51d881f512d5e16644a735)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=22464d1230ed58461f51d881f512d5e16644a735&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;22464d1230ed58461f51d881f512d5e16644a735&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/fld/fld_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/lustre_idl.h&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_orphans.c&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_store.c&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_reint.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/replay-single.sh&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_trans.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_fld.h&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_device.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/fld/fld_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_recovery.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/dt_object.c&lt;/li&gt;
	&lt;li&gt;lustre/cmm/cmm_object.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_object.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_dir.c&lt;/li&gt;
	&lt;li&gt;lustre/include/md_object.h&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/fld/fld_index.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/target.c&lt;/li&gt;
	&lt;li&gt;lustre/include/dt_object.h&lt;/li&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_capa.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_lov.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="26076" author="hudson" created="Fri, 6 Jan 2012 18:29:41 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=inkernel/411/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #411&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-909&quot; title=&quot;changes to OSD API&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-909&quot;&gt;&lt;del&gt;LU-909&lt;/del&gt;&lt;/a&gt; osd: changes to osd api (Revision 22464d1230ed58461f51d881f512d5e16644a735)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=22464d1230ed58461f51d881f512d5e16644a735&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;22464d1230ed58461f51d881f512d5e16644a735&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/fld/fld_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/target.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_object.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/dt_object.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_recovery.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_device.c&lt;/li&gt;
	&lt;li&gt;lustre/fld/fld_index.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/include/md_object.h&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_orphans.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_capa.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/replay-single.sh&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_reint.c&lt;/li&gt;
	&lt;li&gt;lustre/include/dt_object.h&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_trans.c&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_lov.c&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_store.c&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_dir.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/lustre_idl.h&lt;/li&gt;
	&lt;li&gt;lustre/cmm/cmm_object.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_fld.h&lt;/li&gt;
	&lt;li&gt;lustre/fld/fld_handler.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="26079" author="hudson" created="Fri, 6 Jan 2012 18:33:51 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=ofa/411/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #411&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-909&quot; title=&quot;changes to OSD API&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-909&quot;&gt;&lt;del&gt;LU-909&lt;/del&gt;&lt;/a&gt; osd: changes to osd api (Revision 22464d1230ed58461f51d881f512d5e16644a735)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=22464d1230ed58461f51d881f512d5e16644a735&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;22464d1230ed58461f51d881f512d5e16644a735&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdd/mdd_dir.c&lt;/li&gt;
	&lt;li&gt;lustre/fld/fld_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/dt_object.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_capa.c&lt;/li&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_orphans.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_trans.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_reint.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/include/md_object.h&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_store.c&lt;/li&gt;
	&lt;li&gt;lustre/cmm/cmm_object.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_recovery.c&lt;/li&gt;
	&lt;li&gt;lustre/fld/fld_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_lov.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_fld.h&lt;/li&gt;
	&lt;li&gt;lustre/include/dt_object.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/lustre_idl.h&lt;/li&gt;
	&lt;li&gt;lustre/tests/replay-single.sh&lt;/li&gt;
	&lt;li&gt;lustre/fld/fld_index.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/target.c&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_device.c&lt;/li&gt;
	&lt;li&gt;lustre/mdd/mdd_object.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="27199" author="adilger" created="Mon, 23 Jan 2012 14:03:48 +0000"  >&lt;p&gt;Patch landed for 2.2.0&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="10674" name="EuroLUG-2011-OSD-Alex-technical-version.pdf" size="129999" author="adilger" created="Wed, 14 Dec 2011 14:48:48 +0000"/>
                            <attachment id="10675" name="mds_survey-OSD_API-perf-20111212" size="30156" author="adilger" created="Wed, 14 Dec 2011 16:31:51 +0000"/>
                    </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|hzv7nz:</customfieldvalue>

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