<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:10:44 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-822] allow multiple Object Index files to be created</title>
                <link>https://jira.whamcloud.com/browse/LU-822</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Per discussion in email, having multiple Object Index files improves performance of the MDS significantly.  It appears from initial discussion that this problem is more directly correlated to concurrent access to the OI, and not as much to the number of entries in the OI.&lt;/p&gt;

&lt;p&gt;While I agree it is a good idea to also investigate why the single OI has a concurrency problem, it also makes sense to be able to add multiple OIs for testing, and potentially for production use.  Care must be taken to ensure that there are no compatibility issues introduced if the new OSD can handle multiple OIs, but the filesystem was formatted with only a single OI and upgraded, or if it was upgraded and then downgraded.  Lustre does not support formatting the filesystem with a new version of Lustre and then downgrading to an older version.&lt;/p&gt;

&lt;p&gt;For OSDs with multiple OI files it will use filenames oi.&lt;span class=&quot;error&quot;&gt;&amp;#91;0..OSD_OI_FID_NR-1&amp;#93;&lt;/span&gt;.  We can start with OSD_OI_FID_NR=32 for now, but this should be flexible.  The oi.N used for (SEQ % OSD_OI_FID_NR) will put FIDs from a single client in a single OI (for locality during single-threaded creates) and distribute multiple clients across multiple OIs &lt;em&gt;fairly&lt;/em&gt; uniformly to minimize contention, because the FID SEQ values are allocated sequentially.&lt;/p&gt;

&lt;p&gt;I am aware that &quot;oi.16&quot; previously had a different meaning, namely that oi.16 was the size of the FID, not an OI index.  However, the previous use of &quot;oi.5&quot; was a benchmark hack that only worked for the first 32k&lt;img class=&quot;emoticon&quot; src=&quot;https://jira.whamcloud.com/images/icons/emoticons/help_16.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt; SEQ values ever allocated and was fortunately removed before Lustre 2.0 was released, so we are able to safely redefine what the &quot;.16&quot; suffix means.&lt;/p&gt;

&lt;p&gt;In order to address these issues, I would recommend proceeding as follows:&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;new 2.x filesystems: If the filesystem is mounted it should iterate over the root directory to locate oi.N files.  If none are found (new filesystem, or oi.16 was deleted) then it should set in-memory per-OSD values osd_oi_start = 0 and osd_oi_seq_mask = (OSD_OI_FID_NR - 1), and create files oi.&lt;span class=&quot;error&quot;&gt;&amp;#91;osd_oi_start..osd_oi_start+osd_oi_seq_mask&amp;#93;&lt;/span&gt; and use those for the OIs.&lt;/li&gt;
&lt;/ul&gt;


&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;existing filesystems:  If the filesystem is mounted and after iteration over the root directory only oi.16 exists (the upgrade case) then it should be used as the only OI for that OSD and set osd_oi_start = 16 and osd_oi_seq_mask = 0.  If multiple oi.N files exist, it will continue to open all oi.N files and set osd_oi_start = 0 and osd_oi_seq_mask = (2^n - 1) &amp;gt;= N, to handle the case where the OSD_OI_FID_NR is changed or made dynamic.  We need OSD_OI_FID_NR &amp;gt;= 32 to ensure that it will always cover the range with oi.16 in it.&lt;/li&gt;
&lt;/ul&gt;


&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;access to the OI in the rest of the code should use OI index N=((seq &amp;amp; osd_oi_seq_mask) + osd_oi_start)&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;As part of lfsck Phase I, if any oi.N is missing (except in the special case of only oi.16 exising) it should be recreated and lfsck triggered to do a full OI scrub/rebuild (the OI count may be completely transparent to lfsck, I&apos;m not sure yet).&lt;/p&gt;</description>
                <environment></environment>
        <key id="12328">LU-822</key>
            <summary>allow multiple Object Index files to be created</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="liang">Liang Zhen</assignee>
                                    <reporter username="adilger">Andreas Dilger</reporter>
                        <labels>
                    </labels>
                <created>Thu, 3 Nov 2011 13:42:22 +0000</created>
                <updated>Fri, 28 Aug 2015 18:11:52 +0000</updated>
                            <resolved>Thu, 5 Apr 2012 15:14:35 +0000</resolved>
                                                    <fixVersion>Lustre 2.2.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>6</watches>
                                                                            <comments>
                            <comment id="22496" author="liang" created="Fri, 4 Nov 2011 09:40:40 +0000"  >&lt;p&gt;more test results for multiple OIs &lt;a href=&quot;http://jira.whamcloud.com/secure/attachment/10580/multiple_OIs.pdf&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;http://jira.whamcloud.com/secure/attachment/10580/multiple_OIs.pdf&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;the first test will repeat following two steps for many times, and we will have up to 40 million files on MDT at the end of the test.
	&lt;ul&gt;
		&lt;li&gt;1024 threads create/unlink 512K files&lt;/li&gt;
		&lt;li&gt;create 2 million files, umount and mount file system&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;the second test will have &lt;span class=&quot;error&quot;&gt;&amp;#91;1, 2, ... 64&amp;#93;&lt;/span&gt; OIs and &lt;span class=&quot;error&quot;&gt;&amp;#91;1, 2, ... 1024&amp;#93;&lt;/span&gt; threads to create/unlink 512K files&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;So I think we have solid evidence that multiple OIs is helpful for performance.&lt;/p&gt;</comment>
                            <comment id="22708" author="liang" created="Tue, 8 Nov 2011 17:18:34 +0000"  >&lt;p&gt;I still can&apos;t fully undertand implementation of IAM, but I think at least one scalability issue of single OI is dynlock can&apos;t scale for hundreds or thousands threads because all locks are linked on a single list and dynlock_lock() will search the list for twice and having one memory allocation, whereas htree_lock is using skiplist and only search once. This can be optimized but we will have another complex lock implementation, I&apos;m not sure whether we can use htree_lock to replace dynlock, I think dynlock allows nested locking &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.whamcloud.com/images/icons/emoticons/help_16.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt; but htree_lock doesn&apos;t allow.&lt;br/&gt;
Mulitple OI containers can bypass this issue because threads will be hashed to different OIs.&lt;/p&gt;

&lt;p&gt;Protection of splitting could be another issue but I&apos;m not quite sure, anyway, I think the first issue we need to sort out is which part of those functions can be put in 2.2 and which part should be put in Fanyong&apos;s OI scrub/rebuild.&lt;/p&gt;

&lt;p&gt;Liang&lt;/p&gt;</comment>
                            <comment id="22711" author="adilger" created="Tue, 8 Nov 2011 18:03:38 +0000"  >&lt;p&gt;I&apos;m happy to add the code to allow multiple OIs, and for new filesystems it can use them.  Old filesystems can continue to use a single OI, until such a time as OI scrub can repair this automatically, as described in my previous posting.  Given that we know multiple OIs scale well, I think the simple effort there is better spent than optimizing the dynlock locking (which is not going to be used anywhere else, AFAIK).&lt;/p&gt;</comment>
                            <comment id="23431" author="liang" created="Thu, 24 Nov 2011 23:56:32 +0000"  >&lt;p&gt;Andreas, I actually have a question about your first comment: &lt;br/&gt;
&quot;We can start with OSD_OI_FID_NR=32 for now, but this should be flexible.&quot;&lt;/p&gt;

&lt;p&gt;I&apos;m not quite sure &quot;flexible&quot; here, do you mean we want to increase number of OI containers dynamically? could you explain a little about this? &lt;/p&gt;</comment>
                            <comment id="23439" author="adilger" created="Fri, 25 Nov 2011 05:39:18 +0000"  >&lt;p&gt;By &quot;flexible&quot; I mean that the code should be able to handle a reasonably arbitrary number of OI containers (e.g. 1, 32, 64, etc) found at mount time, even if the code is initially to creating new filesystems with 32 OIs.  This will allow the code to adapt in case the OI count on new filesystems changes again for some reason.&lt;/p&gt;

&lt;p&gt;There is no need to dynamically balance the OI count at runtime, just to allow the same code to detect the number of OIs at mount time on different filesystems which might have different OI counts for whatever reason (different default value in the future, reformatted code, etc.&lt;/p&gt;</comment>
                            <comment id="23920" author="liang" created="Thu, 8 Dec 2011 11:56:01 +0000"  >&lt;p&gt;patch is here: &lt;a href=&quot;http://review.whamcloud.com/#change,1822&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,1822&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="26136" author="hudson" created="Sun, 8 Jan 2012 13:05: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/red.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/414/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #414&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-822&quot; title=&quot;allow multiple Object Index files to be created&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-822&quot;&gt;&lt;del&gt;LU-822&lt;/del&gt;&lt;/a&gt; osd: multiple Object Index files (Revision 4db03b974810789133e354b08029f0eb261fad5e)&lt;/p&gt;

&lt;p&gt;     Result = FAILURE&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=4db03b974810789133e354b08029f0eb261fad5e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;4db03b974810789133e354b08029f0eb261fad5e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_oi.c&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_oi.h&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_disk.h&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_fid.h&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_recovery.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="26137" author="hudson" created="Sun, 8 Jan 2012 13:06: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=el5,ib_stack=ofa/414/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #414&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-822&quot; title=&quot;allow multiple Object Index files to be created&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-822&quot;&gt;&lt;del&gt;LU-822&lt;/del&gt;&lt;/a&gt; osd: multiple Object Index files (Revision 4db03b974810789133e354b08029f0eb261fad5e)&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=4db03b974810789133e354b08029f0eb261fad5e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;4db03b974810789133e354b08029f0eb261fad5e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/lustre_disk.h&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_oi.h&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_oi.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_internal.h&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/include/lustre_fid.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="26138" author="hudson" created="Sun, 8 Jan 2012 13:11:44 +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/414/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #414&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-822&quot; title=&quot;allow multiple Object Index files to be created&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-822&quot;&gt;&lt;del&gt;LU-822&lt;/del&gt;&lt;/a&gt; osd: multiple Object Index files (Revision 4db03b974810789133e354b08029f0eb261fad5e)&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=4db03b974810789133e354b08029f0eb261fad5e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;4db03b974810789133e354b08029f0eb261fad5e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&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/include/lustre_disk.h&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_oi.h&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_recovery.c&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_oi.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_fid.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="26139" author="hudson" created="Sun, 8 Jan 2012 13:13:28 +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/414/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #414&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-822&quot; title=&quot;allow multiple Object Index files to be created&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-822&quot;&gt;&lt;del&gt;LU-822&lt;/del&gt;&lt;/a&gt; osd: multiple Object Index files (Revision 4db03b974810789133e354b08029f0eb261fad5e)&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=4db03b974810789133e354b08029f0eb261fad5e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;4db03b974810789133e354b08029f0eb261fad5e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&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/include/lustre_disk.h&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_oi.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_fid.h&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_recovery.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_oi.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="26140" author="hudson" created="Sun, 8 Jan 2012 13:13: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=x86_64,build_type=server,distro=el6,ib_stack=inkernel/414/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #414&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-822&quot; title=&quot;allow multiple Object Index files to be created&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-822&quot;&gt;&lt;del&gt;LU-822&lt;/del&gt;&lt;/a&gt; osd: multiple Object Index files (Revision 4db03b974810789133e354b08029f0eb261fad5e)&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=4db03b974810789133e354b08029f0eb261fad5e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;4db03b974810789133e354b08029f0eb261fad5e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_oi.h&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/include/lustre_disk.h&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_recovery.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_fid.h&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_oi.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="26141" author="hudson" created="Sun, 8 Jan 2012 13:17: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=client,distro=el6,ib_stack=inkernel/414/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #414&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-822&quot; title=&quot;allow multiple Object Index files to be created&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-822&quot;&gt;&lt;del&gt;LU-822&lt;/del&gt;&lt;/a&gt; osd: multiple Object Index files (Revision 4db03b974810789133e354b08029f0eb261fad5e)&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=4db03b974810789133e354b08029f0eb261fad5e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;4db03b974810789133e354b08029f0eb261fad5e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_disk.h&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_oi.c&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_oi.h&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_recovery.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_fid.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="26142" author="hudson" created="Sun, 8 Jan 2012 13:17:06 +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/414/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,sles11,inkernel #414&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-822&quot; title=&quot;allow multiple Object Index files to be created&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-822&quot;&gt;&lt;del&gt;LU-822&lt;/del&gt;&lt;/a&gt; osd: multiple Object Index files (Revision 4db03b974810789133e354b08029f0eb261fad5e)&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=4db03b974810789133e354b08029f0eb261fad5e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;4db03b974810789133e354b08029f0eb261fad5e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_fid.h&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_recovery.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_disk.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/osd-ldiskfs/osd_oi.c&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_oi.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="26143" author="hudson" created="Sun, 8 Jan 2012 13:20:02 +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/414/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,inkernel #414&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-822&quot; title=&quot;allow multiple Object Index files to be created&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-822&quot;&gt;&lt;del&gt;LU-822&lt;/del&gt;&lt;/a&gt; osd: multiple Object Index files (Revision 4db03b974810789133e354b08029f0eb261fad5e)&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=4db03b974810789133e354b08029f0eb261fad5e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;4db03b974810789133e354b08029f0eb261fad5e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_oi.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/include/lustre_disk.h&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_oi.h&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_recovery.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_fid.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="26144" author="hudson" created="Sun, 8 Jan 2012 13:20:06 +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/414/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #414&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-822&quot; title=&quot;allow multiple Object Index files to be created&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-822&quot;&gt;&lt;del&gt;LU-822&lt;/del&gt;&lt;/a&gt; osd: multiple Object Index files (Revision 4db03b974810789133e354b08029f0eb261fad5e)&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=4db03b974810789133e354b08029f0eb261fad5e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;4db03b974810789133e354b08029f0eb261fad5e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_oi.c&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_fid.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_disk.h&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_recovery.c&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_oi.h&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_internal.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="26145" author="hudson" created="Sun, 8 Jan 2012 13:23: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=i686,build_type=server,distro=el5,ib_stack=ofa/414/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #414&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-822&quot; title=&quot;allow multiple Object Index files to be created&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-822&quot;&gt;&lt;del&gt;LU-822&lt;/del&gt;&lt;/a&gt; osd: multiple Object Index files (Revision 4db03b974810789133e354b08029f0eb261fad5e)&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=4db03b974810789133e354b08029f0eb261fad5e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;4db03b974810789133e354b08029f0eb261fad5e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_oi.h&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_oi.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_disk.h&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_recovery.c&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/include/lustre_fid.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="26146" author="hudson" created="Sun, 8 Jan 2012 13:24:06 +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/414/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #414&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-822&quot; title=&quot;allow multiple Object Index files to be created&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-822&quot;&gt;&lt;del&gt;LU-822&lt;/del&gt;&lt;/a&gt; osd: multiple Object Index files (Revision 4db03b974810789133e354b08029f0eb261fad5e)&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=4db03b974810789133e354b08029f0eb261fad5e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;4db03b974810789133e354b08029f0eb261fad5e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_recovery.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_fid.h&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_oi.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_disk.h&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_internal.h&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/osd-ldiskfs/osd_oi.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="26147" author="hudson" created="Sun, 8 Jan 2012 13:25: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=server,distro=el6,ib_stack=inkernel/414/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #414&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-822&quot; title=&quot;allow multiple Object Index files to be created&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-822&quot;&gt;&lt;del&gt;LU-822&lt;/del&gt;&lt;/a&gt; osd: multiple Object Index files (Revision 4db03b974810789133e354b08029f0eb261fad5e)&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=4db03b974810789133e354b08029f0eb261fad5e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;4db03b974810789133e354b08029f0eb261fad5e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/lustre_fid.h&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_disk.h&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_oi.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_recovery.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_oi.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="26148" author="hudson" created="Sun, 8 Jan 2012 13:40: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=client,distro=el5,ib_stack=inkernel/414/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #414&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-822&quot; title=&quot;allow multiple Object Index files to be created&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-822&quot;&gt;&lt;del&gt;LU-822&lt;/del&gt;&lt;/a&gt; osd: multiple Object Index files (Revision 4db03b974810789133e354b08029f0eb261fad5e)&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=4db03b974810789133e354b08029f0eb261fad5e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;4db03b974810789133e354b08029f0eb261fad5e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_oi.h&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_recovery.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_fid.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_disk.h&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_oi.c&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;/ul&gt;
</comment>
                            <comment id="26149" author="hudson" created="Sun, 8 Jan 2012 13:42:37 +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/414/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #414&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-822&quot; title=&quot;allow multiple Object Index files to be created&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-822&quot;&gt;&lt;del&gt;LU-822&lt;/del&gt;&lt;/a&gt; osd: multiple Object Index files (Revision 4db03b974810789133e354b08029f0eb261fad5e)&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=4db03b974810789133e354b08029f0eb261fad5e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;4db03b974810789133e354b08029f0eb261fad5e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/lustre_disk.h&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_oi.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_fid.h&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/osd-ldiskfs/osd_oi.c&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_recovery.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="26177" author="liang" created="Mon, 9 Jan 2012 09:23:05 +0000"  >&lt;p&gt;patch landed&lt;/p&gt;</comment>
                            <comment id="26227" author="tappro" created="Tue, 10 Jan 2012 06:01:35 +0000"  >&lt;p&gt;I re-open this bug as it introduced issue on 32-bit arch.&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;osd_fid2oi():
&lt;span class=&quot;code-keyword&quot;&gt;return&lt;/span&gt; &amp;amp;osd-&amp;gt;od_oi_table[fid-&amp;gt;f_seq % osd-&amp;gt;od_oi_count];
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;that work only on 64bit and complains about missing __umoddi3 symbol on 32bit. Usually we are using in Lustre do_div() for such divisions, but better to use div_u64_rem() as it returns both result and reminder without changing dividend in-place.&lt;/p&gt;

&lt;p&gt;Maybe this must be just new bug, this is up to you&lt;/p&gt;</comment>
                            <comment id="26228" author="adilger" created="Tue, 10 Jan 2012 06:10:59 +0000"  >&lt;p&gt;If we limit od_oi_count to a power-of-two value (which is reasonable and can easily be checked in the one location that it can be set) then this can mask off the low 32 bits and then do modulus, or even just mask:&lt;/p&gt;

&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;        return &amp;amp;osd-&amp;gt;od_oi_table[fid-&amp;gt;f_seq &amp;amp; (osd-&amp;gt;od_oi_count - 1)];
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="26229" author="tappro" created="Tue, 10 Jan 2012 06:29:32 +0000"  >&lt;p&gt;I&apos;ve ended up with such patch, if nobody objects, I can post it to review.&lt;/p&gt;

&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;diff --git a/lustre/osd-ldiskfs/osd_internal.h b/lustre/osd-ldiskfs/osd_internal.h
index a9450a4..0a8419f 100644
--- a/lustre/osd-ldiskfs/osd_internal.h
+++ b/lustre/osd-ldiskfs/osd_internal.h
@@ -398,11 +398,14 @@ &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt; inline &lt;span class=&quot;code-object&quot;&gt;int&lt;/span&gt; osd_fid_is_igif(&lt;span class=&quot;code-keyword&quot;&gt;const&lt;/span&gt; struct lu_fid *fid)
 &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt; inline struct osd_oi *
 osd_fid2oi(struct osd_device *osd, &lt;span class=&quot;code-keyword&quot;&gt;const&lt;/span&gt; struct lu_fid *fid)
 {
+        __u32 idx;
+
         &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; (!fid_is_norm(fid))
                 &lt;span class=&quot;code-keyword&quot;&gt;return&lt;/span&gt; NULL;
 
         LASSERT(osd-&amp;gt;od_oi_table != NULL &amp;amp;&amp;amp; osd-&amp;gt;od_oi_count &amp;gt;= 1);
-        &lt;span class=&quot;code-keyword&quot;&gt;return&lt;/span&gt; &amp;amp;osd-&amp;gt;od_oi_table[fid-&amp;gt;f_seq % osd-&amp;gt;od_oi_count];
+        div_u64_rem(fid-&amp;gt;f_seq, osd-&amp;gt;od_oi_count, &amp;amp;idx);
+        &lt;span class=&quot;code-keyword&quot;&gt;return&lt;/span&gt; &amp;amp;osd-&amp;gt;od_oi_table[idx];
 }
 
 #endif &lt;span class=&quot;code-comment&quot;&gt;/* __KERNEL__ */&lt;/span&gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="26230" author="tappro" created="Tue, 10 Jan 2012 06:30:41 +0000"  >&lt;p&gt;Andreas, I&apos;ve just seen your comment, yes, that would be even better&lt;/p&gt;</comment>
                            <comment id="26252" author="liang" created="Tue, 10 Jan 2012 11:20:00 +0000"  >&lt;p&gt;right... I will post a patch for this&lt;/p&gt;</comment>
                            <comment id="26624" author="pjones" created="Mon, 16 Jan 2012 09:53:38 +0000"  >&lt;p&gt;Aren&apos;t we deprecating 32 bit arch for master?&lt;/p&gt;</comment>
                            <comment id="26629" author="liang" created="Mon, 16 Jan 2012 12:07:08 +0000"  >&lt;p&gt;Peter, it&apos;s a very smallfix anyway, it&apos;s reviewed &amp;amp; tested, I think it can be landed very soon&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/1941&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/1941&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="26665" author="adilger" created="Mon, 16 Jan 2012 15:05:42 +0000"  >&lt;p&gt;Liang, I saw in the lfsck test output that it is creating 64 OI files, when I thought only 32 were being created:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://maloo.whamcloud.com/test_logs/cbd4e1ce-3f50-11e1-990e-5254004bbbd3&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_logs/cbd4e1ce-3f50-11e1-990e-5254004bbbd3&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;09:47:16:MDT: dirfid &lt;span class=&quot;error&quot;&gt;&amp;#91;0x2:0x0:0x0&amp;#93;&lt;/span&gt; child &lt;span class=&quot;error&quot;&gt;&amp;#91;0xd:0x120d447a:0x0&amp;#93;&lt;/span&gt; file oi.16.0&lt;br/&gt;
09:47:16:MDT: dirfid &lt;span class=&quot;error&quot;&gt;&amp;#91;0x2:0x0:0x0&amp;#93;&lt;/span&gt; child &lt;span class=&quot;error&quot;&gt;&amp;#91;0xe:0x120d447b:0x0&amp;#93;&lt;/span&gt; file oi.16.1&lt;br/&gt;
09:47:16:MDT: dirfid &lt;span class=&quot;error&quot;&gt;&amp;#91;0x2:0x0:0x0&amp;#93;&lt;/span&gt; child &lt;span class=&quot;error&quot;&gt;&amp;#91;0xf:0x120d447c:0x0&amp;#93;&lt;/span&gt; file oi.16.2&lt;/p&gt;
{snip}
&lt;p&gt;09:47:20:MDT: dirfid &lt;span class=&quot;error&quot;&gt;&amp;#91;0x2:0x0:0x0&amp;#93;&lt;/span&gt; child &lt;span class=&quot;error&quot;&gt;&amp;#91;0x4a:0x120d44b7:0x0&amp;#93;&lt;/span&gt; file oi.16.61&lt;br/&gt;
09:47:20:MDT: dirfid &lt;span class=&quot;error&quot;&gt;&amp;#91;0x2:0x0:0x0&amp;#93;&lt;/span&gt; child &lt;span class=&quot;error&quot;&gt;&amp;#91;0x4b:0x120d44b8:0x0&amp;#93;&lt;/span&gt; file oi.16.62&lt;br/&gt;
09:47:20:MDT: dirfid &lt;span class=&quot;error&quot;&gt;&amp;#91;0x2:0x0:0x0&amp;#93;&lt;/span&gt; child &lt;span class=&quot;error&quot;&gt;&amp;#91;0x4c:0x120d44b9:0x0&amp;#93;&lt;/span&gt; file oi.16.63&lt;/p&gt;</comment>
                            <comment id="26900" author="adilger" created="Thu, 19 Jan 2012 13:02:06 +0000"  >&lt;p&gt;Add performance test results.&lt;/p&gt;</comment>
                            <comment id="26905" author="hudson" created="Thu, 19 Jan 2012 13:21: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=el5,ib_stack=ofa/431/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #431&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-822&quot; title=&quot;allow multiple Object Index files to be created&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-822&quot;&gt;&lt;del&gt;LU-822&lt;/del&gt;&lt;/a&gt; osd: use bitmask to calculate seq hash (Revision b4b479dace076bed6210f78b498309038aeeb4a2)&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=b4b479dace076bed6210f78b498309038aeeb4a2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b4b479dace076bed6210f78b498309038aeeb4a2&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_oi.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="26909" author="hudson" created="Thu, 19 Jan 2012 13:25:05 +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/431/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #431&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-822&quot; title=&quot;allow multiple Object Index files to be created&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-822&quot;&gt;&lt;del&gt;LU-822&lt;/del&gt;&lt;/a&gt; osd: use bitmask to calculate seq hash (Revision b4b479dace076bed6210f78b498309038aeeb4a2)&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=b4b479dace076bed6210f78b498309038aeeb4a2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b4b479dace076bed6210f78b498309038aeeb4a2&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_oi.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="26913" author="hudson" created="Thu, 19 Jan 2012 13:26: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=el5,ib_stack=inkernel/431/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #431&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-822&quot; title=&quot;allow multiple Object Index files to be created&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-822&quot;&gt;&lt;del&gt;LU-822&lt;/del&gt;&lt;/a&gt; osd: use bitmask to calculate seq hash (Revision b4b479dace076bed6210f78b498309038aeeb4a2)&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=b4b479dace076bed6210f78b498309038aeeb4a2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b4b479dace076bed6210f78b498309038aeeb4a2&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_oi.c&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_internal.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="26917" author="hudson" created="Thu, 19 Jan 2012 13:28: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=i686,build_type=server,distro=el6,ib_stack=inkernel/431/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #431&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-822&quot; title=&quot;allow multiple Object Index files to be created&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-822&quot;&gt;&lt;del&gt;LU-822&lt;/del&gt;&lt;/a&gt; osd: use bitmask to calculate seq hash (Revision b4b479dace076bed6210f78b498309038aeeb4a2)&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=b4b479dace076bed6210f78b498309038aeeb4a2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b4b479dace076bed6210f78b498309038aeeb4a2&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_oi.c&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_internal.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="26921" author="hudson" created="Thu, 19 Jan 2012 13:29:56 +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/431/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,sles11,inkernel #431&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-822&quot; title=&quot;allow multiple Object Index files to be created&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-822&quot;&gt;&lt;del&gt;LU-822&lt;/del&gt;&lt;/a&gt; osd: use bitmask to calculate seq hash (Revision b4b479dace076bed6210f78b498309038aeeb4a2)&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=b4b479dace076bed6210f78b498309038aeeb4a2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b4b479dace076bed6210f78b498309038aeeb4a2&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_oi.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="26925" author="hudson" created="Thu, 19 Jan 2012 13:33:15 +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/431/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,inkernel #431&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-822&quot; title=&quot;allow multiple Object Index files to be created&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-822&quot;&gt;&lt;del&gt;LU-822&lt;/del&gt;&lt;/a&gt; osd: use bitmask to calculate seq hash (Revision b4b479dace076bed6210f78b498309038aeeb4a2)&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=b4b479dace076bed6210f78b498309038aeeb4a2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b4b479dace076bed6210f78b498309038aeeb4a2&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_oi.c&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_internal.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="26929" author="hudson" created="Thu, 19 Jan 2012 13:33:46 +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/431/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #431&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-822&quot; title=&quot;allow multiple Object Index files to be created&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-822&quot;&gt;&lt;del&gt;LU-822&lt;/del&gt;&lt;/a&gt; osd: use bitmask to calculate seq hash (Revision b4b479dace076bed6210f78b498309038aeeb4a2)&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=b4b479dace076bed6210f78b498309038aeeb4a2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b4b479dace076bed6210f78b498309038aeeb4a2&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_oi.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="26933" author="hudson" created="Thu, 19 Jan 2012 13:34:25 +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/431/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #431&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-822&quot; title=&quot;allow multiple Object Index files to be created&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-822&quot;&gt;&lt;del&gt;LU-822&lt;/del&gt;&lt;/a&gt; osd: use bitmask to calculate seq hash (Revision b4b479dace076bed6210f78b498309038aeeb4a2)&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=b4b479dace076bed6210f78b498309038aeeb4a2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b4b479dace076bed6210f78b498309038aeeb4a2&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_oi.c&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_internal.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="26937" author="hudson" created="Thu, 19 Jan 2012 13:40: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=el6,ib_stack=inkernel/431/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #431&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-822&quot; title=&quot;allow multiple Object Index files to be created&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-822&quot;&gt;&lt;del&gt;LU-822&lt;/del&gt;&lt;/a&gt; osd: use bitmask to calculate seq hash (Revision b4b479dace076bed6210f78b498309038aeeb4a2)&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=b4b479dace076bed6210f78b498309038aeeb4a2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b4b479dace076bed6210f78b498309038aeeb4a2&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_oi.c&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_internal.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="26941" author="hudson" created="Thu, 19 Jan 2012 13:40:38 +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/431/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #431&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-822&quot; title=&quot;allow multiple Object Index files to be created&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-822&quot;&gt;&lt;del&gt;LU-822&lt;/del&gt;&lt;/a&gt; osd: use bitmask to calculate seq hash (Revision b4b479dace076bed6210f78b498309038aeeb4a2)&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=b4b479dace076bed6210f78b498309038aeeb4a2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b4b479dace076bed6210f78b498309038aeeb4a2&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_oi.c&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_internal.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="26945" author="hudson" created="Thu, 19 Jan 2012 13:53:06 +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/431/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #431&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-822&quot; title=&quot;allow multiple Object Index files to be created&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-822&quot;&gt;&lt;del&gt;LU-822&lt;/del&gt;&lt;/a&gt; osd: use bitmask to calculate seq hash (Revision b4b479dace076bed6210f78b498309038aeeb4a2)&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=b4b479dace076bed6210f78b498309038aeeb4a2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b4b479dace076bed6210f78b498309038aeeb4a2&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_oi.c&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_internal.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="26950" author="hudson" created="Thu, 19 Jan 2012 13:56:05 +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/431/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #431&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-822&quot; title=&quot;allow multiple Object Index files to be created&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-822&quot;&gt;&lt;del&gt;LU-822&lt;/del&gt;&lt;/a&gt; osd: use bitmask to calculate seq hash (Revision b4b479dace076bed6210f78b498309038aeeb4a2)&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=b4b479dace076bed6210f78b498309038aeeb4a2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b4b479dace076bed6210f78b498309038aeeb4a2&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_oi.c&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_internal.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="26954" author="hudson" created="Thu, 19 Jan 2012 14:04:07 +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/431/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #431&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-822&quot; title=&quot;allow multiple Object Index files to be created&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-822&quot;&gt;&lt;del&gt;LU-822&lt;/del&gt;&lt;/a&gt; osd: use bitmask to calculate seq hash (Revision b4b479dace076bed6210f78b498309038aeeb4a2)&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=b4b479dace076bed6210f78b498309038aeeb4a2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b4b479dace076bed6210f78b498309038aeeb4a2&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_oi.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="26960" author="hudson" created="Thu, 19 Jan 2012 14:07:57 +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/431/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #431&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-822&quot; title=&quot;allow multiple Object Index files to be created&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-822&quot;&gt;&lt;del&gt;LU-822&lt;/del&gt;&lt;/a&gt; osd: use bitmask to calculate seq hash (Revision b4b479dace076bed6210f78b498309038aeeb4a2)&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=b4b479dace076bed6210f78b498309038aeeb4a2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b4b479dace076bed6210f78b498309038aeeb4a2&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_oi.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="27488" author="adilger" created="Fri, 27 Jan 2012 03:11:04 +0000"  >&lt;p&gt;Liang, should OSD_OI_FID_OID_BITS be changed to have only 32 OI files?  I thought this is what had been agreed upon, and the test results in the mds-survey show no improvement of 64 OIs over 32 OIs.&lt;/p&gt;</comment>
                            <comment id="27646" author="liang" created="Tue, 31 Jan 2012 03:10:40 +0000"  >&lt;p&gt;OK, I can change this. I&apos;m using 64 just because it&apos;s the initial value I used in my first patch.&lt;/p&gt;</comment>
                            <comment id="29535" author="adilger" created="Wed, 22 Feb 2012 05:29:18 +0000"  >&lt;p&gt;Reopen issue to track changing OSD_OI_FID_OID_BITS to 32, which has shown optimum performance in earlier testing, and again in ORI-507 on ZFS.&lt;/p&gt;</comment>
                            <comment id="33558" author="adilger" created="Thu, 5 Apr 2012 15:14:35 +0000"  >&lt;p&gt;Since 2.2 was released with 64 OIs, we&apos;re pretty much stuck with this for now.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="28622">LU-6226</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="10749" name="mds_survey-multiple_OIs-20111108.pdf" size="68777" author="adilger" created="Thu, 19 Jan 2012 13:02:06 +0000"/>
                            <attachment id="10580" name="multiple_OIs.pdf" size="68777" author="liang" created="Fri, 4 Nov 2011 09:40:40 +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|hzv7lb:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>4764</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10002" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Story Points</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        </customfields>
    </item>
</channel>
</rss>